rpms/geany/F-7 geany.spec,1.6,1.7 sources,1.4,1.5

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


Author: jgu

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

Modified Files:
	geany.spec sources 
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

* Thu Oct 18 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 0.12-3
- Fix Version entry in .desktop file again

* Thu Oct 18 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 0.12-2
- Add a BuildRequires for perl(XML::Parser)

* Thu Oct 18 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 0.12-1
- Update to version 0.12




Index: geany.spec
===================================================================
RCS file: /cvs/extras/rpms/geany/F-7/geany.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- geany.spec	9 Sep 2007 11:20:36 -0000	1.6
+++ geany.spec	18 Oct 2007 23:24:14 -0000	1.7
@@ -1,16 +1,17 @@
 Name:      geany
-Version:   0.11
-Release:   2%{?dist}
+Version:   0.12
+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
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: desktop-file-utils, gettext, gtk2-devel, glib2-devel, pango-devel
+BuildRequires: perl(XML::Parser)
 Requires: vte
 
 %define geany_docdir $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-%{version}
@@ -32,7 +33,7 @@
 %setup -q
 
 # Fix incorrect version entry in desktop file
-sed -i -e 's/Version=1.1/Version=1.0/' geany.desktop.in
+sed -i -e 's/Version=1.1/Version=1.0/' geany.desktop.in.in
 
 %build
 %configure
@@ -49,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
 
@@ -56,12 +60,29 @@
 %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
+
+* Thu Oct 18 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 0.12-2
+- Add a BuildRequires for perl(XML::Parser)
+
+* Thu Oct 18 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 0.12-1
+- Update to version 0.12
+
 * Sun Sep  9 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 0.11-2
 - Fix Version entry in .desktop file
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/geany/F-7/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	9 Sep 2007 11:20:36 -0000	1.4
+++ sources	18 Oct 2007 23:24:14 -0000	1.5
@@ -1 +1 @@
-1a0a679f4107d8c584d4e173d400f87c  geany-0.11.tar.bz2
+bfb6dd5e833f2852935f93218a09de93  geany-0.12.tar.bz2




More information about the fedora-extras-commits mailing list