SPECS: moinmoin.spec - missing BR - altering sources should be don...
glen
glen at pld-linux.org
Sun Nov 20 00:43:27 CET 2005
Author: glen Date: Sat Nov 19 23:43:27 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- missing BR
- altering sources should be done in %prep
---- Files affected:
SPECS:
moinmoin.spec (1.13 -> 1.14)
---- Diffs:
================================================================
Index: SPECS/moinmoin.spec
diff -u SPECS/moinmoin.spec:1.13 SPECS/moinmoin.spec:1.14
--- SPECS/moinmoin.spec:1.13 Tue Oct 4 00:05:14 2005
+++ SPECS/moinmoin.spec Sun Nov 20 00:43:22 2005
@@ -1,7 +1,5 @@
# $Revision$, $Date$
-
%define module moin
-
Summary: Wiki Engine
Summary(pl): Silnik Wiki
Name: moinmoin
@@ -14,7 +12,8 @@
URL: http://moinmoin.wikiwikiweb.de/
BuildRequires: python
BuildRequires: python-devel
-BuildRequires: python-modules
+BuildRequires: python-modules > 1:2.3
+BuildRequires: rpm-pythonprov
%pyrequires_eq python-modules
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -31,6 +30,7 @@
%prep
%setup -q -n %{module}-%{version}
+rm -rf docs/licenses
%build
python setup.py build
@@ -38,7 +38,6 @@
%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --optimize=2 --root=$RPM_BUILD_ROOT
-rm -rf docs/licenses
%clean
rm -rf $RPM_BUILD_ROOT
@@ -56,6 +55,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.14 2005/11/19 23:43:22 glen
+- missing BR
+- altering sources should be done in %prep
+
Revision 1.13 2005/10/03 22:05:14 jpc
- up to 1.3.5
@@ -91,7 +94,7 @@
Revision 1.3 2004/10/25 20:38:10 serek
- new version.
-[1.2.4]
+ [1.2.4]
Revision 1.2 2004/10/15 21:44:28 qboosh
- pl
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/moinmoin.spec?r1=1.13&r2=1.14&f=u
More information about the pld-cvs-commit
mailing list