This commit is contained in:
Chris Weyl 2006-08-06 16:59:46 +00:00
parent 9716f0455e
commit a438638628

View File

@ -1,6 +1,6 @@
Name: perl-DateTime-Format-IBeat Name: perl-DateTime-Format-IBeat
Version: 0.161 Version: 0.161
Release: 1%{?dist} Release: 2%{?dist}
Summary: Format times in .beat notation Summary: Format times in .beat notation
Group: Development/Libraries Group: Development/Libraries
@ -28,7 +28,7 @@ seconds. That means that 12 noon in the old time system is the equivalent of
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags} make %{?_smp_mflags}
# American English... # American English...
@ -38,7 +38,6 @@ mv LICENCE LICENSE
rm -rf %{buildroot} rm -rf %{buildroot}
make pure_install PERL_INSTALL_ROOT=%{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w %{buildroot}/* chmod -R u+w %{buildroot}/*
@ -59,5 +58,9 @@ rm -rf %{buildroot}
%changelog %changelog
* Sun Aug 06 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.161-2
- bump for build & release
- dropped extra template bits not needed for noarch packages
* Fri Aug 04 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.161-1 * Fri Aug 04 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.161-1
- Initial spec file for F-E - Initial spec file for F-E