libquvi-scripts-vl.spec 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. Summary: Lua scripts for libquvi
  2. Summary(ja): libquvi 用 Lua スクリプト集
  3. Name: libquvi-scripts
  4. Version: 0.4.21
  5. Release: 1%{?_dist_release}
  6. License: LGPLv2.1+
  7. Group: System Environment/Libraries
  8. URL: http://quvi.sourceforge.net/
  9. Source0: %{name}-%{version}.tar.xz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: gzip
  12. Vendor: Project Vine
  13. Distribution: Vine Linux
  14. Packager: Takemikaduchi
  15. %description
  16. libquvi-scripts contains the embedded lua scripts that libquvi uses for parsing
  17. the media details. Some additional utility scripts are also included.
  18. %package devel
  19. Summary: Development tools for libquvi-scripts
  20. Summary(ja): libquvi-scripts の開発環境
  21. Group: Development/Libraries
  22. Requires: %{name} = %{version}-%{release}
  23. Requires: pkgconfig
  24. %description devel
  25. Header files and libraries for building a extension library for the
  26. libquvi-scripts.
  27. %prep
  28. %setup -q
  29. %build
  30. %configure
  31. %{__make} %{?_smp_mflags}
  32. %install
  33. %{__rm} -rf ${RPM_BUILD_ROOT}
  34. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  35. gzip $RPM_BUILD_ROOT%{_mandir}/man7/libquvi-scripts.7
  36. %clean
  37. %{__rm} -rf ${RPM_BUILD_ROOT}
  38. %files
  39. %defattr(-,root,root,-)
  40. %doc COPYING ChangeLog NEWS README
  41. %{_datadir}/%{name}
  42. %{_mandir}/man7/libquvi-scripts.7.gz
  43. %files devel
  44. %defattr(-,root,root,-)
  45. %{_libdir}/pkgconfig/libquvi-scripts.pc
  46. %changelog
  47. * Tue Dec 16 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.4.21-1
  48. - updated to 0.4.21
  49. - moved libquvi-scripts to System Environment/Libraries Group
  50. * Sun Nov 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.9-1
  51. - new upstream release
  52. * Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.4-1
  53. - initial build for Vine Linux