Dist tag.

This commit is contained in:
Jose Pedro Oliveira 2005-12-29 02:36:20 +00:00
parent 65c10d7c89
commit 70599c4cf0

View File

@ -1,15 +1,12 @@
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
Name: perl-Tie-IxHash
Version: 1.21
Release: 3
Release: 4%{?dist}
Summary: Ordered associative arrays for Perl
Group: Development/Libraries
License: GPL or Artistic
URL: http://search.cpan.org/dist/Tie-IxHash/
Source0: http://www.cpan.org/authors/id/G/GS/GSAR/Tie-IxHash-1.21.tar.gz
Source0: http://www.cpan.org/authors/id/G/GS/GSAR/Tie-IxHash-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@ -42,7 +39,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*
%check || :
%check
make test
@ -53,12 +50,15 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/Tie
%{perl_vendorlib}/Tie/
%{_mandir}/man3/*.3*
%changelog
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
* Thu Dec 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.21-4
- Dist tag.
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.21-3
- rebuilt
* Sun May 9 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.21-0.fdr.2