Sophie

Sophie

distrib > Mandriva > 10.0-com > x86_64 > by-pkgid > ba504759a386a679928ac911c7410091 > files > 3

cvs2cl-2.51-1mdk.src.rpm

%define name cvs2cl
%define version 2.51
%define release 1mdk
%define url http://www.red-bean.com/cvs2cl/

Summary: Generator of ChangeLog(s) from `cvs log` output
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{url}/cvs2cl.pl
Source1: %{url}/changelogs.html
License: GPL
Group: Development/Other
URL: %url
BuildRoot: %{_tmppath}/%{name}-buildroot
Prefix: %{_prefix}
BuildArchitectures: noarch

%description
CVS2CL attempt to product a nice ChangeLog from cvs log output, some
say nicer than rcs2log. He included with the OpenSouce cvs book :

http://cvsbook.red-bean.com/

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %{buildroot}/%{_bindir}
install -m755 %{SOURCE0} %{buildroot}/%{_bindir}/%{name}
install -m644 %{SOURCE1} ./

%clean
rm -rf $RPM_BUILD_ROOT
rm -f changelogs.html

%files
%defattr(-,root,root)
%doc changelogs.html
%{_bindir}/%{name}

%changelog
* Mon Dec 15 2003 Thierry Vignaud <tvignaud@mandrakesoft.com> 2.51-1mdk
- new release

* Sat Mar 22 2003 Lenny Cartier <lenny@mandrakesoft.com> 2.47-1mdk
- 2.47

* Fri Nov 29 2002 Frederic Lepied <flepied@mandrakesoft.com> 2.44-1mdk
- 2.44
- updated url

* Tue Oct  2 2001 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.38-2mdk
- Rebuild.

* Thu May  3 2001 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.38-1mdk
- Add doc how to write changelog.
- 2.38.

* Thu Jul 27 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.10-1mdk
- First rpm pacakge


# end of file