Blame SPECS/sgml-common.spec

8f3548
%global xmlxsdver 2009/01
8f3548
8f3548
Name: sgml-common
8f3548
Version: 0.6.3
8f3548
Release: 50%{?dist}
8f3548
Group: Applications/Text
8f3548
8f3548
Summary: Common SGML catalog and DTD files
8f3548
8f3548
License: GPL+
8f3548
8f3548
BuildArch: noarch
8f3548
8f3548
#Actually - there is no homepage of this project, on that URL
8f3548
#page you could get complete ISO 8879 listing as was on the
8f3548
#old page - only part of it is included in sgml-common package.
8f3548
URL: http://www.w3.org/2003/entities/
8f3548
8f3548
Source0: ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/%{name}-%{version}.tgz
8f3548
# Following 4 from openjade/pubtext - same maintainer as in SGML-common, so up2date:
8f3548
Source1: xml.dcl
8f3548
Source2: xml.soc
8f3548
Source3: html.dcl
8f3548
Source4: html.soc
8f3548
Source5: http://www.w3.org/%{xmlxsdver}/xml.xsd
8f3548
Source6: http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd
8f3548
Source7: http://www.w3.org/2001/XMLSchema.dtd
8f3548
Source8: http://www.w3.org/2001/datatypes.dtd
8f3548
Source9: sgmlwhich.1
8f3548
Source10: sgml.conf.5
8f3548
8f3548
Patch0: sgml-common-umask.patch
8f3548
Patch1: sgml-common-xmldir.patch
8f3548
Patch2: sgml-common-quotes.patch
8f3548
8f3548
BuildRequires: libxml2
8f3548
BuildRequires: automake
8f3548
Requires: %{_bindir}/basename
8f3548
8f3548
%description
8f3548
The sgml-common package contains a collection of entities and DTDs
8f3548
that are useful for processing SGML, but that don't need to be
8f3548
included in multiple packages.  Sgml-common also includes an
8f3548
up-to-date Open Catalog file.
8f3548
8f3548
%package -n xml-common
8f3548
Group: Applications/Text
8f3548
Summary: Common XML catalog and DTD files
8f3548
License: GPL+
8f3548
Requires(pre): %{_bindir}/xmlcatalog
8f3548
8f3548
%description -n xml-common
8f3548
The xml-common is a subpackage of sgml-common which contains
8f3548
a collection XML catalogs that are useful for processing XML,
8f3548
but that don't need to be included in main package.
8f3548
8f3548
%prep
8f3548
%setup -q
8f3548
%patch0 -p1 -b .umask
8f3548
%patch1 -p1 -b .xmldir
8f3548
%patch2 -p1 -b .quotes
8f3548
8f3548
# replace bogus links with files
8f3548
automakedir=`ls -1d /usr/share/automake* | head -n +1`
8f3548
for file in COPYING INSTALL install-sh missing mkinstalldirs; do
8f3548
   rm $file
8f3548
   cp -p $automakedir/$file .
8f3548
done
8f3548
8f3548
%build
8f3548
%configure
8f3548
8f3548
%install
8f3548
rm -rf $RPM_BUILD_ROOT
8f3548
make install DESTDIR="$RPM_BUILD_ROOT" htmldir='%{_datadir}/doc' INSTALL='install -p'
8f3548
mkdir $RPM_BUILD_ROOT%{_sysconfdir}/xml
8f3548
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sgml/docbook
8f3548
mkdir -p $RPM_BUILD_ROOT%{_datadir}/sgml/docbook
8f3548
# Touch SGML catalog
8f3548
touch $RPM_BUILD_ROOT%{_sysconfdir}/sgml/catalog
8f3548
# Create an empty XML catalog.
8f3548
XMLCATALOG=$RPM_BUILD_ROOT%{_sysconfdir}/xml/catalog
8f3548
%{_bindir}/xmlcatalog --noout --create $XMLCATALOG
8f3548
# ...and add xml.xsd in it
8f3548
for type in system uri ; do
8f3548
	for path in 2001 %{xmlxsdver} ; do
8f3548
		%{_bindir}/xmlcatalog --noout --add $type \
8f3548
			"http://www.w3.org/$path/xml.xsd" \
8f3548
			"file://%{_datadir}/xml/xml.xsd" $XMLCATALOG
8f3548
	done
8f3548
	# Add xmldsig-core-schema.xsd to catalog
8f3548
	%{_bindir}/xmlcatalog --noout --add $type \
