rpms/perl-Algorithm-Merge/F-9 perl-Algorithm-Merge.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Iain Arnell iarnell at fedoraproject.org
Sun Mar 1 04:44:05 UTC 2009


Author: iarnell

Update of /cvs/pkgs/rpms/perl-Algorithm-Merge/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10493/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Algorithm-Merge.spec 
Log Message:
initial import


--- NEW FILE perl-Algorithm-Merge.spec ---
Name:           perl-Algorithm-Merge
Version:        0.08
Release:        1%{?dist}
Summary:        Three-way merge and diff
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Algorithm-Merge/
Source0:        http://www.cpan.org/authors/id/J/JS/JSMITH/Algorithm-Merge-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Algorithm::Diff) >= 1
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module complements Algorithm::Diff by providing three-way merge and diff
functions.

%prep
%setup -q -n Algorithm-Merge-%{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 -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Sat Feb 28 2009 Iain Arnell <iarnell at gmail.com> 0.08-1
- Specfile autogenerated by cpanspec 1.77.
- remove unnecessary requires


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Algorithm-Merge/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Mar 2009 00:13:02 -0000	1.1
+++ .cvsignore	1 Mar 2009 04:43:34 -0000	1.2
@@ -0,0 +1 @@
+Algorithm-Merge-0.08.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Algorithm-Merge/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Mar 2009 00:13:02 -0000	1.1
+++ sources	1 Mar 2009 04:43:35 -0000	1.2
@@ -0,0 +1 @@
+eadf67581b25d00ca30d7ec6488c9db0  Algorithm-Merge-0.08.tar.gz




More information about the Fedora-perl-devel-list mailing list