source: projects/specs/branches/6/c/cmmi/cmmi-vl.spec @ 6356

Revision 6356, 2.0 KB checked in by Takemikaduchi, 12 years ago (diff)

adjtimex,coriander,corosync,cproto,cscope,dbmail,dcraw: new upstream release
others: rebuild

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