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

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

import VineSeed package specs

Line 
1Name:           cvsps
2Version:        2.1
3Release:        1%{?_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
13# Requires cvs only with --no-cvs-direct, but I cannot imagine this dep
14# being a problem on systems where cvsps will be installed...
15Requires(hint): cvs
16
17%description
18CVSps is a program for generating 'patchset' information from a CVS
19repository.  A patchset in this case is defined as a set of changes
20made to a collection of files, and all committed at the same time
21(using a single 'cvs commit' command).  This information is valuable
22to seeing the big picture of the evolution of a cvs project.  While
23cvs tracks revision information, it is often difficult to see what
24changes were committed 'atomically' to the repository.
25
26
27%prep
28%setup -q
29sed -i -e 's/diffs\\-opts/diff\\-opts/' cvsps.1
30
31
32%build
33CFLAGS="$RPM_OPT_FLAGS" make %{?_smp_mflags}
34
35
36%install
37rm -rf $RPM_BUILD_ROOT
38make install prefix=$RPM_BUILD_ROOT%{_prefix}
39
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44
45%files
46%defattr(-,root,root,-)
47%doc CHANGELOG COPYING README merge_utils.sh
48%{_bindir}/cvsps
49%{_mandir}/man1/cvsps.1*
50
51
52%changelog
53* Sun Aug 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1-1
54- initial build for Vine Linux
55
56* Sat Jun 14 2008 Ville Skyttä <ville.skytta at iki.fi> - 2.2-0.1.b1
57- 2.2b1.
58
59* Sat Feb  9 2008 Ville Skyttä <ville.skytta at iki.fi> - 2.1-6
60- Change cvs dependency to a Requires(hint).
61- Fix typo in man page.
62
63* Thu Aug 16 2007 Ville Skyttä <ville.skytta at iki.fi> - 2.1-5
64- License: GPL+
65
66* Tue Aug 29 2006 Ville Skyttä <ville.skytta at iki.fi> - 2.1-4
67- Rebuild.
68
69* Wed Feb 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 2.1-3
70- Rebuild.
71
72* Fri May 27 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.1-2
73- 2.1.
74
75* Sun Mar 20 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.0-0.2.rc1
76- Drop 0.fdr and Epoch: 0.
77
78* Sun Sep 14 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.0-0.fdr.0.2.rc1
79- Remove #---- section markers.
80
81* Fri Jul  4 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.0-0.fdr.0.1.rc1
82- First build.
Note: See TracBrowser for help on using the repository browser.