rpms/eiciel/F-7 eiciel.spec,1.4,1.5 sources,1.4,1.5

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Thu Oct 25 15:48:37 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/eiciel/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10459/F-7

Modified Files:
	eiciel.spec sources 
Log Message:
update to 0.9.5



Index: eiciel.spec
===================================================================
RCS file: /cvs/extras/rpms/eiciel/F-7/eiciel.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- eiciel.spec	13 Nov 2006 02:36:24 -0000	1.4
+++ eiciel.spec	25 Oct 2007 15:48:04 -0000	1.5
@@ -1,9 +1,9 @@
 Name:           eiciel
-Version:        0.9.4
+Version:        0.9.5
 Release:        1%{?dist}
 Summary:        Graphical access control list (ACL) editor
 Group:          Applications/System
-License:        GPL
+License:        GPLv2+
 URL:            http://rofi.pinchito.com/eiciel
 Source0:        http://rofi.pinchito.com/eiciel/download/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -19,6 +19,10 @@
 %prep
 %setup -q
 
+iconv -f ISO-8859-1 -t UTF-8 AUTHORS > foo
+mv foo AUTHORS
+
+perl -pi -e 's|/home/roger/eiciel/eiciel_0_9_5/install|/usr|' src/eiciel.desktop
 
 %build
 %configure --with-nautilus-extensions-dir=%{_libdir}/nautilus/extensions-1.0
@@ -36,13 +40,13 @@
         %{buildroot}%{_datadir}/applications/%{name}.desktop
 
 # less is more
-cd %{buildroot}%{_datadir}/%{name}/doc/C/figures
-for img in `ls *.png` ; do
-    if [ -e ../../../img/$img ] ; then
-        rm $img
-        ln -s ../../../img/$img
-    fi
-done
+#cd %{buildroot}%{_datadir}/%{name}/doc/C/figures
+#for img in `ls *.png` ; do
+#    if [ -e ../../../img/$img ] ; then
+#        rm $img
+#        ln -s ../../../img/$img
+#    fi
+#done
 
 %clean
 rm -rf %{buildroot}
@@ -53,6 +57,7 @@
 %doc AUTHORS ChangeLog COPYING README
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
+%{_datadir}/gnome/help/%{name}
 %{_datadir}/applications/*%{name}*
 %{_mandir}/man1/%{name}*
 %{_libdir}/nautilus/extensions-1.0/lib%{name}*
@@ -61,6 +66,12 @@
 
 
 %changelog
+* Thu Oct 25 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.9.5-1
+- update to 0.9.5
+
+* Tue Aug 21 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.9.4-2
+- bump
+
 * Sun Nov 12 2006 Chris Weyl <cweyl at alumni.drew.edu>
 - update to 0.9.4
 - src/eiciel.desktop and doc/C/eiciel.xml no longer in source tarball 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/eiciel/F-7/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	13 Nov 2006 02:36:24 -0000	1.4
+++ sources	25 Oct 2007 15:48:04 -0000	1.5
@@ -1 +1 @@
-7678fe1da7959bed47f653b810f5f285  eiciel-0.9.4.tar.bz2
+5f00fbc97181c7b64ac73c8c8440e418  eiciel-0.9.5.tar.bz2




More information about the fedora-extras-commits mailing list