SF.net SVN: geany:[3345] trunk/geany.spec.in

eht16 at users.sourceforge.net eht16 at xxxxx
Mon Dec 8 21:23:56 UTC 2008


Revision: 3345
          http://geany.svn.sourceforge.net/geany/?rev=3345&view=rev
Author:   eht16
Date:     2008-12-08 21:23:56 +0000 (Mon, 08 Dec 2008)

Log Message:
-----------
Add a note about adding 'sed' as build-dep when it is used.
(thanks to 'dmaphy' and 'rsc' for their help in reporting and finding the workaround for this problem)

Modified Paths:
--------------
    trunk/geany.spec.in

Modified: trunk/geany.spec.in
===================================================================
--- trunk/geany.spec.in	2008-12-08 17:05:15 UTC (rev 3344)
+++ trunk/geany.spec.in	2008-12-08 21:23:56 UTC (rev 3345)
@@ -36,7 +36,7 @@
 %makeinstall
 # If you experience build problems like
 # "Found '/home/user/rpmbuild/BUILDROOT/geany-0.16svn-3328.i386' in installed files; aborting"
-# try uncommenting the following line to workaround the problem
+# try uncommenting the following line to workaround the problem (and add sed to BuildRequires)
 #sed -i "s at libdir='.*'@libdir='%{_libdir}/%{name}'@g" $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
 
 %__rm $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
@@ -48,7 +48,7 @@
 %defattr(-, root, root)
 %doc AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README TODO THANKS
 %{_bindir}/%{name}
-%{_libdir}/geany/
+%{_libdir}/%{name}/
 %{_datadir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/locale/*/LC_MESSAGES/%{name}.mo
@@ -56,5 +56,5 @@
 %{_datadir}/doc/%{name}/
 %{_mandir}/man1/%{name}.1.gz
 %{_datadir}/icons/hicolor/16x16/apps/classviewer-*.png
-%{_includedir}/geany/
+%{_includedir}/%{name}/
 %{_libdir}/pkgconfig/


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list