cmmi-vl.spec 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. Summary: The program which makes convenient installation work of the software using configure script
  2. Summary(ja): configure ; make ; make install という一般的な UNIX 用フリーソフトウェアのインストールを便利にするプログラム
  3. Name: cmmi
  4. Version: 0.5.2
  5. Release: 1%{?_dist_release}
  6. Group: Development/Tools
  7. Source0: http://prdownloads.sourceforge.net/cmmi/cmmi-%{version}.tar.gz
  8. URL: http://www.netfort.gr.jp/~kiyoka/cmmi/index.html
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. Requires: perl >= 5
  11. Prereq: perl
  12. BuildPrereq: perl
  13. BuildArch: noarch
  14. License: GPL2
  15. Vendor: Project Vine
  16. Distribution: Vine Linux
  17. %description
  18. Cmmi helps you to simplify your installation process from '.tar.gz' source
  19. archives.You can be a package manager of your local site, if you are not an
  20. expert of your OS.Cmmi can make Debian, RedHat, Slackware and cygwin packages
  21. efficiently.
  22. #%description -l ja
  23. #configure ; make ; make installという一般的なUNIX用フリーソフトウェアのインストールを便利にするプログラム
  24. %prep
  25. %setup -q
  26. #mv .cmmirc dot.cmmirc
  27. %build
  28. %install
  29. rm -rf $RPM_BUILD_ROOT
  30. mkdir -p %{buildroot}%{_bindir}
  31. install -m0755 cmmi %{buildroot}%{_bindir}
  32. %clean
  33. rm -rf $RPM_BUILD_ROOT
  34. %files
  35. %defattr(-,root,root)
  36. %doc CHANGELOG COPYING CREDITS README README.ja dot.cmmirc*
  37. %{_bindir}/cmmi
  38. %changelog
  39. * Sat Sep 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.5.2-1
  40. - updated to 0.5.2
  41. - apllied new versioning policy
  42. * Fri Oct 13 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.5.1-0vl1
  43. - updated to 0.5.1
  44. - rebuilt with new toolchains
  45. * Sat Nov 2 2002 IWAI Masaharu <iwai@alib.jp>
  46. - upstream release
  47. - drop obsoleted cmmi-0.2.0-existed_directory.patch (Patch0)
  48. * Mon Oct 7 2002 IWAI Masaharu <iwai@alib.jp> 0.2.0-0vl1
  49. - upstream release
  50. - added existed_directory.patch (Patch0)
  51. * Mon Sep 30 2002 IWAI Masaharu <iwai@alib.jp> 0.0.9-0vl1
  52. - first build for Vine Linux