source: projects/specs/branches/6/c/cvs2cl/cvs2cl-vl.spec @ 521

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

import VineSeed package specs

Line 
1%define version 2.59
2%define release 1%{?_dist_release}
3
4Name: cvs2cl
5Version: %{version}
6Release: %{release}
7License: GPL
8Group: Development/Tools
9URL: http://www.red-bean.com/cvs2cl/
10Source0: cvs2cl.pl
11BuildRoot: %{_tmppath}/%{name}-%{version}-root
12BuildArch: noarch
13Requires: perl cvs
14Summary: CVS-log-message-to-ChangeLog conversion script
15
16Vendor: Project Vine
17Distribution: Vine Linux
18Packager: Ryoichi INAGAKI <ryo1@bc.wakwak.com>
19
20%description
21This perl script produces a GNU-style ChangeLog for CVS-controlled
22sources, by running "cvs log" and parsing the output. Duplicate log
23messages get unified in the Right Way.
24
25%prep
26
27%build
28
29%install
30%__rm -rf %{buildroot}
31%__mkdir_p %{buildroot}%{_bindir}
32%__install %{SOURCE0} %{buildroot}%{_bindir}
33
34%clean
35%__rm -rf %{buildroot}
36
37%files
38%defattr(-,root,root)
39%{_bindir}/*
40
41%changelog
42* Sun Sep 21 2008 Shu KONNO <owa@bg.wakwak.com> 2.59-1vl5
43- applied new versioning policy
44
45* Thu Oct 20 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.59-0vl1
46- updated to 2.59
47
48* Thu Aug 28 2003 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 2.50-0vl1
49- Initial build.
Note: See TracBrowser for help on using the repository browser.