rpms/geany/F-8 geany.spec,1.13,1.14

Jonathan G. Underwood (jgu) fedora-extras-commits at redhat.com
Mon Mar 24 13:39:01 UTC 2008


Author: jgu

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

Modified Files:
	geany.spec 
Log Message:
* Mon Mar 24 2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 0.13-2
- Fix docdir/doc_dir so geany correctly finds the system installed html docs (BZ
  438534) 



Index: geany.spec
===================================================================
RCS file: /cvs/extras/rpms/geany/F-8/geany.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- geany.spec	24 Feb 2008 14:13:32 -0000	1.13
+++ geany.spec	24 Mar 2008 13:38:19 -0000	1.14
@@ -1,6 +1,6 @@
 Name:      geany
 Version:   0.13
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   A fast and lightweight IDE using GTK2
 
 Group:     Development/Tools
@@ -35,8 +35,14 @@
 # Fix incorrect version entry in desktop file
 sed -i -e 's/Version=1.1/Version=1.0/' geany.desktop.in.in
 
+# Fix docdir brutally for 0.13 - --docdir isn't proerly handled by configure
+# XXX This should be removed for 0.14
+pushd src
+sed -i -e 's|/doc/geany/html|/doc/geany-%{version}/html|' main.c
+popd
+
 %build
-%configure
+%configure --docdir=%{_docdir}/%{name}-%{version}
 make %{?_smp_mflags}
 
 %install
@@ -68,9 +74,16 @@
 %{_mandir}/man1/geany.1.gz
 
 %changelog
+* Mon Mar 24 2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 0.13-2
+- Fix docdir/doc_dir so geany correctly finds the system installed html docs (BZ
+  438534) 
+
 * Sun Feb 24 2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 0.13-1
 - Update to version 0.13
 
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.12-5
+- Autorebuild for GCC 4.3
+
 * Thu Oct 18 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 0.12-4
 - Fix license tag
 - Package new library files




More information about the fedora-extras-commits mailing list