From: Szymon Siwek Date: Fri, 18 Apr 2008 08:54:14 +0000 (+0000) Subject: - fix path in .pc file X-Git-Tag: auto/th/dotnet-libgphoto2-sharp-2_3_0-2 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=205dc5205c7452e4a807eaecded871953a5984b4;hp=121078cb3b2f2c3665a4eaf0719980b37c7bb80b;p=packages%2Fdotnet-libgphoto2-sharp.git - fix path in .pc file - __make -j1 - rel. 2 Changed files: dotnet-libgphoto2-sharp.spec -> 1.4 --- diff --git a/dotnet-libgphoto2-sharp.spec b/dotnet-libgphoto2-sharp.spec index 068d350..b19a68f 100644 --- a/dotnet-libgphoto2-sharp.spec +++ b/dotnet-libgphoto2-sharp.spec @@ -3,7 +3,7 @@ Summary: .NET binding to libgphoto2 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 @@ -48,7 +48,7 @@ Pliki programistyczne wiązani .NET dla libgphoto2. %{__autoconf} %{__automake} %configure -%{__make} +%{__make} -j1 %install rm -rf $RPM_BUILD_ROOT @@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT 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