auto-import changelog data from perl-BSD-Resource-1.14-10.src.rpm

Wed Jan 30 2002 cturner@redhat.com
- Specfile autogenerated
This commit is contained in:
cvsdist 2004-09-09 10:00:56 +00:00
parent ac1693264f
commit 67bf573722
3 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1 @@
BSD-Resource-1.14.tar.gz

49
perl-BSD-Resource.spec Normal file
View File

@ -0,0 +1,49 @@
Name: perl-BSD-Resource
Version: 1.14
Release: 10
Packager: cturner@redhat.com
Summary: BSD-Resource Perl module
License: distributable
Group: Development/Libraries
URL: http://search.cpan.org/search?mode=module&query=BSD%3a%3aResource
BuildRoot: %{_tmppath}/%{name}-root
BuildRequires: perl >= 0:5.00503
Source0: BSD-Resource-1.14.tar.gz
%description
BSD-Resource Perl module
%prep
%setup -q -n BSD-Resource-%{version}
%build
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
make
%clean
rm -rf $RPM_BUILD_ROOT
%install
rm -rf $RPM_BUILD_ROOT
eval `perl '-V:installarchlib'`
mkdir -p $RPM_BUILD_ROOT/$installarchlib
make PREFIX=$RPM_BUILD_ROOT/usr install
[ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress
find $RPM_BUILD_ROOT/usr -type f -print | \
sed "s@^$RPM_BUILD_ROOT@@g" | \
grep -v perllocal.pod | \
grep -v "\.packlist" > BSD-Resource-1.14-filelist
if [ "$(cat BSD-Resource-1.14-filelist)X" = "X" ] ; then
echo "ERROR: EMPTY FILE LIST"
exit -1
fi
%files -f BSD-Resource-1.14-filelist
%defattr(-,root,root)
%changelog
* Wed Jan 30 2002 cturner@redhat.com
- Specfile autogenerated

View File

@ -0,0 +1 @@
b71c452b44e4d998904519b349fd8baa BSD-Resource-1.14.tar.gz