Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > by-pkgid > 34d8ba88902711f9b948c51899542a14 > files > 2

cvsutils-0.2.5-1mdv2009.0.src.rpm

%define name    cvsutils
%define version 0.2.5
%define release %mkrel 1

%define Summary Collection of useful CVS scripts

Summary:        %Summary
Name:           %name
Version:        %version
Release:        %release
License:        BSD
Group:          Development/Other
URL:            http://www.red-bean.com/cvsutils/
Source0:        http://www.red-bean.com/cvsutils/releases/%name-%version.tar.gz
BuildRoot:      %_tmppath/%name-buildroot
BuildArch:      noarch

%description
CVS Utilities is a collection of scripts, mostly in the Perl language,
that allow you to manage the files in the CVS working directory.
You can tell which files are under version control and which are
not without even being online. You can erase or move away all derived
files in seconds.


%prep
%setup -q


%build
%configure
%make


%install
rm -rf %buildroot
%makeinstall


%clean
rm -rf %buildroot


%files
%defattr(0755,root,root,0755)
%_bindir/*
%defattr(0644,root,root,0755)
%_mandir/man1/%name.1*
%doc AUTHORS COPYING ChangeLog NEWS README THANKS


%changelog
* Sat Sep 06 2008 Emmanuel Andry <eandry@mandriva.org> 0.2.5-1mdv2009.0
+ Revision: 281912
- New version
- fix license

* Wed Jul 23 2008 Thierry Vignaud <tvignaud@mandriva.com> 0.2.3-3mdv2009.0
+ Revision: 243840
- rebuild

* Wed Jan 02 2008 Olivier Blin <oblin@mandriva.com> 0.2.3-1mdv2008.1
+ Revision: 140717
- restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request

* Thu Aug 16 2007 Pascal Terjan <pterjan@mandriva.org> 0.2.3-1mdv2008.0
+ Revision: 64233
- Import cvsutils



* Wed Aug 17 2005 Nicolas Lécureuil <neoclust@mandriva.org> 0.2.3-1mdk
- New release 0.2.3

* Mon Nov 08 2004 Lenny Cartier <lenny@mandrakesoft.com> 0.2.1-1mdk
- 0.2.1

* Sat Sep 27 2003 Han Boetes <han@linux-mandrake.com> 0.2.0-1mdk
- Initial Mandrake release; I actually copied the OpenBSD port, thanks
  Anil Madhavapeddy <avsm@openbsd.org>