source: projects/specs/trunk/c/cvs2cl/cvs2cl-vl.spec @ 8092

Revision 8092, 1.2 KB checked in by iwaim, 10 years ago (diff)

cvs2cl 2.73-1

Line 
1%define version 2.73
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: inagaki, iwaim
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 Dec 29 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 2.73-1
43- update to 2.73
44- update Packager
45
46* Sun Sep 21 2008 Shu KONNO <owa@bg.wakwak.com> 2.59-1vl5
47- applied new versioning policy
48
49* Thu Oct 20 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.59-0vl1
50- updated to 2.59
51
52* Thu Aug 28 2003 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 2.50-0vl1
53- Initial build.
Note: See TracBrowser for help on using the repository browser.