@ -1,6 +1,8 @@
%define _use_internal_dependency_generator 0
Name: perl-Inline
Name: perl-Inline
Version: 0.43
Version: 0.44
Release: 7
Release: 3
Packager: cturner@redhat.com
Packager: cturner@redhat.com
Summary: Inline Perl module
Summary: Inline Perl module
License: distributable
License: distributable
@ -48,6 +50,8 @@ make install
[ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress
[ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress
find $RPM_BUILD_ROOT \( -name perllocal.pod -o -name .packlist \) -exec rm -v {} \;
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 | \
@ -61,6 +65,13 @@ fi
%defattr(-,root,root)
%defattr(-,root,root)
%changelog
%changelog
* Mon Jan 27 2003 Chip Turner <cturner@redhat.com>
- version bump and rebuild
* Wed Nov 20 2002 Chip Turner <cturner@redhat.com>
- rebuild
- update to 0.44
* Tue Aug 6 2002 Chip Turner <cturner@redhat.com>
* Tue Aug 6 2002 Chip Turner <cturner@redhat.com>
- automated release bump and build
- automated release bump and build