]> git.pld-linux.org Git - packages/dotnet-gdata-sharp.git/commitdiff
- adjusted for mono 4 (mcs instead of gmcs); release 2 auto/th/dotnet-gdata-sharp-2.2.0.0-2
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 26 Dec 2017 15:42:04 +0000 (16:42 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 26 Dec 2017 15:42:04 +0000 (16:42 +0100)
dotnet-gdata-sharp.spec

index 4cbe1d56a11e76b9fb74474b6beddae0af0d767c..57a39e18c30bd14b6399576a44f67a2ef0e0e2f3 100644 (file)
@@ -1,22 +1,20 @@
-#
 %include       /usr/lib/rpm/macros.mono
-#
 Summary:       gdata-sharp - C# library that makes it easy to access data through Google Data APIs
 Summary(pl.UTF-8):     gdata-sharp - biblioteka C# ułatwiająca dostęp do danych poprzez API Google Data
 Name:          dotnet-gdata-sharp
 Version:       2.2.0.0
-Release:       1
+Release:       2
 License:       Apache v2.0
 Group:         Libraries
 #Source0Download: https://code.google.com/p/google-gdata/downloads/list
 Source0:       http://google-gdata.googlecode.com/files/libgoogle-data-mono-%{version}.tar.gz
 # Source0-md5: d748a5ae2b349b9832e303e95c18ce79
 Patch0:                %{name}-update.patch
-URL:           http://code.google.com/p/google-gdata/
+URL:           https://github.com/google/google-gdata
 BuildRequires: dos2unix
 BuildRequires: dotnet-newtonsoft-json-devel
-BuildRequires: mono-csharp
-BuildRequires: mono-devel
+BuildRequires: mono-csharp >= 4
+BuildRequires: mono-devel >= 4
 BuildRequires: rpmbuild(monoautodeps)
 Requires:      dotnet-newtonsoft-json
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -49,6 +47,7 @@ dos2unix misc/*.pc.in
 
 %build
 %{__make} \
+       CSC=mcs \
        PREFIX=%{_prefix}
 
 # alternative (but with no functional install target)
@@ -58,12 +57,13 @@ dos2unix misc/*.pc.in
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
+       CSC=mcs \
        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
+       %{__mv} $RPM_BUILD_ROOT%{_prefix}/{lib,%{_lib}}/pkgconfig
 fi
 
 %clean
This page took 0.172933 seconds and 4 git commands to generate.