Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
05f55615
Commit
05f55615
authored
Apr 14, 2010
by
Jonathan Perkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup
parent
0efd7b48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
12 deletions
+2
-12
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+2
-12
No files found.
support-files/mysql.spec.sh
View file @
05f55615
...
...
@@ -44,8 +44,6 @@
%define undefined
()
%
{
expand
:%%
{
?%
{
1
}
:0
}
%%
{!
?%
{
1
}
:1
}}
%endif
%define fileexists
()
%
(
set
-x
;
[
-e
"%{1}"
]
&&
echo
1
||
echo
0
)
# ----------------------------------------------------------------------------
# RPM build tools now automatically detect Perl module dependencies. This
# detection causes problems as it is broken in some versions, and it also
...
...
@@ -64,15 +62,10 @@
# Command line handling
##############################################################################
#
# To enable the following options:
#
# $ rpmbuild --with <option> # RPM 4.x+
# $ rpmbuild --define '_with_<option> 1' # RPM 3.x
# To set options:
#
#
To disable:
#
$ rpmbuild --define="option <x>" ...
#
# $ rpmbuild --without <option> # RPM 4.x+
# $ rpmbuild --define '_without_<option> 1' # RPM 3.x
# ----------------------------------------------------------------------------
# Commercial builds
...
...
@@ -175,9 +168,6 @@
%define distro_requires coreutils
grep
procps /sbin/chkconfig /usr/sbin/useradd /usr/sbin/groupadd
%endif
%
{
echo
:Building
for
%
{
distro_description
}
}
# ----------------------------------------------------------------------------
# Support optional "tcmalloc" library (experimental)
# ----------------------------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment