rpms/perl-SVN-Simple/devel perl-SVN-Simple.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ian Burrell (iburrell) fedora-extras-commits at redhat.com
Thu Jun 29 06:10:49 UTC 2006


Author: iburrell

Update of /cvs/extras/rpms/perl-SVN-Simple/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16628/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-SVN-Simple.spec 
Log Message:
auto-import perl-SVN-Simple-0.27-3 on branch devel from perl-SVN-Simple-0.27-3.src.rpm


--- NEW FILE perl-SVN-Simple.spec ---
Name:           perl-SVN-Simple
Version:        0.27
Release:        3%{?dist}
Summary:        A simple interface for writing a delta editor
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/SVN-Simple/
Source0:        http://www.cpan.org/modules/by-module/SVN/SVN-Simple-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(SVN::Core)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%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.

%prep
%setup -q -n SVN-Simple-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \;

chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc CHANGES README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Wed Jun 28 2006 Ian M. Burrell <ianburrell at gmail.com> - 0.27-3
- Add buildrequires on SVN::Core

* Tue Jun 27 2006 Ian Burrell <ianburrell at gmail.com> - 0.27-2
- Fix rpmlint warnings

* Thu Mar 30 2006 Ian Burrell <ianburrell at gmail.com> 0.27-1
- Specfile autogenerated by cpanspec 1.64.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-SVN-Simple/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Jun 2006 06:10:21 -0000	1.1
+++ .cvsignore	29 Jun 2006 06:10:48 -0000	1.2
@@ -0,0 +1 @@
+SVN-Simple-0.27.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-SVN-Simple/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Jun 2006 06:10:21 -0000	1.1
+++ sources	29 Jun 2006 06:10:48 -0000	1.2
@@ -0,0 +1 @@
+6a5609e038421564051019649dd05fd0  SVN-Simple-0.27.tar.gz




More information about the fedora-extras-commits mailing list