Update to 20120619.

- Clean up specfile constructs no longer needed in Fedora or EL6+.
f38
Ville Skyttä 13 years ago
parent bf46e1534a
commit 8d2067a812

2
.gitignore vendored

@ -1 +1 @@
/Perl-Tidy-20101217.tar.gz /*.tar.*

@ -1,13 +1,11 @@
Name: perltidy Name: perltidy
Version: 20101217 Version: 20120619
Release: 5%{?dist} Release: 1%{?dist}
Summary: Tool for indenting and reformatting Perl scripts Summary: Tool for indenting and reformatting Perl scripts
Group: Development/Tools
License: GPLv2+ License: GPLv2+
URL: http://perltidy.sourceforge.net/ URL: http://perltidy.sourceforge.net/
Source: http://downloads.sourceforge.net/perltidy/Perl-Tidy-%{version}.tar.gz Source: http://downloads.sourceforge.net/perltidy/Perl-Tidy-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
@ -41,19 +39,14 @@ rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$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 .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/* %{_fixperms} $RPM_BUILD_ROOT/*
%check %check
make test make test
%clean
rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root,-)
%doc BUGS CHANGES COPYING README TODO docs/ examples/ %doc BUGS CHANGES COPYING README TODO docs/ examples/
%{_bindir}/perltidy %{_bindir}/perltidy
%{perl_vendorlib}/Perl/ %{perl_vendorlib}/Perl/
@ -62,6 +55,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Wed Jun 20 2012 Ville Skyttä <ville.skytta@iki.fi> - 20120619-1
- Update to 20120619.
- Clean up specfile constructs no longer needed in Fedora or EL6+.
* Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 20101217-5 * Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 20101217-5
- Perl 5.16 rebuild - Perl 5.16 rebuild
@ -86,7 +83,7 @@ rm -rf $RPM_BUILD_ROOT
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20090616-2 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20090616-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Thu Jun 18 2009 Ville Skyttä <ville.skytta at iki.fi> - 20090616-1 * Thu Jun 18 2009 Ville Skyttä <ville.skytta@iki.fi> - 20090616-1
- Update to 20090616. - Update to 20090616.
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20071205-4 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20071205-4
@ -98,66 +95,66 @@ rm -rf $RPM_BUILD_ROOT
* Sun Jan 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 20071205-2 * Sun Jan 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 20071205-2
- rebuild for new perl - rebuild for new perl
* Thu Dec 6 2007 Ville Skyttä <ville.skytta at iki.fi> - 20071205-1 * Thu Dec 6 2007 Ville Skyttä <ville.skytta@iki.fi> - 20071205-1
- 20071205. - 20071205.
- Convert docs to UTF-8. - Convert docs to UTF-8.
* Wed Aug 1 2007 Ville Skyttä <ville.skytta at iki.fi> - 20070801-1 * Wed Aug 1 2007 Ville Skyttä <ville.skytta@iki.fi> - 20070801-1
- 20070801. - 20070801.
* Wed May 9 2007 Ville Skyttä <ville.skytta at iki.fi> - 20070508-1 * Wed May 9 2007 Ville Skyttä <ville.skytta@iki.fi> - 20070508-1
- 20070508. - 20070508.
* Sat May 5 2007 Ville Skyttä <ville.skytta at iki.fi> - 20070504-1 * Sat May 5 2007 Ville Skyttä <ville.skytta@iki.fi> - 20070504-1
- 20070504. - 20070504.
* Tue Apr 24 2007 Ville Skyttä <ville.skytta at iki.fi> - 20070424-1 * Tue Apr 24 2007 Ville Skyttä <ville.skytta@iki.fi> - 20070424-1
- 20070424. - 20070424.
* Tue Apr 17 2007 Ville Skyttä <ville.skytta at iki.fi> - 20060719-3 * Tue Apr 17 2007 Ville Skyttä <ville.skytta@iki.fi> - 20060719-3
- BuildRequire perl(ExtUtils::MakeMaker). - BuildRequire perl(ExtUtils::MakeMaker).
* Fri Sep 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 20060719-2 * Fri Sep 15 2006 Ville Skyttä <ville.skytta@iki.fi> - 20060719-2
- Rebuild. - Rebuild.
* Thu Jul 20 2006 Ville Skyttä <ville.skytta at iki.fi> - 20060719-1 * Thu Jul 20 2006 Ville Skyttä <ville.skytta@iki.fi> - 20060719-1
- 20060719. - 20060719.
- Fix order of options to find(1) in %%install. - Fix order of options to find(1) in %%install.
* Thu Jun 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 20060614-1 * Thu Jun 15 2006 Ville Skyttä <ville.skytta@iki.fi> - 20060614-1
- 20060614, specfile cleanups, include examples in docs. - 20060614, specfile cleanups, include examples in docs.
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> * Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
- rebuilt - rebuilt
* Thu Dec 16 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:20031021-1 * Thu Dec 16 2004 Ville Skyttä <ville.skytta@iki.fi> - 0:20031021-1
- Sync with fedora-rpmdevtools' Perl spec template to fix x86_64 build. - Sync with fedora-rpmdevtools' Perl spec template to fix x86_64 build.
- Move version to the version field. - Move version to the version field.
* Wed Oct 22 2003 Ville Skyttä <ville.skytta at iki.fi> 0:0.0-0.fdr.3.20031021 * Wed Oct 22 2003 Ville Skyttä <ville.skytta@iki.fi> 0:0.0-0.fdr.3.20031021
- Update to 20031021. - Update to 20031021.
* Sat Oct 11 2003 Ville Skyttä <ville.skytta at iki.fi> 0:0.0-0.fdr.3.20030726 * Sat Oct 11 2003 Ville Skyttä <ville.skytta@iki.fi> 0:0.0-0.fdr.3.20030726
- Install into vendor dirs. - Install into vendor dirs.
- Spec cleanups. - Spec cleanups.
* Tue Jul 29 2003 Ville Skyttä <ville.skytta at iki.fi> 0:0.0-0.fdr.2.20030726 * Tue Jul 29 2003 Ville Skyttä <ville.skytta@iki.fi> 0:0.0-0.fdr.2.20030726
- Update to 20030726. - Update to 20030726.
- Use fedora-rpm-helper. - Use fedora-rpm-helper.
* Mon Jun 23 2003 Ville Skyttä <ville.skytta at iki.fi> 0:0.0-0.fdr.2.20021130 * Mon Jun 23 2003 Ville Skyttä <ville.skytta@iki.fi> 0:0.0-0.fdr.2.20021130
- Address issues in #194: - Address issues in #194:
- Patch to get rid of a warning on startup. - Patch to get rid of a warning on startup.
- Do defattr before doc. - Do defattr before doc.
* Fri May 30 2003 Ville Skyttä <ville.skytta at iki.fi> 0:0.0-0.fdr.1.20021130 * Fri May 30 2003 Ville Skyttä <ville.skytta@iki.fi> 0:0.0-0.fdr.1.20021130
- Fix release naming scheme (this is snapshot-only). - Fix release naming scheme (this is snapshot-only).
* Wed May 7 2003 Ville Skyttä <ville.skytta at iki.fi> 0:0.0-0.fdr.0.2.20021130 * Wed May 7 2003 Ville Skyttä <ville.skytta@iki.fi> 0:0.0-0.fdr.0.2.20021130
- Own dirs. - Own dirs.
- Save .spec in UTF-8. - Save .spec in UTF-8.
* Mon Apr 21 2003 Ville Skyttä <ville.skytta at iki.fi> 0:0.0-0.fdr.0.1.20021130 * Mon Apr 21 2003 Ville Skyttä <ville.skytta@iki.fi> 0:0.0-0.fdr.0.1.20021130
- First Fedora release, based on Simon Perreault's work. - First Fedora release, based on Simon Perreault's work.
* Mon Mar 10 2003 Simon Perreault <nomis80@nomis80.org> 20021130-2 * Mon Mar 10 2003 Simon Perreault <nomis80@nomis80.org> 20021130-2

@ -1 +1 @@
d991b510e4e35ee6a6effbe73c8d0ea2 Perl-Tidy-20101217.tar.gz 263c97e805e42146a0581205c5745870 Perl-Tidy-20120619.tar.gz

Loading…
Cancel
Save