rpms/sylpheed-claws/FC-4 sylpheed-claws.spec,1.16,1.17

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Thu Jul 7 10:20:37 UTC 2005


Author: awjb

Update of /cvs/extras/rpms/sylpheed-claws/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21947

Modified Files:
	sylpheed-claws.spec 
Log Message:
- modified pixmap stuff



Index: sylpheed-claws.spec
===================================================================
RCS file: /cvs/extras/rpms/sylpheed-claws/FC-4/sylpheed-claws.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sylpheed-claws.spec	7 Jul 2005 09:36:24 -0000	1.16
+++ sylpheed-claws.spec	7 Jul 2005 10:20:35 -0000	1.17
@@ -2,7 +2,7 @@
 
 Name:           sylpheed-claws
 Version:        1.9.12
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        The bleeding edge branch of Sylpheed
 Group:          Applications/Internet
 License:        GPL
@@ -81,7 +81,12 @@
 
 find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';'
 
-%{__mv} ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/sylpheed{,-claws}.png
+%{__mkdir_p} ${RPM_BUILD_ROOT}%{_datadir}/pixmaps
+
+%{__install} %{_builddir}/%{name}-%{version}/sylpheed.png \
+${RPM_BUILD_ROOT}%{_datadir}/pixmaps/%{name}.png
+
+%{__mv} ${RPM_BUILD_ROOT}%{_datadir}/icons/hicolor/48x48/apps/sylpheed{,-claws}.png
 
 %clean
 %{__rm} -rf ${RPM_BUILD_ROOT}
@@ -97,6 +102,7 @@
 %{_libdir}/sylpheed-claws/plugins/*.so
 %exclude %{_libdir}/sylpheed-claws/plugins/*.a
 %{_datadir}/pixmaps/*
+%{_datadir}/icons/hicolor/48x48/apps/sylpheed-claws.png
 %dir %{_datadir}/sylpheed-claws/
 %{_datadir}/sylpheed-claws/*
 %{_mandir}/man1/*
@@ -109,6 +115,11 @@
 %{_libdir}/pkgconfig/sylpheed-claws.pc
 
 %changelog
+* Thu Jul 07 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+1.9.12-2
+- add some doc
+- fix pixmap installation
+
 * Wed Jul 06 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 1.9.12-1
 - version upgrade




More information about the fedora-extras-commits mailing list