auto-import changelog data from foomatic-1.1-0.20010905.1.src.rpm

Wed Sep 05 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20010905.1
- upgraded to latest foomatic, we now have fast overview generation!
- this means that there is no prebuilt overview file.
This commit is contained in:
cvsdist 2004-09-09 04:49:53 +00:00
parent 3d5dfdc995
commit 7fc3f69982
3 changed files with 9 additions and 24 deletions

View File

@ -1 +1 @@
foomatic-20010828.tar.bz2
foomatic-20010905.tar.bz2

View File

@ -1,7 +1,7 @@
Summary: Foomatic printer database.
Name: foomatic
Version: 1.1
%define release_date 20010828
%define release_date 20010905
Release: 0.%{release_date}.1
License: GPL
Group: System Environment/Libraries
@ -40,27 +40,11 @@ The site http://www.linuxprinting.org/ is based in this database.
%setup -q -n foomatic
%build
# Pregenerate the overview
make testing
# Yay, perl hacks!
echo "use lib '.';" > foomatic-configure.tmp
cat foomatic-configure >> foomatic-configure.tmp
perl ./foomatic-configure.tmp -O > /dev/null
# fix the cache permissions
find cache -type d -exec chmod 0755 '{}' ';'
# Cleanup the testing paths
make clean
# Build the normal package
make PREFIX=%{_prefix} INSTALLPREFIX=%buildroot
make PREFIX=%{_prefix} INSTALLPREFIX=%buildroot
%install
rm -rf $RPM_BUILD_ROOT
eval `perl '-V:installsitelib'`
mkdir -p $RPM_BUILD_ROOT/$installsitelib
export INSTALLSITELIB=$RPM_BUILD_ROOT/$installsitelib
@ -69,8 +53,6 @@ make PREFIX=%{_prefix} \
INSTALLSITELIB=$RPM_BUILD_ROOT/$installsitelib \
install
cp -a cache/* $RPM_BUILD_ROOT/var/cache/foomatic
%clean
rm -fr %buildroot
@ -83,10 +65,13 @@ rm -fr %buildroot
%dir %_libdir/cups
%_libdir/cups/*
%dir /var/cache/foomatic
/var/cache/foomatic/*
%_datadir/*
%changelog
* Wed Sep 05 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20010905.1
- upgraded to latest foomatic, we now have fast overview generation!
- this means that there is no prebuilt overview file.
* Tue Aug 28 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20010828.1
- WOW! The latest foomatic uses Till Kamppeter's C based combo compiler.
- It is now fast enough that there is no real benifit to precompiling.

View File

@ -1 +1 @@
b7bb25b72a593e91990b048de3147099 foomatic-20010828.tar.bz2
1b72f987b70e1fd82d6d67e19a715790 foomatic-20010905.tar.bz2