rpms/perl-Algorithm-Diff/devel perl-Algorithm-Diff.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Sep 6 17:53:01 UTC 2005


Author: steve

Update of /cvs/extras/rpms/perl-Algorithm-Diff/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14917/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Algorithm-Diff.spec 
Log Message:
auto-import perl-Algorithm-Diff-1.1901-1 on branch devel from perl-Algorithm-Diff-1.1901-1.src.rpm


--- NEW FILE perl-Algorithm-Diff.spec ---
Name:           perl-Algorithm-Diff
Version:        1.1901
Release:        1%{?dist}
Summary:        Algorithm::Diff Perl module
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Algorithm-Diff/
Source0:        http://www.cpan.org/modules/by-module/Algorithm/Algorithm-Diff-1.1901.zip
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This is a module for computing the difference between two files, two
strings, or any other two lists of things.  It uses an intelligent
algorithm similar to (or identical to) the one used by the Unix "diff"
program.  It is guaranteed to find the *smallest possible* set of
differences.

%prep
%setup -q -n Algorithm-Diff-%{version}
chmod 644 *.pl

%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/*

rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/Algorithm/*.pl

perldoc -t perlgpl > COPYING
perldoc -t perlartistic > Artistic

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README COPYING Artistic *.pl
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Mon Sep 05 2005 Steven Pritchard <steve at kspei.com> 1.1901-1
- Updated to 1.1901.

* Sat Sep 03 2005 Steven Pritchard <steve at kspei.com> 1.15-2
- Move example files to %%doc.

* Sat Aug 27 2005 Steven Pritchard <steve at kspei.com> 1.15-1
- Specfile autogenerated.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Algorithm-Diff/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 Sep 2005 17:52:17 -0000	1.1
+++ .cvsignore	6 Sep 2005 17:52:59 -0000	1.2
@@ -0,0 +1 @@
+Algorithm-Diff-1.1901.zip


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Algorithm-Diff/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 Sep 2005 17:52:17 -0000	1.1
+++ sources	6 Sep 2005 17:52:59 -0000	1.2
@@ -0,0 +1 @@
+a4f8625182c00847098b05e18268bfb2  Algorithm-Diff-1.1901.zip




More information about the fedora-extras-commits mailing list