cmmi-vl.spec 2.1 KB

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