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:
parent
3d5dfdc995
commit
7fc3f69982
@ -1 +1 @@
|
|||||||
foomatic-20010828.tar.bz2
|
foomatic-20010905.tar.bz2
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Foomatic printer database.
|
Summary: Foomatic printer database.
|
||||||
Name: foomatic
|
Name: foomatic
|
||||||
Version: 1.1
|
Version: 1.1
|
||||||
%define release_date 20010828
|
%define release_date 20010905
|
||||||
Release: 0.%{release_date}.1
|
Release: 0.%{release_date}.1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -40,27 +40,11 @@ The site http://www.linuxprinting.org/ is based in this database.
|
|||||||
%setup -q -n foomatic
|
%setup -q -n foomatic
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
make PREFIX=%{_prefix} INSTALLPREFIX=%buildroot
|
||||||
# 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
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
eval `perl '-V:installsitelib'`
|
eval `perl '-V:installsitelib'`
|
||||||
mkdir -p $RPM_BUILD_ROOT/$installsitelib
|
mkdir -p $RPM_BUILD_ROOT/$installsitelib
|
||||||
export INSTALLSITELIB=$RPM_BUILD_ROOT/$installsitelib
|
export INSTALLSITELIB=$RPM_BUILD_ROOT/$installsitelib
|
||||||
@ -69,8 +53,6 @@ make PREFIX=%{_prefix} \
|
|||||||
INSTALLSITELIB=$RPM_BUILD_ROOT/$installsitelib \
|
INSTALLSITELIB=$RPM_BUILD_ROOT/$installsitelib \
|
||||||
install
|
install
|
||||||
|
|
||||||
cp -a cache/* $RPM_BUILD_ROOT/var/cache/foomatic
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -fr %buildroot
|
rm -fr %buildroot
|
||||||
|
|
||||||
@ -83,10 +65,13 @@ rm -fr %buildroot
|
|||||||
%dir %_libdir/cups
|
%dir %_libdir/cups
|
||||||
%_libdir/cups/*
|
%_libdir/cups/*
|
||||||
%dir /var/cache/foomatic
|
%dir /var/cache/foomatic
|
||||||
/var/cache/foomatic/*
|
|
||||||
%_datadir/*
|
%_datadir/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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.
|
- 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.
|
- It is now fast enough that there is no real benifit to precompiling.
|
||||||
|
Loading…
Reference in New Issue
Block a user