rpms/libpolyxmass/devel libpolyxmass-x86_64.patch, NONE, 1.1 libpolyxmass.spec, 1.3, 1.4

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Fri Oct 21 07:35:19 UTC 2005


Author: awjb

Update of /cvs/extras/rpms/libpolyxmass/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2752

Modified Files:
	libpolyxmass.spec 
Added Files:
	libpolyxmass-x86_64.patch 
Log Message:
- add patch for x86_64 pkconfig dir


libpolyxmass-x86_64.patch:

--- NEW FILE libpolyxmass-x86_64.patch ---
--- Makefile.am.orig	2005-10-21 09:28:40.000000000 +0200
+++ Makefile.am	2005-10-21 09:30:22.000000000 +0200
@@ -26,7 +26,7 @@
 TODO
 
 
-libpolyxmass_pkgconfigdir = $(prefix)/lib/pkgconfig
+libpolyxmass_pkgconfigdir = $(libdir)/pkgconfig
 libpolyxmass_pkgconfig_DATA = $(PACKAGE).pc
 
 man_MANS = libpolyxmass.7


Index: libpolyxmass.spec
===================================================================
RCS file: /cvs/extras/rpms/libpolyxmass/devel/libpolyxmass.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libpolyxmass.spec	21 Oct 2005 07:18:11 -0000	1.3
+++ libpolyxmass.spec	21 Oct 2005 07:35:17 -0000	1.4
@@ -7,6 +7,7 @@
 License:        GPL
 URL:            http://www.polyxmass.org
 Source0:        http://www.polyxmass.org/libpolyxmass/downloads/0.8.9/libpolyxmass-0.8.9.tar.gz
+Patch0:         libpolyxmass-x86_64.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: glib2-devel
@@ -41,6 +42,7 @@
 
 %prep
 %setup -q
+%patch0
 
 %build
 %configure --disable-static
@@ -49,7 +51,6 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-#make install DESTDIR=$RPM_BUILD_ROOT
 %makeinstall
 
 find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';'
@@ -80,6 +81,7 @@
 * Fri Oct 21 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 0.8.9-4
 - add dist
+- add patch for x86_64 (pkgconfig dir was wrong)
 
 * Thu Oct 20 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 0.8.9-3




More information about the fedora-extras-commits mailing list