Move to gtk-sharp3.

This commit is contained in:
Jon Ciesla 2016-10-04 09:02:13 -05:00
parent 1b986ba52a
commit 53496fe162
1 changed files with 8 additions and 2 deletions

View File

@ -15,7 +15,7 @@
Summary: Library to access the contents of an iPod
Name: libgpod
Version: 0.8.3
Release: 13%{?dist}
Release: 14%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtkpod.org/libgpod.html
@ -40,7 +40,7 @@ BuildRequires: libxml2-devel
BuildRequires: libxslt
%if %{with_mono}
BuildRequires: mono-devel
BuildRequires: gtk-sharp2-devel
BuildRequires: gtk-sharp3-devel
%endif
BuildRequires: pygobject2-devel
BuildRequires: python-devel
@ -131,9 +131,12 @@ libgpod-sharp.
# remove execute perms on the python examples as they'll be installed in %%doc
chmod -x bindings/python/examples/*.py
sed -i "s#sharp-2.0#sharp-3.0#g" bindings/mono/libgpod-sharp/libgpod-sharp.pc.in
sed -i "s#public DateTime#public System.DateTime#g" bindings/mono/libgpod-sharp/Artwork.cs
%build
autoreconf -vif
sed -i "s#sharp-2.0#sharp-3.0#g" configure
%configure --without-hal --enable-udev --with-temp-mount-dir=/run/%{name}
make %{?_smp_mflags} V=1
@ -210,6 +213,9 @@ find %{buildroot} -type f -name "*.a" -delete
%endif
%changelog
* Tue Oct 04 2016 Jon Ciesla <limburgher@gmail.com> - 0.8.3-14
- Switch to gtk-sharp3, BZ 1380908.
* Thu Sep 22 2016 Jon Ciesla <limburgher@gmail.com> - 0.8.3-13
- Patch for iOS crash, BZ 1359954.