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