rpms/geany/devel geany.spec,1.11,1.12

Jonathan G. Underwood (jgu) fedora-extras-commits at redhat.com
Thu Oct 18 23:05:47 UTC 2007


Author: jgu

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

Modified Files:
	geany.spec 
Log Message:
* Thu Oct 18 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 0.12-4
- Fix license tag
- Package new library files
- Remove static library .la files
- Package new icons



Index: geany.spec
===================================================================
RCS file: /cvs/extras/rpms/geany/devel/geany.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- geany.spec	18 Oct 2007 22:32:55 -0000	1.11
+++ geany.spec	18 Oct 2007 23:05:13 -0000	1.12
@@ -1,10 +1,10 @@
 Name:      geany
 Version:   0.12
-Release:   3%{?dist}
+Release:   4%{?dist}
 Summary:   A fast and lightweight IDE using GTK2
 
 Group:     Development/Tools
-License:   GPL
+License:   GPLv2+
 URL:       http://geany.uvena.de/
 Source0:   http://files.uvena.de/geany/%{name}-%{version}.tar.bz2
 
@@ -50,6 +50,9 @@
 sed -i 's/\r//' %{geany_docdir}/ScintillaLicense.txt
 %find_lang %{name}
 
+# Remove static library *.la files
+rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -57,12 +60,20 @@
 %defattr(-, root, root, -)
 %{_bindir}/%{name}
 %{_datadir}/%{name}
+%{_libdir}/%{name}
 %{_datadir}/applications/fedora-%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png
+%{_datadir}/icons/hicolor/16x16/apps/*.png
 %{_datadir}/doc/%{name}-%{version}
 %{_mandir}/man1/geany.1.gz
 
 %changelog
+* Thu Oct 18 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 0.12-4
+- Fix license tag
+- Package new library files
+- Remove static library .la files
+- Package new icons
+
 * Thu Oct 18 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 0.12-3
 - Fix Version entry in .desktop file again
 




More information about the fedora-extras-commits mailing list