libimobiledevice-vl.spec 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. Name: libimobiledevice
  2. Version: 1.1.5
  3. Release: 1%{?_dist_release}
  4. Summary: Library for connecting to mobile devices
  5. Summary(ja): モバイルデバイスに接続するためのライブラリ
  6. Group: System Environment/Libraries
  7. License: LGPLv2+
  8. URL: http://www.libimobiledevice.org/
  9. Source0: http://cloud.github.com/downloads/MattColyer/libiphone/%{name}-%{version}.tar.bz2
  10. Patch0: libimobiledevice-fixdso.patch
  11. Patch1: libimobiledevice-1.1.4-pkgconfig.patch
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  13. BuildRequires: libxml2-devel
  14. BuildRequires: libusb1-devel
  15. BuildRequires: libtasn1-devel
  16. BuildRequires: libplist-devel >= 1.10
  17. BuildRequires: glib2-devel
  18. BuildRequires: gnutls-devel
  19. BuildRequires: python-devel
  20. BuildRequires: Cython
  21. BuildRequires: swig
  22. BuildRequires: usbmuxd-devel >= 1.0.8
  23. BuildRequires: openssl-devel
  24. Provides: libiphone = %{version}
  25. Obsoletes: libiphone < 0.9.7
  26. Vendor: Project Vine
  27. Distribution: Vine Linux
  28. %description
  29. libimobiledevice is a library for connecting to mobile devices including phones
  30. and music players
  31. %package devel
  32. Summary: Development package for libimobiledevice
  33. Summary(ja): libimobiledevice の開発用パッケージ
  34. Group: Development/Libraries
  35. Requires: pkgconfig
  36. Requires: %{name} = %{version}-%{release}
  37. Requires: libplist-devel >= 1.10
  38. Requires: usbmuxd-devel >= 0.1.0
  39. Requires: openssl-devel >= 0.9.8
  40. Provides: libiphone-devel = %{version}
  41. Obsoletes: libiphone-devel < 0.9.7
  42. %description devel
  43. Files for development with libimobiledevice.
  44. %package python
  45. Summary: Python bindings for libimobiledevice
  46. Summary(ja): libimobiledevice の Python バインディング
  47. Group: Development/Libraries
  48. Requires: %{name} = %{version}-%{release}
  49. Provides: libiphone-python = %{version}
  50. Obsoletes: libiphone-python < 0.9.7
  51. %description python
  52. Python bindings for libimobiledevice.
  53. %prep
  54. %setup -q
  55. %patch0 -p1 -b .fixdso
  56. %patch1 -p1 -b .pkgconfig
  57. # Fix dir permissions on html docs
  58. chmod +x docs/html
  59. # Allow build against swig 2.0.0. A proper fix would be nicer.
  60. sed -i 's|1.3.21|2.0.0|g' configure
  61. %build
  62. %configure --disable-static
  63. # Remove rpath as per https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
  64. sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
  65. sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
  66. make %{?_smp_mflags} V=1
  67. %install
  68. rm -rf %{buildroot}
  69. make install DESTDIR=%{buildroot}
  70. #Remove libtool archives.
  71. find %{buildroot} -name '*.la' -exec rm -f {} ';'
  72. %clean
  73. rm -rf %{buildroot}
  74. %post -p /sbin/ldconfig
  75. %postun -p /sbin/ldconfig
  76. %files
  77. %defattr(-,root,root,-)
  78. %doc AUTHORS COPYING.LESSER README
  79. %doc %{_datadir}/man/man1/idevice*
  80. %{_bindir}/idevice*
  81. %{_libdir}/libimobiledevice.so.*
  82. %files devel
  83. %defattr(-,root,root,-)
  84. %doc docs/html/
  85. %{_libdir}/pkgconfig/libimobiledevice-1.0.pc
  86. %{_libdir}/libimobiledevice.so
  87. %{_includedir}/libimobiledevice/
  88. %files python
  89. %defattr(-,root,root,-)
  90. %{python_sitearch}/imobiledevice.so
  91. %changelog
  92. * Thu Mar 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.5-1
  93. - new upstream release
  94. * Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.4-1
  95. - new upstream release
  96. - add BuildRequires: openssl-devel, Cython
  97. - add Patch1 (libimobiledevice-1.1.4-pkgconfig.patch)
  98. * Thu Feb 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-2
  99. - rebuild with python-2.7.2
  100. * Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-1
  101. - new upstream release
  102. * Fri Apr 15 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-1
  103. - new upstream release
  104. * Tue Dec 28 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-1
  105. - new upstream release
  106. * Thu Sep 30 2010 Shu KONNO <owa@bg.wakwak.com> 1.0.2-2
  107. - rebuilt with rpm-4.8.1 for pkg-config
  108. * Sat Jun 26 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-1
  109. - new upstream release
  110. * Sat May 22 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.0-2
  111. - updated devel package Requires
  112. * Thu Apr 29 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.0-1
  113. - initial build for Vine Linux
  114. * Sun Mar 21 2010 Peter Robinson <pbrobinson@gmail.com> 1.0.0-1
  115. - New upstream stable 1.0.0 release
  116. * Mon Feb 15 2010 Peter Robinson <pbrobinson@gmail.com> 0.9.7-3
  117. - Add patch to fix DSO linking. Fixes bug 565084
  118. * Wed Feb 3 2010 Peter Robinson <pbrobinson@gmail.com> 0.9.7-2
  119. - Package review updates, add developer docs
  120. * Wed Jan 27 2010 Peter Robinson <pbrobinson@gmail.com> 0.9.7-1
  121. - New package for new library name. Update to 0.9.7
  122. * Sun Jan 24 2010 Peter Robinson <pbrobinson@gmail.com> 0.9.6-1
  123. - Update to 0.9.6 release
  124. * Sat Jan 9 2010 Peter Robinson <pbrobinson@gmail.com> 0.9.5-3
  125. - Updated to the new python sysarch spec file reqs
  126. * Tue Dec 15 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.5-2
  127. - Update python bindings
  128. * Sat Dec 12 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.5-1
  129. - Update to 0.9.5 release for new usbmuxd/libplist 1.0.0 final
  130. * Sat Dec 12 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.4-3
  131. - Rebuild for libplist .so bump
  132. * Wed Oct 28 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.4-2
  133. - Update from libusb to libusb1
  134. * Wed Oct 28 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.4-1
  135. - Update to 0.9.4 release for new usbmuxd 1.0.0-rc1
  136. * Mon Aug 10 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.3-1
  137. - Update to 0.9.3 release
  138. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.1-3
  139. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  140. * Wed May 13 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.1-2
  141. - Add new build reqs
  142. * Tue May 12 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.1-1
  143. - Update to official 0.9.1 release
  144. * Fri Apr 03 2009 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-11.20090325git443edc8
  145. - Update to latest master version
  146. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-10.20090103git5cde554
  147. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  148. * Sat Jan 3 2009 Peter Robinson <pbrobinson@gmail.com> 0.1.0-9.git5cde554
  149. - Add back gnutls version patch
  150. * Sat Jan 3 2009 Peter Robinson <pbrobinson@gmail.com> 0.1.0-8.git5cde554
  151. - Upload bzipped source file
  152. * Sat Jan 3 2009 Peter Robinson <pbrobinson@gmail.com> 0.1.0-7.git5cde554
  153. - New git snapshot
  154. * Mon Dec 5 2008 Peter Robinson <pbrobinson@gmail.com> 0.1.0-6.git8c3a01e
  155. - Fix devel dependency
  156. * Mon Dec 5 2008 Peter Robinson <pbrobinson@gmail.com> 0.1.0-5.git8c3a01e
  157. - Fix gnutls check for new rawhide version
  158. * Mon Dec 5 2008 Peter Robinson <pbrobinson@gmail.com> 0.1.0-4.git8c3a01e
  159. - Rebuild for pkgconfig
  160. * Tue Dec 2 2008 Peter Robinson <pbrobinson@gmail.com> 0.1.0-3.git8c3a01e
  161. - Fix git file generation
  162. * Mon Dec 1 2008 Peter Robinson <pbrobinson@gmail.com> 0.1.0-2.git8c3a01e
  163. - Updates for package review
  164. * Sat Nov 29 2008 Peter Robinson <pbrobinson@gmail.com> 0.1.0-1
  165. - Initial package