vine-rpm-helper-vl.spec 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. # Basic Information
  2. Name: vine-rpm-helper
  3. Version: 0.6.6
  4. Release: 1%{?_dist_release}
  5. License: GPLv3
  6. Group: Development/Tools
  7. URL: http://trac.vinelinux.org/wiki/Packages/vine-rpm-helper
  8. Source0: http://trac.vinelinux.org/attachment/wiki/Packages/vine-rpm-helper/%{name}-%{version}.tar.bz2
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildArch: noarch
  11. Vendor: Project Vine
  12. Distribution: Vine Linux
  13. Packager: yasumichi
  14. Summary: Support making RPM Packages for Vine Linux
  15. Summary(ja): Vine Linux 向け RPM パッケージの作成を支援
  16. # Dependency
  17. Requires: bzip2
  18. Requires: gzip
  19. Requires: tar
  20. Requires: unzip
  21. Requires: xz
  22. Requires: wget
  23. Requires: gettext
  24. %description
  25. Vine-rpm-helper support to make RPM packages for Vine Linux.
  26. %description -l ja
  27. vine-rpm-helper は、Vine Linux 向け RPM パッケージの作成を支援します。
  28. %prep
  29. %setup -q
  30. %build
  31. %configure --libdir=/usr/lib
  32. %{__make} %{?_smp_mflags}
  33. %install
  34. %{__rm} -rf ${RPM_BUILD_ROOT}
  35. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  36. %find_lang %{name}
  37. rm ${RPM_BUILD_ROOT}/usr/bin/mkrpmfiles
  38. %clean
  39. %{__rm} -rf ${RPM_BUILD_ROOT}
  40. %files -f %{name}.lang
  41. %defattr(-,root,root)
  42. %doc COPYING ChangeLog NEWS README
  43. #{_bindir}/mkrpmfiles
  44. %{_bindir}/mkrpmspec
  45. %{_datadir}/vine-rpm-helper
  46. %{_mandir}/ja/man1/*
  47. %{_mandir}/man1/*
  48. %{_prefix}/lib/vine-rpm-helper/
  49. %changelog
  50. * Fri Aug 01 2014 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.6.6-1
  51. - add --without-prefix option
  52. * Fri Feb 15 2013 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.6.5-1
  53. - add support for perl archive which have Build.PL
  54. - update method of CheckPkgType
  55. - add wget and gettext to Requires
  56. * Wed Aug 15 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.6.4-1
  57. - add prefix python where package type is Python.
  58. * Thu Jul 05 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.6.3-1
  59. - enable vendor install for perl module.
  60. * Thu Jan 26 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.6.2-1
  61. - update method to treat unnessesary files of perl module.
  62. * Wed Nov 23 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.6-1
  63. - new upstream release.
  64. - get license, summary, url and description from python PKG-INFO.
  65. * Tue Nov 08 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.5.1-1
  66. - bug fix release.(fixed to treat zip archives.)
  67. - add archivers to Requries.
  68. * Sat Oct 15 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.5-1
  69. - new upstream release.
  70. - add options --pkgname, --pkgversion, --help, --version .
  71. - add manpages.
  72. * Fri Oct 14 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.5-1
  73. - new upstream release.
  74. - add URL
  75. * Fri Oct 14 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.4-1
  76. - new upstream release.
  77. - lzma support.
  78. - fix bugs.
  79. * Wed Oct 12 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.3-1
  80. - new upstream release.
  81. - gettexized
  82. - plugin like systemized
  83. * Sun Oct 09 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.2-1
  84. - new upstream release.
  85. * Sun Sep 11 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.1-1
  86. - initial build for Vine Linux