Author: patrys Date: Fri Mar 12 17:34:06 2010 GMT Module: packages Tag: HEAD ---- Log message: - handle 64bit - rel 3
---- Files affected: packages/dotnet-gdata-sharp: dotnet-gdata-sharp.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: packages/dotnet-gdata-sharp/dotnet-gdata-sharp.spec diff -u packages/dotnet-gdata-sharp/dotnet-gdata-sharp.spec:1.3 packages/dotnet-gdata-sharp/dotnet-gdata-sharp.spec:1.4 --- packages/dotnet-gdata-sharp/dotnet-gdata-sharp.spec:1.3 Fri Mar 12 16:59:44 2010 +++ packages/dotnet-gdata-sharp/dotnet-gdata-sharp.spec Fri Mar 12 18:34:01 2010 @@ -4,7 +4,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 @@ -42,6 +42,11 @@ 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" @@ -61,6 +66,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2010/03/12 17:34:01 patrys +- handle 64bit +- rel 3 + Revision 1.3 2010/03/12 15:59:44 patrys - dox2unix - rel 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dotnet-gdata-sharp/dotnet-gdata-sharp.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
