Browse Source

libimobiledevice-1.2.0-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9910 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 8 years ago
parent
commit
09c6655da3
1 changed files with 15 additions and 1 deletions
  1. 15 1
      lib/libi/libimobiledevice/libimobiledevice-vl.spec

+ 15 - 1
lib/libi/libimobiledevice/libimobiledevice-vl.spec

@@ -2,7 +2,7 @@
 
 Name:          libimobiledevice
 Version:       1.2.0
-Release:       1%{?_dist_release}
+Release:       2%{?_dist_release}
 Summary:       Library for connecting to mobile devices
 Summary(ja):   モバイルデバイスに接続するためのライブラリ
 
@@ -11,8 +11,13 @@ License:       LGPLv2+
 URL:           http://www.libimobiledevice.org/
 
 Source0:       http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2
+# for gnutls-3.4
+Patch0:        issue225.patch
+
 
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRequires: automake
+BuildRequires: autoconf
 BuildRequires: libxml2-devel
 BuildRequires: libusb1-devel
 BuildRequires: libtasn1-devel
@@ -65,10 +70,16 @@ Python bindings for libimobiledevice.
 %prep
 %setup -q
 
+%patch0 -p1
+
 # Fix dir permissions on html docs
 chmod +x docs/html
 
 %build
+aclocal
+automake --add-missing --copy
+autoconf
+
 %configure \
   --disable-static \
   --disable-openssl \
@@ -118,6 +129,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Wed Dec 30 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.2.0-2
+- built with gnutls-3.4.x.
+
 * Thu May 21 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.2.0-1
 - new upstream release