rpms/anjuta/devel anjuta.spec,1.4,1.5

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Fri Dec 17 09:52:27 UTC 2004


Author: mschwendt

Update of /cvs/extras/rpms/anjuta/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv29222

Modified Files:
	anjuta.spec 
Log Message:
Add fix for x86_64 (okayed by compton).


Index: anjuta.spec
===================================================================
RCS file: /cvs/extras/rpms/anjuta/devel/anjuta.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- anjuta.spec	11 Nov 2004 19:21:36 -0000	1.4
+++ anjuta.spec	17 Dec 2004 09:52:25 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           anjuta
 Version:        1.2.2
-Release:        4
+Release:        5
 Epoch:          1
 Summary:        GNOME IDE for C and C++
 
@@ -37,7 +37,7 @@
 
 
 %package        docs
-Summary:        Anjuta docuemntations package.
+Summary:        Anjuta documentations package.
 Group:          Development/Tools
 Requires:       %{name} = %{epoch}:%{version}-%{release}
 
@@ -54,6 +54,8 @@
 %build
 
 %configure --enable-final                                                     
+%define libnoprefix %(echo %_libdir | sed 's,%_prefix/,,')
+sed -i -e 's!\(.*PACKAGE_PLUGIN_DIR@,.*\)lib\(/anjuta.*\)!\1%{libnoprefix}\2!g' config.status ; ./config.status
 make
 
 
@@ -118,6 +120,9 @@
 
 
 %changelog
+* Thu Dec 16 2004 Michael Schwendt <mschwendt[AT]users.sf.net> - 1:1.2.2-5
+- Add some sed magic in %%build which assumedly fixes x86_64 install.
+
 * Wed Nov 10 2004 Matthias Saou <http://freshrpms.net/> 1.2.2-4
 - Bump release to provide Extras upgrade path.
 - Clean up ugly space/tabs mix.




More information about the fedora-extras-commits mailing list