SPECS: python-pyblock.spec - fixed badness with py_sitescriptdir

glen glen at pld-linux.org
Sat May 20 03:07:20 CEST 2006


Author: glen                         Date: Sat May 20 01:07:20 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed badness with py_sitescriptdir

---- Files affected:
SPECS:
   python-pyblock.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/python-pyblock.spec
diff -u SPECS/python-pyblock.spec:1.3 SPECS/python-pyblock.spec:1.4
--- SPECS/python-pyblock.spec:1.3	Thu May 18 23:15:50 2006
+++ SPECS/python-pyblock.spec	Sat May 20 03:07:15 2006
@@ -1,11 +1,10 @@
 # $Revision$, $Date$
-# TODO: noarch or use %{py_sitedir} instead of %{py_sitescriptdir}???
 %define realname pyblock
 Summary:	Python modules for dealing with block devices
 Summary(pl):	Moduły Pythona do obsługi urządzeń blokowych
 Name:		python-%{realname}
 Version:	0.15
-Release:	1
+Release:	1.1
 License:	GPL
 Group:		Libraries/Python
 Source0:	%{realname}-%{version}.tar.bz2
@@ -38,15 +37,15 @@
 rm -rf $RPM_BUILD_ROOT
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT \
-	SITELIB=%{py_sitescriptdir}
+	SITELIB=%{py_sitedir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%dir %{py_sitescriptdir}/block
-%{py_sitescriptdir}/block/*
+%dir %{py_sitedir}/block
+%{py_sitedir}/block/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -54,6 +53,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2006/05/20 01:07:15  glen
+- fixed badness with py_sitescriptdir
+
 Revision 1.3  2006/05/18 21:15:50  qboosh
 - pl
 
================================================================

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



More information about the pld-cvs-commit mailing list