Author: patrys Date: Fri Mar 12 09:31:23 2010 GMT Module: packages Tag: HEAD ---- Log message: - initial PLD release
---- Files affected: packages/dotnet-gdata-sharp: dotnet-gdata-sharp.spec (NONE -> 1.1) (NEW), pkgconfig-typo-fix.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/dotnet-gdata-sharp/dotnet-gdata-sharp.spec diff -u /dev/null packages/dotnet-gdata-sharp/dotnet-gdata-sharp.spec:1.1 --- /dev/null Fri Mar 12 10:31:23 2010 +++ packages/dotnet-gdata-sharp/dotnet-gdata-sharp.spec Fri Mar 12 10:31:18 2010 @@ -0,0 +1,65 @@ +# $Revision$, $Date$ +%include /usr/lib/rpm/macros.mono + +Summary: gdata-sharp is a C# library that makes it easy to access data through Google Data APIs +Name: dotnet-notify-sharp +Version: 1.4.0.2 +Release: 1 +License: Apache v2.0 +Source0: http://google-gdata.googlecode.com/files/libgoogle-data-mono-%{version}.tar.gz +# Source0-md5: 3914538201b00c6d33aa6ada0e9d1ec6 +Patch0: pkgconfig-typo-fix.patch +Group: Development/Libraries +URL: http://code.google.com/p/google-gdata/ +BuildRequires: mono-devel +BuildRequires: monodoc +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +The GData .NET Client Library provides a library and source code that +make it easy to access data through Google Data APIs. + +%package devel +Summary: Files required for compilation using gdata-sharp +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +Files required for compilation using gdata-sharp. + +%prep +%setup -q -n libgoogle-data-mono-%{version} +%patch0 -p1 + +%build +%{__make} \ + PREFIX=%{_prefix} + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT \ + PREFIX=%{_prefix} + +%clean +rm -rf "$RPM_BUILD_ROOT" + +%files +%defattr(644,root,root,755) +%{_prefix}/lib/mono/gac/Google.GData.* + +%files devel +%defattr(644,root,root,755) +%dir %{_prefix}/lib/mono/GData-Sharp +%{_prefix}/lib/mono/GData-Sharp/*.dll +%{_pkgconfigdir}/gdata-sharp-*.pc + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2010/03/12 09:31:18 patrys +- initial PLD release + ================================================================ Index: packages/dotnet-gdata-sharp/pkgconfig-typo-fix.patch diff -u /dev/null packages/dotnet-gdata-sharp/pkgconfig-typo-fix.patch:1.1 --- /dev/null Fri Mar 12 10:31:23 2010 +++ packages/dotnet-gdata-sharp/pkgconfig-typo-fix.patch Fri Mar 12 10:31:18 2010 @@ -0,0 +1,8 @@ +--- libgoogle-data-mono-1.4.0.2/misc/gdata-sharp-core.pc.in 2010-03-09 13:07:29.000000000 +0100 ++++ libgoogle-data-mono-1.4.0.2.new/misc/gdata-sharp-core.pc.in 2010-03-10 13:11:29.000000000 +0100 +@@ -5,4 +5,4 @@ Name: GData Sharp Core + Description: CLI bindings to Google's online services (Core libraries) + Version: 1.4.0.2 + +-Libs: -r:${libdir}/mono/GData-Sharp/Google.GData.Client.dll -r${libdir}/mono/GData-Sharp/Google.GData.Extensions.dll ++Libs: -r:${libdir}/mono/GData-Sharp/Google.GData.Client.dll -r:${libdir}/mono/GData-Sharp/Google.GData.Extensions.dll ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
