source: projects/specs/trunk/c/cmmi/cmmi-vl.spec @ 521

Revision 521, 1.9 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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: 1%{?_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
11Prereq: perl
12BuildPrereq: 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 Sep 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.5.2-1
49- updated to 0.5.2
50- apllied new versioning policy
51
52* Fri Oct 13 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.5.1-0vl1
53- updated to 0.5.1
54- rebuilt with new toolchains
55
56* Sat Nov  2 2002 IWAI Masaharu <iwai@alib.jp>
57- upstream release
58- drop obsoleted cmmi-0.2.0-existed_directory.patch (Patch0)
59
60* Mon Oct  7 2002 IWAI Masaharu <iwai@alib.jp> 0.2.0-0vl1
61- upstream release
62- added existed_directory.patch (Patch0)
63
64* Mon Sep 30 2002 IWAI Masaharu <iwai@alib.jp> 0.0.9-0vl1
65- first build for Vine Linux
66
Note: See TracBrowser for help on using the repository browser.