Update to 1.65.

epel9
Jose Pedro Oliveira 18 years ago
parent 5ba51ccaa7
commit c3b010c757

@ -1 +1 @@
AppConfig-1.64.tar.gz
AppConfig-1.65.tar.gz

@ -1,5 +1,5 @@
Name: perl-AppConfig
Version: 1.64
Version: 1.65
Release: 1%{?dist}
Summary: Perl module for reading configuration files
@ -45,7 +45,7 @@ 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 d -depth -exec rmdir {} 2>/dev/null ';'
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*
@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu May 31 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.65-1
- Update to 1.65.
* Thu Jan 4 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.64-1
- Update to 1.64.

@ -1 +1 @@
65196d9c61bc0b76a91eb10e52f23718 AppConfig-1.64.tar.gz
bb4726fe1acd64a8b33ba9515583ec75 AppConfig-1.65.tar.gz

Loading…
Cancel
Save