rpms/eiciel/devel .cvsignore, 1.4, 1.5 eiciel.spec, 1.5, 1.6 sources, 1.4, 1.5

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


Author: cweyl

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

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



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


Index: eiciel.spec
===================================================================
RCS file: /cvs/extras/rpms/eiciel/devel/eiciel.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- eiciel.spec	21 Aug 2007 21:38:11 -0000	1.5
+++ eiciel.spec	25 Oct 2007 15:48:10 -0000	1.6
@@ -1,9 +1,9 @@
 Name:           eiciel
-Version:        0.9.4
-Release:        2%{?dist}
+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,9 @@
 
 
 %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
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/eiciel/devel/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:10 -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