SPECS: neveredit.spec - fix build: use --root=$RPM_BUILD_ROOT - fi...

darekr darekr at pld-linux.org
Wed Jul 26 00:06:53 CEST 2006


Author: darekr                       Date: Tue Jul 25 22:06:53 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix build: use --root=$RPM_BUILD_ROOT
- fix %files (removed bogus dir, added missing %py_sitescriptdir)
- added %doc, release 0.2

---- Files affected:
SPECS:
   neveredit.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/neveredit.spec
diff -u SPECS/neveredit.spec:1.10 SPECS/neveredit.spec:1.11
--- SPECS/neveredit.spec:1.10	Mon Feb 28 22:51:15 2005
+++ SPECS/neveredit.spec	Wed Jul 26 00:06:46 2006
@@ -3,7 +3,7 @@
 Summary(pl):	Neveredit - edytor plików gry Neverwinter Nights
 Name:		neveredit
 Version:	0.7b2
-Release:	0.1
+Release:	0.2
 License:	GPL
 Group:		X11/Applicatiuons
 Source0:	http://dl.sourceforge.net/openknights/%{name}-%{version}.tar.gz
@@ -36,14 +36,15 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-python setup.py install
+python setup.py install --root=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(755, root, root) %{_bindir}/neveredit
+%doc AUTHORS ChangeLog README*
+%{py_sitescriptdir}/neveredit
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -51,6 +52,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2006/07/25 22:06:46  darekr
+- fix build: use --root=$RPM_BUILD_ROOT
+- fix %files (removed bogus dir, added missing %py_sitescriptdir)
+- added %doc, release 0.2
+
 Revision 1.10  2005/02/28 21:51:15  qboosh
 - s/osdn\.dl/dl/ in Source URL (osdn is no longer browsable)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/neveredit.spec?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list