SPECS: python-sexy.spec - cleanup

qboosh qboosh at pld-linux.org
Mon Apr 16 19:00:14 CEST 2007


Author: qboosh                       Date: Mon Apr 16 17:00:14 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- cleanup

---- Files affected:
SPECS:
   python-sexy.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/python-sexy.spec
diff -u SPECS/python-sexy.spec:1.1 SPECS/python-sexy.spec:1.2
--- SPECS/python-sexy.spec:1.1	Thu Apr  5 20:24:36 2007
+++ SPECS/python-sexy.spec	Mon Apr 16 19:00:08 2007
@@ -13,11 +13,10 @@
 BuildRequires:	libsexy-devel >= 0.1.10
 BuildRequires:	libxml2-devel
 BuildRequires:	python-devel >= 2
-BuildRequires:	python-pygtk-devel >= 2.8.0
+BuildRequires:	python-pygtk-devel >= 2:2.8.0
 Requires:	libsexy >= 0.1.10
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
 %description
 sexy-python is a set of Python bindings around libsexy.
 
@@ -29,22 +28,24 @@
 
 %build
 %configure \
-	--enable-docs \
+	--enable-docs
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} DESTDIR=${RPM_BUILD_ROOT} install
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog NEWS README
-%{py_sitedir}/gtk-2.0/sexy.so
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{py_sitedir}/gtk-2.0/sexy.so
+# -devel? (R: python-pygtk-devel)
 %{_datadir}/pygtk/2.0/defs/sexy.defs
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -53,6 +54,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007/04/16 17:00:08  qboosh
+- cleanup
+
 Revision 1.1  2007/04/05 18:24:36  czarny
 - stolen from FC
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python-sexy.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list