libplist-vl.spec 4.1 KB

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