vine-rpm-helper-vl.spec 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. # Basic Information
  2. Name: vine-rpm-helper
  3. Version: 0.6.2
  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 Jan 26 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.6.2-1
  49. - update method to treat unnessesary files of perl module.
  50. * Wed Nov 23 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.6-1
  51. - new upstream release.
  52. - get license, summary, url and description from python PKG-INFO.
  53. * Tue Nov 08 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.5.1-1
  54. - bug fix release.(fixed to treat zip archives.)
  55. - add archivers to Requries.
  56. * Sat Oct 15 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.5-1
  57. - new upstream release.
  58. - add options --pkgname, --pkgversion, --help, --version .
  59. - add manpages.
  60. * Fri Oct 14 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.5-1
  61. - new upstream release.
  62. - add URL
  63. * Fri Oct 14 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.4-1
  64. - new upstream release.
  65. - lzma support.
  66. - fix bugs.
  67. * Wed Oct 12 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.3-1
  68. - new upstream release.
  69. - gettexized
  70. - plugin like systemized
  71. * Sun Oct 09 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.2-1
  72. - new upstream release.
  73. * Sun Sep 11 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.1-1
  74. - initial build for Vine Linux