libplist-vl.spec 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. Name: libplist
  2. Summary: Library for manipulating Apple Binary and XML Property Lists
  3. Summary(ja): Apple のバイナリおよび XML プロパティリストを操作するライブラリ
  4. Version: 1.12
  5. Release: 1%{?_dist_release}
  6. Group: System Environment/Libraries
  7. License: LGPLv2+
  8. URL: http://www.libimobiledevice.org/
  9. Source0: http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  11. BuildRequires: libxml2-devel
  12. BuildRequires: glib2-devel
  13. BuildRequires: python-devel
  14. BuildRequires: Cython
  15. # to avoid for libplist-python to link with libplist.so.2...
  16. BuildConflicts: libplist-devel
  17. Vendor: Project Vine
  18. Distribution: Vine Linux
  19. Packager: daisuke
  20. %description
  21. libplist is a library for manipulating Apple Binary and XML Property Lists
  22. %description -l ja
  23. libplist は Apple のバイナリおよび XML プロパティリストを操作するライブラリです.
  24. %package devel
  25. Summary: Development package for libplist
  26. Summary(ja): libplist の開発用パッケージ
  27. Group: Development/Libraries
  28. Requires: %{name} = %{version}-%{release}
  29. %description devel
  30. %{name}, development headers and libraries.
  31. %package python
  32. Summary: Python package for libplist
  33. Group: System Environment/Libraries
  34. Requires: %{name} = %{version}-%{release}
  35. Requires: python
  36. %description python
  37. %{name}, python libraries and support
  38. %prep
  39. %setup -q
  40. %build
  41. %configure --disable-static
  42. make %{?_smp_mflags} V=1
  43. %install
  44. make install DESTDIR=$RPM_BUILD_ROOT
  45. find $RPM_BUILD_ROOT -type f -name "*.la" -delete
  46. %clean
  47. rm -rf $RPM_BUILD_ROOT
  48. %post -p /sbin/ldconfig
  49. %postun -p /sbin/ldconfig
  50. %files
  51. %defattr(-,root,root,-)
  52. %doc AUTHORS COPYING.LESSER README
  53. %{_bindir}/plistutil
  54. %{_libdir}/libplist.so.*
  55. %{_libdir}/libplist++.so.*
  56. %files devel
  57. %defattr(-,root,root,-)
  58. %{_libdir}/pkgconfig/libplist.pc
  59. %{_libdir}/pkgconfig/libplist++.pc
  60. %{_libdir}/libplist.so
  61. %{_libdir}/libplist++.so
  62. %{_includedir}/plist
  63. %files python
  64. %defattr(-,root,root,-)
  65. %{python_sitearch}/plist*
  66. %changelog
  67. * Thu May 21 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.12-1
  68. - new upstream release
  69. * Tue Jul 08 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 1.11-1
  70. - update to 1.11
  71. * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10-2
  72. - rebuild with VineSeed environment
  73. * Thu Mar 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10-1
  74. - new upstream release
  75. * Sun Apr 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8-1
  76. - new upstream release
  77. - add BuildRequires: Cython
  78. * Thu Feb 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4-2
  79. - rebuild with python-2.7.2
  80. * Fri Apr 15 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4-1
  81. - new upstream release
  82. * Tue Sep 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.3-2
  83. - rebuilt with rpm-4.8.1 for pkg-config
  84. * Thu Apr 29 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3-1
  85. - initial build for Vine Linux
  86. * Tue Apr 20 2010 Peter Robinson <pbrobinson@gmail.com> 1.3-1
  87. - Upstream stable 1.3 release
  88. * Sat Jan 23 2010 Peter Robinson <pbrobinson@gmail.com> 1.2-1
  89. - Upstream stable 1.2 release
  90. * Sat Jan 9 2010 Peter Robinson <pbrobinson@gmail.com> 1.0.0-5
  91. - Updated to the new python sysarch spec file reqs
  92. * Mon Dec 7 2009 Peter Robinson <pbrobinson@gmail.com> 1.0.0-4
  93. - and once more with feeling
  94. * Mon Dec 7 2009 Peter Robinson <pbrobinson@gmail.com> 1.0.0-3
  95. - Further updated fixes for the spec file
  96. * Mon Dec 7 2009 Peter Robinson <pbrobinson@gmail.com> 1.0.0-2
  97. - Drop upstreamed patch
  98. * Mon Dec 7 2009 Peter Robinson <pbrobinson@gmail.com> 1.0.0-1
  99. - Upstream stable 1.0.0 release
  100. * Thu Oct 29 2009 Peter Robinson <pbrobinson@gmail.com> 0.16-3
  101. - Actually add patch for python
  102. * Thu Oct 29 2009 Peter Robinson <pbrobinson@gmail.com> 0.16-2
  103. - Add python patch and c++ bindings
  104. * Thu Oct 29 2009 Peter Robinson <pbrobinson@gmail.com> 0.16-1
  105. - New upstream 0.16 release
  106. * Tue Oct 20 2009 Peter Robinson <pbrobinson@gmail.com> 0.15-1
  107. - New upstream 0.15 release
  108. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-2
  109. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  110. * Mon May 11 2009 Peter Robinson <pbrobinson@gmail.com> 0.13-1
  111. - New upstream 0.13 release
  112. * Mon May 11 2009 Peter Robinson <pbrobinson@gmail.com> 0.12-2
  113. - Further review updates
  114. * Sun May 10 2009 Peter Robinson <pbrobinson@gmail.com> 0.12-1
  115. - Update to official tarball release, some review fixes
  116. * Sun May 10 2009 Peter Robinson <pbrobinson@gmail.com> 0.12.0-0.1
  117. - Initial package