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