rpms/fwfstab/devel fwfstab.spec,1.4,1.5

Stewart Adam (firewing) fedora-extras-commits at redhat.com
Tue Aug 28 15:06:53 UTC 2007


Author: firewing

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

Modified Files:
	fwfstab.spec 
Log Message:
Rebuild because sitelib wasn't defined (?!)



Index: fwfstab.spec
===================================================================
RCS file: /cvs/extras/rpms/fwfstab/devel/fwfstab.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fwfstab.spec	13 Aug 2007 12:06:53 -0000	1.4
+++ fwfstab.spec	28 Aug 2007 15:06:20 -0000	1.5
@@ -4,7 +4,7 @@
 
 Name:        fwfstab
 Version:     0.01.1
-Release:     4%{?dist}
+Release:     5%{?dist}
 BuildArch:   noarch
 Summary:     A graphical file system table editor
 
@@ -42,17 +42,12 @@
 
 install -D -p -m644 etc/security/console.apps/fwfstab ${RPM_BUILD_ROOT}%{_sysconfdir}/security/console.apps/fwfstab
 
-install -D -p -m755 usr/share/fwfstab/fwfstab-runapp.py ${RPM_BUILD_ROOT}%{_datadir}/fwfstab/fwfstab-runapp.py
-
 install -D -p -m644 usr/lib/python2.4/site-packages/fwfstab/__init__.py ${RPM_BUILD_ROOT}%{python_sitelib}/fwfstab/__init__.py
-
 install -D -p -m644 usr/lib/python2.4/site-packages/fwfstab/BaseClasses.py ${RPM_BUILD_ROOT}%{python_sitelib}/fwfstab/BaseClasses.py
-
 install -D -p -m644 usr/lib/python2.4/site-packages/fwfstab/Callbacks.py ${RPM_BUILD_ROOT}%{python_sitelib}/fwfstab/Callbacks.py
-
 install -D -p -m644 usr/share/fwfstab/mountoptions ${RPM_BUILD_ROOT}%{_datadir}/fwfstab/mountoptions
-
 install -D -p -m644 usr/share/fwfstab/fwfstab.glade ${RPM_BUILD_ROOT}%{_datadir}/fwfstab/fwfstab.glade
+install -D -p -m755 usr/share/fwfstab/fwfstab-runapp.py ${RPM_BUILD_ROOT}%{_datadir}/fwfstab/fwfstab-runapp.py
 
 install -D -p -m755 usr/sbin/fwfstab ${RPM_BUILD_ROOT}%{_sbindir}/fwfstab
 
@@ -85,6 +80,8 @@
 %doc README COPYING CHANGELOG
 
 %changelog
+* Tue Aug 28 2007 Stewart Adam <s.adam AT diffingo DOT com> 0.01.1-5
+- Rebuild because of bad file locations
 
 * Mon Aug 13 2007 Stewart Adam <s.adam AT diffingo DOT com> 0.01.1-4
 - Replace packaged .desktop with newer one that complies to standards




More information about the fedora-extras-commits mailing list