auto-import changelog data from perl-Inline-0.43-7.src.rpm

Tue Aug 06 2002 Chip Turner <cturner@redhat.com>
- automated release bump and build
epel9
cvsdist 21 years ago
parent f773c42da8
commit 3b90a46109

@ -1,6 +1,6 @@
Name: perl-Inline Name: perl-Inline
Version: 0.43 Version: 0.43
Release: 4 Release: 7
Packager: cturner@redhat.com Packager: cturner@redhat.com
Summary: Inline Perl module Summary: Inline Perl module
License: distributable License: distributable
@ -8,7 +8,7 @@ Group: Development/Libraries
URL: http://search.cpan.org/search?mode=module&query=Inline URL: http://search.cpan.org/search?mode=module&query=Inline
BuildRoot: %{_tmppath}/%{name}-root BuildRoot: %{_tmppath}/%{name}-root
BuildRequires: perl >= 0:5.00503 perl-Parse-RecDescent BuildRequires: perl >= 0:5.00503 perl-Parse-RecDescent
Source0: Inline-0.43.tar.gz Source0: Inline-%{version}.tar.gz
%description %description
The Inline module allows you to put source code from other programming The Inline module allows you to put source code from other programming
@ -51,16 +51,19 @@ make install
find $RPM_BUILD_ROOT/usr -type f -print | \ find $RPM_BUILD_ROOT/usr -type f -print | \
sed "s@^$RPM_BUILD_ROOT@@g" | \ sed "s@^$RPM_BUILD_ROOT@@g" | \
grep -v perllocal.pod | \ grep -v perllocal.pod | \
grep -v "\.packlist" > Inline-0.43-filelist grep -v "\.packlist" > Inline-%{version}-filelist
if [ "$(cat Inline-0.43-filelist)X" = "X" ] ; then if [ "$(cat Inline-%{version}-filelist)X" = "X" ] ; then
echo "ERROR: EMPTY FILE LIST" echo "ERROR: EMPTY FILE LIST"
exit -1 exit -1
fi fi
%files -f Inline-0.43-filelist %files -f Inline-%{version}-filelist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Tue Aug 6 2002 Chip Turner <cturner@redhat.com>
- automated release bump and build
* Thu Jun 27 2002 Chip Turner <cturner@redhat.com> * Thu Jun 27 2002 Chip Turner <cturner@redhat.com>
- description update - description update

Loading…
Cancel
Save