1
0
perl-Algorithm-Annotate/perl-Algorithm-Annotate.spec

66 lines
1.7 KiB
RPMSpec

#
# spec file for package perl-Algorithm-Annotate (Version 0.10)
#
# Copyright (c) 2005 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://www.suse.de/feedback/
#
# norootforbuild
Name: perl-Algorithm-Annotate
License: Artistic License
Group: Development/Libraries/Perl
URL: http://cpan.org/
Requires: perl = %{perl_version}
Autoreqprov: on
Summary: represent a series of changes in annotate form
Version: 0.10
Release: 2
Source: http://cpan.org/modules/by-module/Algorithm/Algorithm-Annotate-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Algorithm::Annotate generates a list that is useful for generating
output simliar to cvs annotate.
Authors:
--------
Chia-liang Kao <clkao at clkao dot org>
%prep
%setup -n Algorithm-Annotate-%{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}/Algorithm
%{perl_vendorlib}/Algorithm/Annotate.pm
%dir %{perl_vendorarch}/auto/Algorithm
%dir %{perl_vendorarch}/auto/Algorithm/Annotate
%{perl_vendorarch}/auto/Algorithm/Annotate/.packlist
%{_mandir}/man3/Algorithm::Annotate.3pm.gz
/var/adm/perl-modules/%{name}
%changelog -n perl-Algorithm-Annotate
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Wed Feb 16 2005 - schwab@suse.de
- Don't remove BuildRoot in %%install.
* Mon Feb 14 2005 - lmuelle@suse.de
- Initial SuSE package.