8f3548
		"http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd" \
8f3548
		"file://%{_datadir}/xml/xmldsig-core-schema.xsd" $XMLCATALOG
8f3548
done
8f3548
# Now put the common DocBook entries in it
8f3548
%{_bindir}/xmlcatalog --noout --add "delegatePublic" \
8f3548
	"-//OASIS//ENTITIES DocBook XML" \
8f3548
	"file://%{_sysconfdir}/sgml/docbook/xmlcatalog" $XMLCATALOG
8f3548
%{_bindir}/xmlcatalog --noout --add "delegatePublic" \
8f3548
	"-//OASIS//DTD DocBook XML" \
8f3548
	"file://%{_sysconfdir}/sgml/docbook/xmlcatalog" $XMLCATALOG
8f3548
%{_bindir}/xmlcatalog --noout --add "delegatePublic" \
8f3548
	"ISO 8879:1986" \
8f3548
	"file://%{_sysconfdir}/sgml/docbook/xmlcatalog" $XMLCATALOG
8f3548
%{_bindir}/xmlcatalog --noout --add "delegateSystem" \
8f3548
	"http://www.oasis-open.org/docbook/" \
8f3548
	"file://%{_sysconfdir}/sgml/docbook/xmlcatalog" $XMLCATALOG
8f3548
%{_bindir}/xmlcatalog --noout --add "delegateURI" \
8f3548
	"http://www.oasis-open.org/docbook/" \
8f3548
	"file://%{_sysconfdir}/sgml/docbook/xmlcatalog" $XMLCATALOG
8f3548
for public in "-//W3C//DTD XMLSchema 200102//EN" "-//W3C//DTD XMLSCHEMA 200102//EN" ; do
8f3548
	%{_bindir}/xmlcatalog --noout --add "public" \
8f3548
		"$public" \
8f3548
		"file://%{_datadir}/xml/XMLSchema.dtd" $XMLCATALOG
8f3548
done
8f3548
%{_bindir}/xmlcatalog --noout --add "system" \
8f3548
	"http://www.w3.org/2001/XMLSchema.dtd" \
8f3548
	"file://%{_datadir}/xml/XMLSchema.dtd" $XMLCATALOG
8f3548
8f3548
# Also create the common DocBook catalog
8f3548
%{_bindir}/xmlcatalog --noout --create \
8f3548
	$RPM_BUILD_ROOT%{_sysconfdir}/sgml/docbook/xmlcatalog
8f3548
ln -sf %{_sysconfdir}/sgml/docbook/xmlcatalog\
8f3548
	$RPM_BUILD_ROOT%{_datadir}/sgml/docbook/xmlcatalog
8f3548
8f3548
rm -f $RPM_BUILD_ROOT%{_datadir}/sgml/xml.dcl
8f3548
install -p -m0644 %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} \
8f3548
	$RPM_BUILD_ROOT%{_datadir}/sgml
