SPECS: dotnet-libgphoto2-sharp.spec - fix path in .pc file - __mak...

sls sls at pld-linux.org
Fri Apr 18 10:54:20 CEST 2008


Author: sls                          Date: Fri Apr 18 08:54:20 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix path in .pc file
- __make -j1
- rel. 2

---- Files affected:
SPECS:
   dotnet-libgphoto2-sharp.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/dotnet-libgphoto2-sharp.spec
diff -u SPECS/dotnet-libgphoto2-sharp.spec:1.3 SPECS/dotnet-libgphoto2-sharp.spec:1.4
--- SPECS/dotnet-libgphoto2-sharp.spec:1.3	Mon Feb 12 23:09:09 2007
+++ SPECS/dotnet-libgphoto2-sharp.spec	Fri Apr 18 10:54:14 2008
@@ -4,7 +4,7 @@
 Summary(pl.UTF-8):	Wiązanie .NET dla libgphoto2
 Name:		dotnet-libgphoto2-sharp
 Version:	2.3.0
-Release:	1
+Release:	2
 License:	LGPL
 Group:		Libraries
 Source0:	http://dl.sourceforge.net/gphoto/libgphoto2-sharp-%{version}.tar.bz2
@@ -49,7 +49,7 @@
 %{__autoconf}
 %{__automake}
 %configure
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -58,6 +58,9 @@
 	DESTDIR=$RPM_BUILD_ROOT \
 	cslibdir=%{_prefix}/lib/mono/libgphoto2-sharp
 
+%{__sed} -i "/^Libraries/s@%{_libdir}/libgphoto2-sharp@%{_libdir}/mono/libgphoto2-sharp@" \
+	$RPM_BUILD_ROOT%{_pkgconfigdir}/libgphoto2-sharp.pc
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -77,6 +80,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2008-04-18 08:54:14  sls
+- fix path in .pc file
+- __make -j1
+- rel. 2
+
 Revision 1.3  2007-02-12 22:09:09  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dotnet-libgphoto2-sharp.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list