rpms/perl-Algorithm-Annotate/devel perl-Algorithm-Annotate.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 05:55:42 UTC 2006


Author: iburrell

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

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Algorithm-Annotate.spec 
Log Message:
auto-import perl-Algorithm-Annotate-0.10-4 on branch devel from perl-Algorithm-Annotate-0.10-4.src.rpm


--- NEW FILE perl-Algorithm-Annotate.spec ---
Name:           perl-Algorithm-Annotate
Version:        0.10
Release:        4%{?dist}
Summary:        Represent a series of changes in annotate form
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Algorithm-Annotate/
Source0:        http://www.cpan.org/modules/by-module/Algorithm/Algorithm-Annotate-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Algorithm::Diff) >= 1.15
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Algorithm::Annotate generates a list that is useful for generating output
simlar to cvs annotate.

%prep
%setup -q -n Algorithm-Annotate-%{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,-)
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Wed Jun 28 2006 Ian M. Burrell <ianburrell at gmail.com> - 0.10-4
- Remove requires, %doc

* Tue Jun 27 2006 Ian M. Burrell <ianburrell at gmail.com> - 0.10-3
- Fix rpmlint warnings

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Algorithm-Annotate/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Jun 2006 05:55:17 -0000	1.1
+++ .cvsignore	29 Jun 2006 05:55:41 -0000	1.2
@@ -0,0 +1 @@
+Algorithm-Annotate-0.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Algorithm-Annotate/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Jun 2006 05:55:17 -0000	1.1
+++ sources	29 Jun 2006 05:55:41 -0000	1.2
@@ -0,0 +1 @@
+453395489640e28fc772944ef08d396b  Algorithm-Annotate-0.10.tar.gz




More information about the fedora-extras-commits mailing list