From 9850b8295836c0b17a00656eb4ba2d4f3715a948 Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Mar 21 2005 21:52:29 +0000 Subject: auto-import cvsps-2.0-0.1.rc1 on branch devel from cvsps-2.0-0.1.rc1.src.rpm Initial import. --- diff --git a/.cvsignore b/.cvsignore index e69de29..84327fa 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +cvsps-2.0rc1.tar.gz diff --git a/cvsps.spec b/cvsps.spec new file mode 100644 index 0000000..c2078ed --- /dev/null +++ b/cvsps.spec @@ -0,0 +1,60 @@ +Name: cvsps +Version: 2.0 +Release: 0.1.rc1 +Summary: Patchset tool for CVS + +Group: Development/Tools +License: GPL +URL: http://www.cobite.com/cvsps/ +Source0: http://www.cobite.com/cvsps/cvsps-2.0rc1.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: zlib-devel +# Requires cvs only with --no-cvs-direct, but I cannot imagine this dep +# being a problem on systems where cvsps will be installed... +Requires: cvs + +%description +CVSps is a program for generating 'patchset' information from a CVS +repository. A patchset in this case is defined as a set of changes +made to a collection of files, and all committed at the same time +(using a single 'cvs commit' command). This information is valuable +to seeing the big picture of the evolution of a cvs project. While +cvs tracks revision information, it is often difficult to see what +changes were committed 'atomically' to the repository. + + +%prep +%setup -q -n %{name}-%{version}rc1 + + +%build +CFLAGS="$RPM_OPT_FLAGS" make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +install -Dpm 755 cvsps $RPM_BUILD_ROOT%{_bindir}/cvsps +install -Dpm 644 cvsps.1 $RPM_BUILD_ROOT%{_mandir}/man1/cvsps.1 + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc CHANGELOG COPYING README +%{_bindir}/cvsps +%{_mandir}/man1/cvsps.1* + + +%changelog +* Sun Mar 20 2005 Ville Skyttä - 2.0-0.1.rc1 +- Drop 0.fdr and Epoch: 0. + +* Sun Sep 14 2003 Ville Skyttä - 0:2.0-0.fdr.0.2.rc1 +- Remove #---- section markers. + +* Fri Jul 4 2003 Ville Skyttä - 0:2.0-0.fdr.0.1.rc1 +- First build. diff --git a/sources b/sources index e69de29..5e3ef0d 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +016cdaee3d33811f1d9264b5d3739647 cvsps-2.0rc1.tar.gz