rpms/fwfstab/devel .cvsignore, 1.3, 1.4 fwfstab.spec, 1.10, 1.11 sources, 1.3, 1.4

Stewart Adam (firewing) fedora-extras-commits at redhat.com
Sat Apr 5 01:35:57 UTC 2008


Author: firewing

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

Modified Files:
	.cvsignore fwfstab.spec sources 
Log Message:
Update to 0.03, fixes FTBFS bugs



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fwfstab/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	19 Oct 2007 15:06:28 -0000	1.3
+++ .cvsignore	5 Apr 2008 01:35:03 -0000	1.4
@@ -1 +1 @@
-fwfstab-0.02.tar.gz
+fwfstab-0.03.tar.gz


Index: fwfstab.spec
===================================================================
RCS file: /cvs/extras/rpms/fwfstab/devel/fwfstab.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- fwfstab.spec	21 Oct 2007 21:27:00 -0000	1.10
+++ fwfstab.spec	5 Apr 2008 01:35:03 -0000	1.11
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:        fwfstab
-Version:     0.02
-Release:     2%{?dist}
+Version:     0.03
+Release:     1%{?dist}
 BuildArch:   noarch
 Summary:     A graphical file system table editor
 
@@ -14,6 +14,7 @@
 
 BuildRequires:   desktop-file-utils
 BuildRequires:   python-devel >= 2.4
+BuildRequires:   gettext
 Requires:        python >= 2.4
 Requires:        pygtk2 pygtk2-libglade
 Requires:        usermode
@@ -32,11 +33,13 @@
 %setup -q
 
 %build
+%configure
+# We don't implement this yet
+# make %{?_smp_mflags}
+make
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
-make
 make install DESTDIR=$RPM_BUILD_ROOT
 
 desktop-file-install --vendor fedora\
@@ -44,14 +47,12 @@
     --delete-original \
     $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
 
-rm -f $RPM_BUILD_ROOT%{_sbindir}/%{name}-uninstall
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS README COPYING CHANGELOG TODO
+%doc AUTHORS COPYING ChangeLog README TODO
 %dir %{_datadir}/%{name}
 %dir %{python_sitelib}/%{name}
 %{_bindir}/%{name}
@@ -64,6 +65,9 @@
 %config(noreplace) %{_sysconfdir}/pam.d/%{name}
 
 %changelog
+* Fri Apr 04 2008 Stewart Adam <s.adam AT diffingo DOT com> 0.03-1
+- Update to 0.03
+
 * Sun Oct 21 2007 Stewart Adam <s.adam AT diffingo DOT com> 0.02-2
 - Add pyparted and kudzu requires
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fwfstab/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	19 Oct 2007 15:06:28 -0000	1.3
+++ sources	5 Apr 2008 01:35:03 -0000	1.4
@@ -1 +1 @@
-7c7036eae2949d775e63fa2526e0bca7  fwfstab-0.02.tar.gz
+68936fc710413e78764665bda941c776  fwfstab-0.03.tar.gz




More information about the fedora-extras-commits mailing list