Blame SPECS/sgml-common.spec

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