vine-rpm-helper-vl.spec 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. # Basic Information
  2. Name: vine-rpm-helper
  3. Version: 0.6.3
  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. %description
  23. Vine-rpm-helper support to make RPM packages for Vine Linux.
  24. %description -l ja
  25. vine-rpm-helper は、Vine Linux 向け RPM パッケージの作成を支援します。
  26. %prep
  27. %setup -q
  28. %build
  29. %configure --libdir=/usr/lib
  30. %{__make} %{?_smp_mflags}
  31. %install
  32. %{__rm} -rf ${RPM_BUILD_ROOT}
  33. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  34. %find_lang %{name}
  35. rm ${RPM_BUILD_ROOT}/usr/bin/mkrpmfiles
  36. %clean
  37. %{__rm} -rf ${RPM_BUILD_ROOT}
  38. %files -f %{name}.lang
  39. %defattr(-,root,root)
  40. %doc COPYING ChangeLog NEWS README
  41. #{_bindir}/mkrpmfiles
  42. %{_bindir}/mkrpmspec
  43. %{_datadir}/vine-rpm-helper/licences-md5sum.dat
  44. %{_mandir}/ja/man1/*
  45. %{_mandir}/man1/*
  46. %{_prefix}/lib/vine-rpm-helper/
  47. %changelog
  48. * Thu Jul 05 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.6.3-1
  49. - enable vendor install for perl module.
  50. * Thu Jan 26 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.6.2-1
  51. - update method to treat unnessesary files of perl module.
  52. * Wed Nov 23 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.6-1
  53. - new upstream release.
  54. - get license, summary, url and description from python PKG-INFO.
  55. * Tue Nov 08 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.5.1-1
  56. - bug fix release.(fixed to treat zip archives.)
  57. - add archivers to Requries.
  58. * Sat Oct 15 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.5-1
  59. - new upstream release.
  60. - add options --pkgname, --pkgversion, --help, --version .
  61. - add manpages.
  62. * Fri Oct 14 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.5-1
  63. - new upstream release.
  64. - add URL
  65. * Fri Oct 14 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.4-1
  66. - new upstream release.
  67. - lzma support.
  68. - fix bugs.
  69. * Wed Oct 12 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.3-1
  70. - new upstream release.
  71. - gettexized
  72. - plugin like systemized
  73. * Sun Oct 09 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.2-1
  74. - new upstream release.
  75. * Sun Sep 11 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.1-1
  76. - initial build for Vine Linux