rpms/geany/F-10 geany.spec,1.24,1.25

Dominic Hopf dmaphy at fedoraproject.org
Mon Jul 27 18:32:24 UTC 2009


Author: dmaphy

Update of /cvs/pkgs/rpms/geany/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26667

Modified Files:
	geany.spec 
Log Message:
install *.tags-files in $prefix/share/geany/tags instead of $prefix/share/geany.
this fixes an issue where Geany could not find several *.tags-files



Index: geany.spec
===================================================================
RCS file: /cvs/pkgs/rpms/geany/F-10/geany.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- geany.spec	20 Jun 2009 18:14:30 -0000	1.24
+++ geany.spec	27 Jul 2009 18:32:24 -0000	1.25
@@ -1,6 +1,6 @@
 Name:      geany
 Version:   0.17
-Release:   7%{?dist}
+Release:   8%{?dist}
 Summary:   A fast and lightweight IDE using GTK2
 
 Group:     Development/Tools
@@ -74,7 +74,8 @@ sed -i 's/\r//' %{geany_docdir}/Scintill
 rm -rf $RPM_BUILD_ROOT%{_libdir}/geany/*.la
 
 # Install tags files
-install -p %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} $RPM_BUILD_ROOT%{_datadir}/%{name}
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/tags/
+install -p %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} $RPM_BUILD_ROOT%{_datadir}/%{name}/tags/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -96,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/geany.pc
 
 %changelog
+* Mon Jul 27 2009 Dominic Hopf <dmaphy at fedoraproject.org> - 0.17-8
+- install additional *.tags-files to $prefix/share/geany/tags
+
 * Sat Jun 20 2009 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 0.17-7
 - Fix commentary about button pixmap patch in spec file
 




More information about the fedora-extras-commits mailing list