rpms/stgit/devel stgit.spec,1.1,1.2

James Bowes (jbowes) fedora-extras-commits at redhat.com
Wed Apr 25 18:38:26 UTC 2007


Author: jbowes

Update of /cvs/extras/rpms/stgit/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32216

Modified Files:
	stgit.spec 
Log Message:
Use datadir macro


Index: stgit.spec
===================================================================
RCS file: /cvs/extras/rpms/stgit/devel/stgit.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- stgit.spec	25 Apr 2007 18:28:42 -0000	1.1
+++ stgit.spec	25 Apr 2007 18:37:51 -0000	1.2
@@ -3,7 +3,7 @@
 
 Name:           stgit
 Version:        0.12.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        StGIT provides similar functionality to Quilt on top of GIT
 
 Group:          Development/Tools
@@ -42,7 +42,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
-chmod -x $RPM_BUILD_ROOT/usr/share/stgit/contrib/stgbashprompt.sh
+chmod -x $RPM_BUILD_ROOT%{_datadir}/stgit/contrib/stgbashprompt.sh
  
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -60,6 +60,9 @@
 
 
 %changelog
+* Wed Apr 25 2007 James Bowes <jbowes at redhat.com> - 0.12.1-2
+- Use macro for datadir.
+
 * Thu Apr 19 2007 James Bowes <jbowes at redhat.com> - 0.12.1-1
 - Update version.
 - Don't install the bash prompt shell script as executable.




More information about the scm-commits mailing list