source: projects/specs/trunk/c/cvsps/cvsps-vl.spec @ 8102

Revision 8102, 2.4 KB checked in by iwaim, 10 years ago (diff)

cvsps 2.1-3

Line 
1Name:           cvsps
2Version:        2.1
3Release:        3%{?_dist_release}
4Summary:        Patchset tool for CVS
5
6Group:          Development/Tools
7License:        GPL+
8URL:            http://www.cobite.com/cvsps/
9Source0:        http://www.cobite.com/cvsps/%{name}-%{version}.tar.gz
10BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
11
12BuildRequires:  zlib-devel
13Requires: cvs
14
15Vendor: Project Vine
16Distribution: Vine Linux
17Packager: iwaim
18
19%description
20CVSps is a program for generating 'patchset' information from a CVS
21repository.  A patchset in this case is defined as a set of changes
22made to a collection of files, and all committed at the same time
23(using a single 'cvs commit' command).  This information is valuable
24to seeing the big picture of the evolution of a cvs project.  While
25cvs tracks revision information, it is often difficult to see what
26changes were committed 'atomically' to the repository.
27
28
29%prep
30%setup -q
31sed -i -e 's/diffs\\-opts/diff\\-opts/' cvsps.1
32
33
34%build
35CFLAGS="$RPM_OPT_FLAGS" make %{?_smp_mflags}
36
37
38%install
39rm -rf $RPM_BUILD_ROOT
40make install prefix=$RPM_BUILD_ROOT%{_prefix}
41
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46
47%files
48%defattr(-,root,root,-)
49%doc CHANGELOG COPYING README merge_utils.sh
50%{_bindir}/cvsps
51%{_mandir}/man1/cvsps.1*
52
53
54%changelog
55* Fri Jan  3 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 2.1-3
56- build with current VineSeed
57
58* Fri Jan 11 2013 IWAI, Masaharu <iwai@alib.jp> 2.1-2
59- add Packager: iwaim
60- rebuild: so old
61- fix Bad Requireflags: Requires(hint)
62- add Vendor and Distribution tags
63
64* Sun Aug 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1-1
65- initial build for Vine Linux
66
67* Sat Jun 14 2008 Ville Skyttä <ville.skytta at iki.fi> - 2.2-0.1.b1
68- 2.2b1.
69
70* Sat Feb  9 2008 Ville Skyttä <ville.skytta at iki.fi> - 2.1-6
71- Change cvs dependency to a Requires(hint).
72- Fix typo in man page.
73
74* Thu Aug 16 2007 Ville Skyttä <ville.skytta at iki.fi> - 2.1-5
75- License: GPL+
76
77* Tue Aug 29 2006 Ville Skyttä <ville.skytta at iki.fi> - 2.1-4
78- Rebuild.
79
80* Wed Feb 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 2.1-3
81- Rebuild.
82
83* Fri May 27 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.1-2
84- 2.1.
85
86* Sun Mar 20 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.0-0.2.rc1
87- Drop 0.fdr and Epoch: 0.
88
89* Sun Sep 14 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.0-0.fdr.0.2.rc1
90- Remove #---- section markers.
91
92* Fri Jul  4 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.0-0.fdr.0.1.rc1
93- First build.
Note: See TracBrowser for help on using the repository browser.