Dist tag.
This commit is contained in:
parent
f96eff97fb
commit
df62f76cab
@ -1,15 +1,12 @@
|
||||
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
|
||||
|
||||
Name: perl-Pod-Escapes
|
||||
Version: 1.04
|
||||
Release: 2
|
||||
|
||||
Release: 3%{?dist}
|
||||
Summary: Perl module for resolving POD escape sequences
|
||||
|
||||
Group: Development/Libraries
|
||||
License: GPL or Artistic
|
||||
URL: http://search.cpan.org/dist/Pod-Escapes/
|
||||
Source0: http://www.cpan.org/authors/id/S/SB/SBURKE/Pod-Escapes-1.04.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/S/SB/SBURKE/Pod-Escapes-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
@ -39,7 +36,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
||||
chmod -R u+w $RPM_BUILD_ROOT/*
|
||||
|
||||
|
||||
%check || :
|
||||
%check
|
||||
make test
|
||||
|
||||
|
||||
@ -50,12 +47,15 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc ChangeLog README
|
||||
%{perl_vendorlib}/Pod
|
||||
%{perl_vendorlib}/Pod/
|
||||
%{_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.04-3
|
||||
- Dist tag.
|
||||
|
||||
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.04-2
|
||||
- rebuilt
|
||||
|
||||
* Sun May 9 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.04-0.fdr.1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user