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

Revision 8091, 2.1 KB checked in by iwaim, 10 years ago (diff)

cmmi 0.5.2-2

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