rpms/fwfstab/devel .cvsignore, 1.2, 1.3 fwfstab.spec, 1.7, 1.8 sources, 1.2, 1.3 fwfstab.desktop, 1.1, NONE

Stewart Adam (firewing) fedora-extras-commits at redhat.com
Fri Oct 19 15:07:01 UTC 2007


Author: firewing

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

Modified Files:
	.cvsignore fwfstab.spec sources 
Removed Files:
	fwfstab.desktop 
Log Message:
Update to v0.02



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fwfstab/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	3 Nov 2006 13:25:12 -0000	1.2
+++ .cvsignore	19 Oct 2007 15:06:28 -0000	1.3
@@ -1 +1 @@
-fwfstab-0.01.1.tar.gz
+fwfstab-0.02.tar.gz


Index: fwfstab.spec
===================================================================
RCS file: /cvs/extras/rpms/fwfstab/devel/fwfstab.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fwfstab.spec	1 Oct 2007 22:13:20 -0000	1.7
+++ fwfstab.spec	19 Oct 2007 15:06:28 -0000	1.8
@@ -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.01.1
-Release:     7%{?dist}
+Version:     0.02
+Release:     1%{?dist}
 BuildArch:   noarch
 Summary:     A graphical file system table editor
 
@@ -10,79 +10,64 @@
 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
 BuildRequires:   python-devel >= 2.4
 Requires:        python >= 2.4
 Requires:        pygtk2 pygtk2-libglade
-# split up; no good anymore
-#Requires:        redhat-artwork
-Requires:        bluecurve-icon-theme
 Requires:        usermode
 
-
 %description
-fwfstab is a graphical file system table (fstab) editor, used to edit the 
+%{name} 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,
 straight-forward way. It is meant to make the task of editing the file
 system table easier without sacrificing flexibility.
 
+Warning: At the moment, using fwfstab removes all comments from the fstab.
+
 
 %prep
 %setup -q
 
-
 %build
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d -p -m755 ${RPM_BUILD_ROOT}%{_bindir}
-
-install -D -p -m644 etc/pam.d/fwfstab ${RPM_BUILD_ROOT}%{_sysconfdir}/pam.d/fwfstab
-
-install -D -p -m644 etc/security/console.apps/fwfstab ${RPM_BUILD_ROOT}%{_sysconfdir}/security/console.apps/fwfstab
-
-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
-
-ln -sf ../../../usr/bin/consolehelper ${RPM_BUILD_ROOT}%{_bindir}/fwfstab
+make
+make install DESTDIR=$RPM_BUILD_ROOT
 
 desktop-file-install --vendor fedora\
     --dir ${RPM_BUILD_ROOT}%{_datadir}/applications\
-    %{SOURCE1}
-#    --add-category X-Fedora\
-#    usr/share/applications/fwfstab.desktop
+    --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,-)
-%dir %{_datadir}/fwfstab
-%dir %{python_sitelib}/fwfstab
-
-%{_bindir}/fwfstab
-%{_sbindir}/fwfstab
-%{_datadir}/fwfstab/*
+%doc AUTHORS README COPYING CHANGELOG TODO
+%dir %{_datadir}/%{name}
+%dir %{python_sitelib}/%{name}
+%{_bindir}/%{name}
+%{_sbindir}/%{name}
+%{_datadir}/%{name}/*
+%{_datadir}/pixmaps/%{name}.svg
 %{_datadir}/applications/fedora-*.desktop
-%{python_sitelib}/fwfstab/*
-
-%config(noreplace) %{_sysconfdir}/security/console.apps/fwfstab
-%config(noreplace) %{_sysconfdir}/pam.d/fwfstab
+%{python_sitelib}/%{name}/*
+%config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
+%config(noreplace) %{_sysconfdir}/pam.d/%{name}
 
-%doc README COPYING CHANGELOG
 %changelog
+* Thu Oct 18 2007 Stewart Adam <s.adam AT diffingo DOT com> 0.02-1
+- Update to version 0.02
+- Drop X-Fedora from .desktop file
+- Why do I define the fedora version and never use it?
+
 * Mon Oct 1 2007 Stewart Adam <s.adam AT diffingo DOT com> 0.01.1-7
 - Rebuild for redhat-artwork split
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fwfstab/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	3 Nov 2006 13:25:12 -0000	1.2
+++ sources	19 Oct 2007 15:06:28 -0000	1.3
@@ -1 +1 @@
-fb87e760037a9497b1e8f47c8715e65d  fwfstab-0.01.1.tar.gz
+7c7036eae2949d775e63fa2526e0bca7  fwfstab-0.02.tar.gz


--- fwfstab.desktop DELETED ---




More information about the fedora-extras-commits mailing list