auto-import changelog data from ghostscript-7.07-31.src.rpm

Wed Aug 18 2004 Tim Waugh <twaugh@redhat.com> 7.07-31
- Only ship gsx in the gtk subpackage.
This commit is contained in:
cvsdist 2004-09-09 05:21:38 +00:00
parent e7b0486879
commit 4deb15317f

View File

@ -8,7 +8,7 @@ BuildRequires: patchutils >= 0.2.13
# Set this to '1' for fontconfig support. # Set this to '1' for fontconfig support.
%define use_fontconfig 1 %define use_fontconfig 1
Release: 30 Release: 31
License: GPL License: GPL
URL: http://www.ghostscript.com/doc/gnu/ URL: http://www.ghostscript.com/doc/gnu/
@ -117,7 +117,7 @@ package.
%package devel %package devel
Summary: Files for developing applications that use ghostscript. Summary: Files for developing applications that use ghostscript.
Requires: %{name} = %{version} Requires: %{name} = %{version}-%{release}
Group: Development/Libraries Group: Development/Libraries
%description devel %description devel
@ -125,7 +125,7 @@ The header files for developing applications that use ghostscript.
%package gtk %package gtk
Summary: A GTK-enabled PostScript(TM) interpreter and renderer. Summary: A GTK-enabled PostScript(TM) interpreter and renderer.
Requires: %{name} = %{version} Requires: %{name} = %{version}-%{release}
Group: Applications/Publishing Group: Applications/Publishing
%description gtk %description gtk
@ -562,7 +562,6 @@ MAIN_PWD=`pwd`
find .%{_bindir}/ | sed -e 's/\.//;' | \ find .%{_bindir}/ | sed -e 's/\.//;' | \
grep -v '/$\|/hpijs$\|/gsx$\|/ijs-config$' \ grep -v '/$\|/hpijs$\|/gsx$\|/ijs-config$' \
>> $MAIN_PWD/rpm.sharelist) >> $MAIN_PWD/rpm.sharelist)
echo /usr/bin/gsx >> $MAIN_PWD/rpm.sharelist
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -596,7 +595,18 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/ijs-config %{_bindir}/ijs-config
%{_libdir}/libijs.a %{_libdir}/libijs.a
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%changelog %changelog
* Wed Aug 18 2004 Tim Waugh <twaugh@redhat.com> 7.07-31
- Only ship gsx in the gtk subpackage.
* Fri Aug 6 2004 Tim Waugh <twaugh@redhat.com>
- Run /sbin/ldconfig in %%post/%%postun.
- Stricter requirements for the main package in the subpackages.
* Tue Jul 20 2004 Tim Waugh <twaugh@redhat.com> 7.07-30 * Tue Jul 20 2004 Tim Waugh <twaugh@redhat.com> 7.07-30
- Updated eplaser driver to add alc4000 (bug #128007). - Updated eplaser driver to add alc4000 (bug #128007).