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

eht16 at users.sourceforge.net eht16 at xxxxx
Sun Dec 7 13:40:48 UTC 2008


Revision: 3337
          http://geany.svn.sourceforge.net/geany/?rev=3337&view=rev
Author:   eht16
Date:     2008-12-07 13:40:48 +0000 (Sun, 07 Dec 2008)

Log Message:
-----------
Add a note and an ugly workaround for strange build problems which might happen when building RPMs.

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

Modified: trunk/geany.spec.in
===================================================================
--- trunk/geany.spec.in	2008-12-06 18:58:03 UTC (rev 3336)
+++ trunk/geany.spec.in	2008-12-07 13:40:48 UTC (rev 3337)
@@ -34,6 +34,11 @@
 %install
 %__rm -Rf $RPM_BUILD_ROOT
 %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
+#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
 
 %clean


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