rpms/anjal/devel anjal.spec,1.21,1.22

Peter Robinson pbrobinson at fedoraproject.org
Tue Jan 19 13:12:11 UTC 2010


Author: pbrobinson

Update of /cvs/pkgs/rpms/anjal/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2858

Modified Files:
	anjal.spec 
Log Message:
- And finally fix the file list


Index: anjal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anjal/devel/anjal.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- anjal.spec	19 Jan 2010 12:40:05 -0000	1.21
+++ anjal.spec	19 Jan 2010 13:12:11 -0000	1.22
@@ -9,7 +9,7 @@
 
 Name:          anjal
 Version:       0.2.0
-Release:       0.8%{?dist}
+Release:       0.9%{?dist}
 Summary:       An email client for small screen devices
 
 Group:         Applications/Productivity
@@ -63,6 +63,10 @@ make install DESTDIR=%{buildroot} INSTAL
 
 desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
 
+#Remove libtool archives.
+find %{buildroot} -name '*.la' -exec rm -f {} ';'
+find %{buildroot} -name '*.a' -exec rm -f {} ';'
+
 %find_lang %{name}
 
 %pre
@@ -92,11 +96,17 @@ rm -rf %{buildroot}
 %doc AUTHORS COPYING COPYING.LGPL2 COPYING.LGPL3 TODO README
 %{_sysconfdir}/gconf/schemas/anjal.schemas
 %{_bindir}/anjal
+%{_bindir}/anjal-settings
 %{_datadir}/anjal
 %{_datadir}/applications/anjal.desktop
+%{_datadir}/applications/anjal-settings.desktop
 %{_datadir}/gnome-control-center/default-apps/anjal.xml
+%{_libdir}/evolution/2.30/anjal/libeshell-module-anjal.so
 
 %changelog
+* Tue Jan 19 2010 Peter Robinson <pbrobinson at gmail.com> 0.2.0-0.9
+- And finally fix the file list
+
 * Tue Jan 19 2010 Peter Robinson <pbrobinson at gmail.com> 0.2.0-0.8
 - Update the date for the git snapshot
 



More information about the scm-commits mailing list