Spec cleanup

This commit is contained in:
corsepiu 2005-08-19 12:50:09 +00:00
parent f0f06ee319
commit 0616444b9f

View File

@ -1,7 +1,7 @@
Name: perl-Test-LongString
Version: 0.08
Release: 1%{?dist}
Summary: Tests strings for equality
Release: 2%{?dist}
Summary: Perl module to test long strings
License: GPL or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Test-LongString/
@ -9,7 +9,6 @@ Source0: http://www.cpan.org/modules/by-module/Test/Test-LongString-%{version}.
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl
# Required by the tests
BuildRequires: perl(Test::Builder::Tester)
@ -36,7 +35,6 @@ make %{?_smp_mflags}
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 f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*
@ -53,12 +51,11 @@ make test
%{_mandir}/man3/*
%changelog
* Fri Aug 19 2005 Ralf Corsepius <ralf@links2linux.de> - 0.08-2
- Spec cleanup.
* Thu Aug 11 2005 Ralf Corsepius <ralf@links2linux.de> - 0.08-1
- FE submission.
* Thu Aug 11 2005 Ralf Corsepius <ralf@links2linux.de> - 0.07-1
- FE submission.
* Tue Mar 22 2005 Ralf Corsepius <ralf@links2linux.de> - 0.07-0.pm.2
- Initial packman version.
- Update to FE standards.