8f3548
rm -rf $RPM_BUILD_ROOT%{_datadir}/xml/*
8f3548
install -p -m0644 %{SOURCE5} %{SOURCE6} %{SOURCE7} %{SOURCE8} \
8f3548
	$RPM_BUILD_ROOT%{_datadir}/xml
8f3548
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
8f3548
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man5
8f3548
install -p -m0644 %{SOURCE9} $RPM_BUILD_ROOT%{_mandir}/man1
8f3548
install -p -m0644 %{SOURCE10} $RPM_BUILD_ROOT%{_mandir}/man5
8f3548
8f3548
# remove installed doc file and prepare installation with %%doc
8f3548
rm $RPM_BUILD_ROOT%{_datadir}/doc/*.html
8f3548
rm -rf __dist_doc/html/
8f3548
mkdir -p __dist_doc/html/
8f3548
cp -p doc/HTML/*.html __dist_doc/html/
8f3548
8f3548
8f3548
%pre -n xml-common
8f3548
if [ $1 -gt 1 ] && [ -e %{_sysconfdir}/xml/catalog ]; then
8f3548
	for type in system uri ; do
8f3548
		for path in 2001 %{xmlxsdver} ; do
8f3548
			%{_bindir}/xmlcatalog --noout --add $type \
8f3548
				"http://www.w3.org/$path/xml.xsd" \
8f3548
				"file://%{_datadir}/xml/xml.xsd" \
8f3548
				%{_sysconfdir}/xml/catalog
8f3548
		done
8f3548
		%{_bindir}/xmlcatalog --noout --add $type \
8f3548
			"http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd" \
8f3548
			"file://%{_datadir}/xml/xmldsig-core-schema.xsd" %{_sysconfdir}/xml/catalog
8f3548
	done
8f3548
	for public in "-//W3C//DTD XMLSchema 200102//EN" "-//W3C//DTD XMLSCHEMA 200102//EN" ; do
8f3548
		%{_bindir}/xmlcatalog --noout --add "public" \
8f3548
			"$public" \
8f3548
			"file://%{_datadir}/xml/XMLSchema.dtd" %{_sysconfdir}/xml/catalog
8f3548
	done
8f3548
fi
8f3548
8f3548
%files
8f3548
%doc __dist_doc/html/ AUTHORS NEWS ChangeLog COPYING README
8f3548
%dir %{_sysconfdir}/sgml
8f3548
%config(noreplace) %{_sysconfdir}/sgml/sgml.conf
8f3548
%ghost %verify(not md5 size mtime) %config(noreplace,missingok) %{_sysconfdir}/sgml/catalog
8f3548
%dir %{_datadir}/sgml
8f3548
%dir %{_datadir}/sgml/sgml-iso-entities-8879.1986
8f3548
%{_datadir}/sgml/sgml-iso-entities-8879.1986/*
8f3548
%{_datadir}/sgml/xml.dcl
8f3548
%{_datadir}/sgml/xml.soc
8f3548
%{_datadir}/sgml/html.dcl
8f3548
%{_datadir}/sgml/html.soc
8f3548
%{_bindir}/sgmlwhich
8f3548
%{_bindir}/install-catalog
8f3548
%{_mandir}/man8/install-catalog.8*
8f3548
%{_mandir}/man1/sgmlwhich.1*
8f3548
%{_mandir}/man5/sgml.conf.5*
8f3548
8f3548
%files -n xml-common
8f3548
%doc AUTHORS NEWS ChangeLog COPYING README
8f3548
%dir %{_sysconfdir}/xml
8f3548
%dir %{_sysconfdir}/sgml
8f3548
%dir %{_sysconfdir}/sgml/docbook
8f3548
%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/xml/catalog
8f3548
%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/sgml/docbook/xmlcatalog
8f3548
%dir %{_datadir}/sgml
8f3548
%dir %{_datadir}/sgml/docbook
8f3548
%{_datadir}/sgml/docbook/xmlcatalog
8f3548
%dir %{_datadir}/xml
8f3548
%{_datadir}/xml/xml.xsd
8f3548
%{_datadir}/xml/xmldsig-core-schema.xsd
8f3548
%{_datadir}/xml/XMLSchema.dtd
8f3548
%{_datadir}/xml/datatypes.dtd
8f3548
8f3548
%changelog
8f3548
* Fri Oct 05 2018 Ondrej Vasik <ovasik@redhat.com> - 0.6.3-50
8f3548
- add basic manpages for sgml.conf(5) and sgmlwhich(1) (#1613279)
8f3548
8f3548
* Tue Jun 12 2018 Jan Pazdziora <jpazdziora@redhat.com> - 0.6.3-49
8f3548
- Package and catalog xmldsig-core-schema.xsd, XMLSchema.dtd, and datatypes.dtd
8f3548
8f3548
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-48
8f3548
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
8f3548
8f3548
* Tue Oct 31 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.6.3-47
8f3548
- Use /usr/bin instead of /bin in Requires
8f3548
8f3548
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-46
8f3548
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8f3548
8f3548
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-45
8f3548
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8f3548
8f3548
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-44
8f3548
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
8f3548
8f3548
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-43
8f3548
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8f3548
8f3548
* Mon Dec 15 2014 Ondrej Vasik <ovasik@redhat.com> 0.6.3-42
8f3548
- add /etc/sgml ownership to xml-common subpackage (#1173925)
8f3548
8f3548
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-41
8f3548
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8f3548
8f3548
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-40
8f3548
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
8f3548
8f3548
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-39
8f3548
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
8f3548
8f3548
* Thu Oct 11 2012 Ondrej Vasik <ovasik@redhat.com> 0.6.3-38
8f3548
- get rid of the explicit automake14 requirement
8f3548
8f3548
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-37
8f3548
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8f3548
8f3548
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-36
8f3548
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8f3548
8f3548
* Sun Oct 30 2011 Ville Skyttä <ville.skytta@iki.fi> - 0.6.3-35
8f3548
- Include xml.xsd in xml-common (#750073).
8f3548
8f3548
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-34
8f3548
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
8f3548
8f3548
* Mon Jul 12 2010 Ondrej Vasik <ovasik@redhat.com> 0.6.3-33
8f3548
- ship COPYING file with both sgml-common and xml-common
8f3548
- ship documentation with xml-common
8f3548
8f3548
* Fri Jan 15 2010 Ondrej Vasik <ovasik@redhat.com> 0.6.3-32
8f3548
- Merge review #226415: remove unapplied patches, remove
8f3548
  versioned BR
8f3548
8f3548
* Wed Nov 11 2009 Ondrej Vasik <ovasik@redhat.com> 0.6.3-31
8f3548
- apply quotes patch once again (accidently deleted in Nov07-#533058)
8f3548
8f3548
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-30
8f3548
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
8f3548
8f3548
* Thu May 28 2009 Ondrej Vasik <ovasik@redhat.com> 0.6.3-29
8f3548
- do own /etc/sgml/catalog
8f3548
8f3548
* Tue May 19 2009 Ondrej Vasik <ovasik@redhat.com> 0.6.3-28
8f3548
- do not provide explicit url for xml-common subpackage,
8f3548
  fix trailing spaces
8f3548
- add Requires: /bin/basename (#501360)
8f3548
8f3548
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-27
8f3548
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
8f3548
8f3548
* Thu Aug 07 2008 Ondrej Vasik <ovasik@redhat.com> 0.6.3-26
8f3548
- /etc/sgml/docbook dir now owned by package(#458230)
8f3548
- get rid off fuzz in patches
8f3548
8f3548
* Tue Jul 01 2008 Ondrej Vasik <ovasik@redhat.com> 0.6.3-25
8f3548
- mark xmlcatalog config(noreplace) to prevent overwriting
8f3548
  of the content, move it to sysconfdir and make symlink for
8f3548
  it to silence rpmlint
8f3548
8f3548
* Mon Jun 30 2008 Ondrej Vasik <ovasik@redhat.com> 0.6.3-24
8f3548
- mark catalog files as (not md5 size mtime) for verify to
8f3548
  prevent info about changed files (#453271)
8f3548
8f3548
* Thu Nov 22 2007 Ondrej Vasik <ovasik@redhat.com> 0.6.3-23
8f3548
- Another MergeReview improvements(provided by Patrice Dumas)
8f3548
- copy Automake-1.4 files instead of rerunning autotools,
8f3548
- better preserving timestamps, better handling of documentation
8f3548
- improved XML-common description
8f3548
8f3548
* Thu Nov 15 2007 Ondrej Vasik <ovasik@redhat.com> 0.6.3-22
8f3548
- Merge Review(226415)
8f3548
- changed: License Tag, using RPM macros instead of hardcoded
8f3548
  dirs, summary ended with dot, added URL, removed CHANGES
8f3548
  file as obsolete, preserved timestamps and some other cosmetic
8f3548
  changes
8f3548
- no longer shipping old automake tarball, fixed issue with man8_DATA,
8f3548
  BuildRequire:Automake,Autoconf again(see MergeReview discussion)
8f3548
8f3548
* Mon May 28 2007 Ondrej Vasik <ovasik@redhat.com> 0.6.3-21
8f3548
- Fixed broken URL (changed to XML entity declarations) (bug #237726)
8f3548
- Rebuilt
8f3548
8f3548
* Tue May 15 2007 Tim Waugh <twaugh@redhat.com> 0.6.3-20
8f3548
- Added dist tag.
8f3548
- Fixed summary.
8f3548
- Removed build dependency on autoconf/automake.
8f3548
8f3548
* Tue Oct 24 2006 Tim Waugh <twaugh@redhat.com> 0.6.3-19
8f3548
- Removed stale URL (bug #210848).
8f3548
8f3548
* Mon Jun 12 2006 Tim Waugh <twaugh@redhat.com> 0.6.3-18
8f3548
- Build requires automake and autoconf (bug #194709).
8f3548
8f3548
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
8f3548
- rebuilt
8f3548
8f3548
* Wed Sep 22 2004 Than Ngo <than@redhat.com> 0.6.3-17
8f3548
- rebuilt
8f3548
8f3548
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
8f3548
- rebuilt
8f3548
8f3548
* Mon Dec  8 2003 Tim Waugh <twaugh@redhat.com> 0.6.3-15
8f3548
- Patch from Ville Skyttä <ville.skytta@iki.fi> (bug #111625):
8f3548
  - Include /usr/share/xml in xml-common.
8f3548
  - Own /usr/share/sgml and /usr/share/xml.
8f3548
8f3548
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
8f3548
- rebuilt
8f3548
8f3548
* Wed Oct 23 2002 Tim Waugh <twaugh@redhat.com> 0.6.3-13
8f3548
- Ship the installed documentation.
8f3548
- Don't install files not packaged.
8f3548
8f3548
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
8f3548
- automated rebuild
8f3548
8f3548
* Thu May 23 2002 Tim Powers <timp@redhat.com>
8f3548
- automated rebuild
8f3548
8f3548
* Wed Apr 24 2002 Tim Waugh <twaugh@redhat.com> 0.6.3-10
8f3548
- Ship {xml,html}.{dcl,soc} (bug #63500, bug #62980).
8f3548
- Work around broken tarball packaging.
8f3548
8f3548
* Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 0.6.3-9
8f3548
- Rebuild in new environment.
8f3548
8f3548
* Thu Jan 17 2002 Tim Waugh <twaugh@redhat.com> 0.6.3-8
8f3548
- Back to /usr/share/sgml.  Now install docbook-dtds.
8f3548
- Use a real install-sh, not the symlink shipped in the tarball.
8f3548
8f3548
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 0.6.3-7
8f3548
- automated rebuild
8f3548
8f3548
* Mon Nov  5 2001 Tim Waugh <twaugh@redhat.com> 0.6.3-6
8f3548
- Don't create a useless empty catalog.
8f3548
- Don't try to put install things outside the build root.
8f3548
- Build requires a libxml2 that actually works.
8f3548
8f3548
* Mon Nov  5 2001 Tim Waugh <twaugh@redhat.com> 0.6.3-4
8f3548
- Use (and handle) catalog files with quotes in install-catalog.
8f3548
8f3548
* Thu Nov  1 2001 Tim Waugh <twaugh@redhat.com> 0.6.3-3
8f3548
- Create default XML Catalog at build time, not install time.
8f3548
8f3548
* Fri Oct  5 2001 Tim Waugh <twaugh@redhat.com> 0.6.3-2
8f3548
- Move XML things into /usr/share/xml, and split them out into separate
8f3548
  xml-common package.
8f3548
8f3548
* Mon Oct  1 2001 Tim Waugh <twaugh@redhat.com> 0.6.3-1
8f3548
- 0.6.3.  Incorporates oldsyntax and quiet patches.
8f3548
- Make /etc/sgml/sgml.conf noreplace.
8f3548
- Own /etc/sgml, various other directories (bug #47485, bug #54180).
8f3548
8f3548
* Wed May 23 2001 Tim Waugh <twaugh@redhat.com> 0.5-7
8f3548
- Remove execute bit from data files.
8f3548
8f3548
* Mon May 21 2001 Tim Waugh <twaugh@redhat.com> 0.5-6
8f3548
- install-catalog needs to make sure that it creates world-readable files
8f3548
  (bug #41552).
8f3548
8f3548
* Wed Mar 14 2001 Tim Powers <timp@redhat.com> 0.5-5
8f3548
- fixed license
8f3548
8f3548
* Wed Jan 24 2001 Tim Waugh <twaugh@redhat.com>
8f3548
- Make install-catalog quieter during normal operation.
8f3548
8f3548
* Tue Jan 23 2001 Tim Waugh <twaugh@redhat.com>
8f3548
- Require textutils, fileutils, grep (bug #24719).
8f3548
8f3548
* Wed Jan 17 2001 Tim Waugh <twaugh@redhat.com>
8f3548
- Require sh-utils.
8f3548
8f3548
* Mon Jan 15 2001 Tim Waugh <twaugh@redhat.com>
8f3548
- Don't play so many macro games.
8f3548
- Fix typo in install-catalog patch.
8f3548
8f3548
* Mon Jan 08 2001 Tim Waugh <twaugh@redhat.com>
8f3548
- Change group.
8f3548
- Install by hand (man/en/...).  Use %%{_mandir}.
8f3548
- Use %%{_tmppath}.
8f3548
- Make install-catalog fail silently if given the old syntax.
8f3548
- Add CHANGES file.
8f3548
- Change Copyright: to License:.
8f3548
- Remove Packager: line.
8f3548
8f3548
* Mon Jan 08 2001 Tim Waugh <twaugh@redhat.com>
8f3548
- Based on Eric Bischoff's new-trials packages.