SPECS: python-booty.spec - menu.lst patch

glen glen at pld-linux.org
Thu May 25 00:03:20 CEST 2006


Author: glen                         Date: Wed May 24 22:03:20 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- menu.lst patch

---- Files affected:
SPECS:
   python-booty.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/python-booty.spec
diff -u SPECS/python-booty.spec:1.4 SPECS/python-booty.spec:1.5
--- SPECS/python-booty.spec:1.4	Wed May 24 00:14:23 2006
+++ SPECS/python-booty.spec	Thu May 25 00:03:15 2006
@@ -3,11 +3,12 @@
 Summary(pl):	Prosta biblioteka Pythona do konfiguracji bootloadera
 Name:		python-booty
 Version:	0.71
-Release:	0.1
+Release:	0.2
 License:	LGPL
 Group:		Libraries
 Source0:	booty-%{version}.tar.bz2
 # Source0-md5:	50dd1a34e60c3191d4898cef90f45319
+Patch0:		%{name}-menu.lst.patch
 BuildRequires:	python-devel
 BuildRequires:	rpmbuild(macros) >= 1.234
 Requires:	python-rhpl
@@ -24,11 +25,12 @@
 
 %prep
 %setup -q -n booty-%{version}
+%patch0 -p1
 
 %build
 %{__make} \
 	CC="%{__cc}" \
-	CFLAGS="%{rpmcflags} -fPIC -Wall -I\$(PYTHONINCLUDE)" \
+	CFLAGS='%{rpmcflags} -fPIC -Wall -I$(PYTHONINCLUDE)' \
 	PYTHONLIBDIR=%{_libdir}/booty
 
 %install
@@ -58,6 +60,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2006/05/24 22:03:15  glen
+- menu.lst patch
+
 Revision 1.4  2006/05/23 22:14:23  glen
 - 0.71
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python-booty.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list