##// END OF EJS Templates
Fix rpmlint warnings...
Mads Kiilerich -
r7424:05a3f280 default
parent child Browse files
Show More
@@ -6,7 +6,7 b' License: GPL'
6 Group: Development/Tools
6 Group: Development/Tools
7 Source: http://www.selenic.com/mercurial/release/%{name}-%{version}.tar.gz
7 Source: http://www.selenic.com/mercurial/release/%{name}-%{version}.tar.gz
8 URL: http://www.selenic.com/mercurial
8 URL: http://www.selenic.com/mercurial
9 BuildRoot: /tmp/build.%{name}-%{version}-%{release}
9 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
10
10
11 # From the README:
11 # From the README:
12 #
12 #
@@ -28,13 +28,13 b' Mercurial is a fast, lightweight source '
28 for efficient handling of very large distributed projects.
28 for efficient handling of very large distributed projects.
29
29
30 %prep
30 %prep
31 rm -rf $RPM_BUILD_ROOT
32 %setup -q
31 %setup -q
33
32
34 %build
33 %build
35 make all
34 make all
36
35
37 %install
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 python setup.py install --root $RPM_BUILD_ROOT --prefix %{_prefix}
38 python setup.py install --root $RPM_BUILD_ROOT --prefix %{_prefix}
39 make install-doc DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir}
39 make install-doc DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir}
40
40
General Comments 0
You need to be logged in to leave comments. Login now