]> git.pld-linux.org Git - packages/dotnet-gdata-sharp.git/blobdiff - dotnet-gdata-sharp.spec
- handle 64bit
[packages/dotnet-gdata-sharp.git] / dotnet-gdata-sharp.spec
index 41414c577efcc85dd50c69f135a56ca85bd55bfb..2eead095df87b7f3b1645631a7e0271411e1eb3c 100644 (file)
@@ -3,7 +3,7 @@
 Summary:       gdata-sharp is a C# library that makes it easy to access data through Google Data APIs
 Name:          dotnet-gdata-sharp
 Version:       1.4.0.2
-Release:       2
+Release:       3
 License:       Apache v2.0
 Source0:       http://google-gdata.googlecode.com/files/libgoogle-data-mono-%{version}.tar.gz
 # Source0-md5: 3914538201b00c6d33aa6ada0e9d1ec6
@@ -41,6 +41,11 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        PREFIX=%{_prefix}
 
+if [ "%{_lib}" != "lib" ]; then
+       install -d $RPM_BUILD_ROOT%{_prefix}/%{_lib}
+       mv $RPM_BUILD_ROOT%{_prefix}/{lib,%{_lib}}/pkgconfig
+fi
+
 %clean
 rm -rf "$RPM_BUILD_ROOT"
 
This page took 0.107256 seconds and 4 git commands to generate.