rpms/libnl/devel libnl-64bit.patch,1.1,1.2 libnl.spec,1.7,1.8

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 9 21:41:45 UTC 2006


Author: caillon

Update of /cvs/dist/rpms/libnl/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv23047

Modified Files:
	libnl-64bit.patch libnl.spec 
Log Message:
* Mon Jan  9 2006 Christopher Aillon <caillon at redhat.com> 1.0-0.6.pre5
- Correctly install the pkgconfig file


libnl-64bit.patch:
 Makefile.opts.in |    1 +
 lib/Makefile     |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

Index: libnl-64bit.patch
===================================================================
RCS file: /cvs/dist/rpms/libnl/devel/libnl-64bit.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libnl-64bit.patch	2 Nov 2005 22:41:27 -0000	1.1
+++ libnl-64bit.patch	9 Jan 2006 21:41:42 -0000	1.2
@@ -1,3 +1,5 @@
+Use $(libdir) instead of $(prefix)/lib for 64bit awesomeness.
+
 diff -ru libnl-1.0-pre5-64bit-issues/lib/Makefile libnl-1.0-pre5/lib/Makefile
 --- libnl-1.0-pre5-64bit-issues/lib/Makefile	2005-11-02 12:29:06.000000000 -0500
 +++ libnl-1.0-pre5/lib/Makefile	2005-11-02 17:07:47.000000000 -0500


Index: libnl.spec
===================================================================
RCS file: /cvs/dist/rpms/libnl/devel/libnl.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libnl.spec	9 Dec 2005 22:41:39 -0000	1.7
+++ libnl.spec	9 Jan 2006 21:41:42 -0000	1.8
@@ -5,7 +5,7 @@
 License: LGPL
 Name: libnl
 Version: 1.0
-Release: 0.5.%{preversion}.1
+Release: 0.6.%{preversion}
 URL: http://people.suug.ch/~tgr/libnl/
 Source: http://people.suug.ch/~tgr/libnl/files/libnl-%{version}-%{preversion}.tar.gz
 Source1: %{name}-1.pc
@@ -40,7 +40,7 @@
 make install DESTDIR=$RPM_BUILD_ROOT
 
 %{__mkdir_p} $RPM_BUILD_ROOT%{_libdir}/pkgconfig/
-%{__cp} %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/pkgconfig/
+%{__install} -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/pkgconfig/
 
 %clean
 %{__rm} -rf $RPM_BUILD_ROOT
@@ -61,6 +61,9 @@
 %{_libdir}/pkgconfig/%{name}-1.pc
 
 %changelog
+* Mon Jan  9 2006 Christopher Aillon <caillon at redhat.com> 1.0-0.6.pre5
+- Correctly install the pkgconfig file
+
 * Fri Dec 09 2005 Jesse Keating <jkeating at redhat.com>
 - rebuilt
 




More information about the fedora-cvs-commits mailing list