File perl-SVN-Simple.spec of Package perl-SVN-Simple
#
# spec file for package perl-SVN-Simple (Version 0.27)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-SVN-Simple
License: Artistic License
Group: Development/Libraries/Perl
URL: http://search.cpan.org/~clkao/
BuildRequires: subversion-perl
Requires: subversion-perl
Requires: perl = %{perl_version}
Autoreqprov: on
Summary: A simple interface to subversion's editor interface
Version: 0.27
Release: 100
Source: http://cpan.org/modules/by-module/SVN-Simple/SVN-Simple-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
SVN::Simple::Edit wraps the subversion delta editor with a perl
friendly interface and then you could easily drive it for describing
changes to a tree. A common usage is to wrap the commit editor, so you
could make commits to a subversion repository easily.
Authors:
--------
Chia-liang Kao <clkao at clkao dot org>
%prep
%setup -n SVN-Simple-%{version}
%build
perl Makefile.PL
%{__make}
%install
%perl_make_install
%perl_process_packlist
%clean
[ "${RPM_BUILD_ROOT}" != "/" -a -d ${RPM_BUILD_ROOT} ] && rm -rf ${RPM_BUILD_ROOT}
%files
%defattr(-, root, root)
%dir %{perl_vendorlib}/SVN
%dir %{perl_vendorlib}/SVN/Simple
%{perl_vendorlib}/SVN/Simple/*.pm
%dir %{perl_vendorarch}/auto/SVN/Simple
%dir %{perl_vendorarch}/auto/SVN/Simple/Edit
%{perl_vendorarch}/auto/SVN/Simple/Edit/.packlist
%{_mandir}/man3/SVN::Simple::Edit*.3pm.gz
/var/adm/perl-modules/%{name}
%changelog
* Mon Aug 20 2007 - mrueckert@suse.de
- minimize buildrequires
- fixed requires
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Tue May 31 2005 - ro@suse.de
- update to 0.27
* Wed Feb 16 2005 - schwab@suse.de
- Don't remove BuildRoot in %%install.
* Tue Feb 15 2005 - lmuelle@suse.de
- Initial SuSE package.