rpms/flickrnet/devel flickrnet.pc,1.1,1.2 flickrnet.spec,1.3,1.4

palango palango at fedoraproject.org
Fri Jun 26 15:58:04 UTC 2009


Author: palango

Update of /cvs/pkgs/rpms/flickrnet/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8063

Modified Files:
	flickrnet.pc flickrnet.spec 
Log Message:
Fix libdir issue on x86_64


Index: flickrnet.pc
===================================================================
RCS file: /cvs/pkgs/rpms/flickrnet/devel/flickrnet.pc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- flickrnet.pc	24 Feb 2009 21:57:10 -0000	1.1
+++ flickrnet.pc	26 Jun 2009 15:57:33 -0000	1.2
@@ -1,4 +1,4 @@
-libdir=/usr/lib
+libdir=${libdir}
 assemblies_dir=\${libdir}/mono/flickrnet
 Libraries=\${assemblies_dir}/FlickrNet.dll
  


Index: flickrnet.spec
===================================================================
RCS file: /cvs/pkgs/rpms/flickrnet/devel/flickrnet.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- flickrnet.spec	22 Jun 2009 00:55:16 -0000	1.3
+++ flickrnet.spec	26 Jun 2009 15:57:33 -0000	1.4
@@ -2,7 +2,7 @@
 
 Name:           flickrnet
 Version:        2.1.5
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        .NET library to interact with the Flickr API
 Group:          Development/Libraries
 License:        LGPLv2
@@ -61,6 +61,9 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Thu Jun 25 2009 Juan Rodriguez <nushio at fedoraproject.org> - 2.1.5-4
+- Fix libdir on x86_64
+
 * Sun Jun 21 2009 Paul Lange <palango at gmx.de> - 2.1.5-3
 - Fix supported archs
 




More information about the fedora-extras-commits mailing list