rpms/fwfstab/devel fwfstab.desktop,NONE,1.1 fwfstab.spec,1.3,1.4

Stewart Adam (firewing) fedora-extras-commits at redhat.com
Mon Aug 13 12:07:26 UTC 2007


Author: firewing

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

Modified Files:
	fwfstab.spec 
Added Files:
	fwfstab.desktop 
Log Message:
* 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
- Update license tag
- Drop X-Fedora category




--- NEW FILE fwfstab.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=fwfstab File System Table Editor
GenericName=fstab Editor
Comment=A graphical tool to manage the file system table
Exec=/usr/bin/fwfstab
Icon=icon-disks
Terminal=false
Type=Application
Categories=GTK;System;
Version=1.0


Index: fwfstab.spec
===================================================================
RCS file: /cvs/extras/rpms/fwfstab/devel/fwfstab.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fwfstab.spec	9 Dec 2006 17:15:14 -0000	1.3
+++ fwfstab.spec	13 Aug 2007 12:06:53 -0000	1.4
@@ -2,20 +2,23 @@
 
 %{!?fedoraver: %define fedoraver  %(test -e /etc/fedora-release && rpm -q fedora-release --qf "%{VERSION}")}
 
-Name:		fwfstab
-Version:		0.01.1
-Release:		3%{?dist}
-BuildArch:	noarch
-Summary:	A graphical file system table editor
-
-Group:		Applications/System
-License:		GPL
-URL:		http://www.diffingo.com/content/view/32/45/lang,en/
-Source0:		http://www.diffingo.com/downloads/fwfstab/fwfstab-%{version}.tar.gz
-BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Name:        fwfstab
+Version:     0.01.1
+Release:     4%{?dist}
+BuildArch:   noarch
+Summary:     A graphical file system table editor
+
+Group:       Applications/System
+License:     GPLv2+
+URL:         http://www.diffingo.com/content/view/32/45/lang,en/
+Source0:     http://www.diffingo.com/downloads/fwfstab/fwfstab-%{version}.tar.gz
+Source1:     fwfstab.desktop
+BuildRoot:   %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:   desktop-file-utils
+Requires:        pygtk2 pygtk2-libglade
+Requires:        redhat-artwork usermode
 
-BuildRequires:		desktop-file-utils
-Requires:		pygtk2 pygtk2-libglade redhat-artwork usermode
 %description
 fwfstab is a graphical file system table (fstab) editor, used to edit the 
 /etc/fstab file. It lets users add, edit or remove new entries in a simple,
@@ -56,9 +59,10 @@
 ln -sf ../../../usr/bin/consolehelper ${RPM_BUILD_ROOT}%{_bindir}/fwfstab
 
 desktop-file-install --vendor fedora\
-	--dir ${RPM_BUILD_ROOT}%{_datadir}/applications\
-	--add-category X-Fedora\
-	usr/share/applications/fwfstab.desktop
+    --dir ${RPM_BUILD_ROOT}%{_datadir}/applications\
+    %{SOURCE1}
+#    --add-category X-Fedora\
+#    usr/share/applications/fwfstab.desktop
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -82,22 +86,27 @@
 
 %changelog
 
+* 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
+- Update license tag
+- Drop X-Fedora category
+
 * Sat Dec 9 2006 Stewart Adam <s.adam AT diffingo DOT com> 0.01.1-3
 - 'make tag' problems, bumping...
 
 * Sat Dec 9 2006 Stewart Adam <s.adam AT diffingo DOT com> 0.01.1-2
 - Rebuild for new python
 
-* Thu Nov 2 2006 Stewart Adam <s DOT adam AT diffingo DOT com> 0.01.1-1
+* Thu Nov 2 2006 Stewart Adam <s.adam AT diffingo DOT com> 0.01.1-1
 - Update to 0.01.1
 
-* Wed Nov 1 2006 Stewart Adam <s DOT adam AT diffingo DOT com> 0.01-3
+* Wed Nov 1 2006 Stewart Adam <s.adam AT diffingo DOT com> 0.01-3
 - Bug fixes... Mount point comes before filesystem in /etc/fstab!
 
-* Mon Oct 29 2006 Stewart Adam <s DOT adam AT diffingo DOT com> 0.01-2
+* Mon Oct 29 2006 Stewart Adam <s.adam AT diffingo DOT com> 0.01-2
 - Fix error with comments in fstab
 - Don't quit when there's an error parsing the fstab
 
-* Sat Oct 28 2006 Stewart Adam <s DOT adam AT diffingo DOT com> 0.01-1
+* Sat Oct 28 2006 Stewart Adam <s.adam AT diffingo DOT com> 0.01-1
 - Initial build
 




More information about the fedora-extras-commits mailing list