forked from pool/html-dtd
This commit is contained in:
parent
e27c38ac34
commit
21b685e344
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 02:24:08 CET 2009 - ro@suse.de
|
||||
|
||||
- clean up changelog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 16 15:23:25 CEST 2006 - ke@suse.de
|
||||
|
||||
@ -133,16 +138,19 @@ Sun Jan 18 15:38:07 MET 1998 - ke@suse.de
|
||||
- index.html: Provide better link for 4.0.
|
||||
- install HTML 4.0 DTD properly.
|
||||
|
||||
1997-09-27 Karl Eichwalder <ke@suse.de>
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 27 12:00:00 MET 1997 - ke@suse.de
|
||||
|
||||
* Add HTML 4.0 Specification (Draft 1997/09/17).
|
||||
* Add index.html.
|
||||
|
||||
Mon Jul 7 09:30:12 1997 - Karl Eichwalder <ke@suse.de>
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 7 09:30:12 CET 1997 - ke@suse.de
|
||||
|
||||
* html_dtd.plist: Add link dirs.
|
||||
|
||||
Wed Jul 2 09:59:42 1997 - Karl Eichwalder <ke@suse.de>
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 2 09:59:42 CET 1997 - ke@suse.de
|
||||
|
||||
* initial package: Includes the DTDs for HTML 2.0, HTML 3.2, and
|
||||
ISO-HTML, plus some docs.
|
||||
|
@ -1,28 +1,36 @@
|
||||
#
|
||||
# spec file for package html-dtd (Version 2004.1.26)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: html-dtd
|
||||
BuildRequires: sgml-skel
|
||||
URL: http://www.w3.org/MarkUp/
|
||||
License: distributable, Other License(s), see package
|
||||
Url: http://www.w3.org/MarkUp/
|
||||
License: Public Domain, Freeware
|
||||
Group: Productivity/Publishing/HTML/Tools
|
||||
Provides: html_dtd
|
||||
Obsoletes: html_dtd
|
||||
%define regcat /usr/bin/sgml-register-catalog
|
||||
PreReq: %{regcat}
|
||||
BuildArchitectures: noarch
|
||||
Autoreqprov: on
|
||||
BuildArch: noarch
|
||||
AutoReqProv: on
|
||||
Version: 2004.1.26
|
||||
Release: 77
|
||||
Release: 209
|
||||
Summary: HTML DTDs (Document Type Definitions) and Documents
|
||||
Source0: http://www.w3.org/MarkUp/html-spec/html-spec-19950922.tar.gz
|
||||
# Separate files at: http://www.w3.org/TR/REC-html32.html:
|
||||
@ -56,6 +64,7 @@ HTML 4.01. This package also contains the documentation (located in
|
||||
%define sgml_html_dir %{sgml_dir}/html
|
||||
%define sgml_html_dtd_dir %{sgml_html_dir}/dtd
|
||||
%define sgml_var_dir /var/lib/sgml
|
||||
|
||||
%prep
|
||||
%setup -c -T
|
||||
cp %{S:9} %{S:10} %{S:11} .
|
||||
@ -235,31 +244,33 @@ exit 0
|
||||
# /usr/share/sgml/html
|
||||
# /usr/share/sgml/iso-html
|
||||
|
||||
%changelog -n html-dtd
|
||||
* Wed Aug 16 2006 - ke@suse.de
|
||||
%changelog
|
||||
* Fri Jan 23 2009 ro@suse.de
|
||||
- clean up changelog
|
||||
* Wed Aug 16 2006 ke@suse.de
|
||||
- Remove SuSEconfig call.
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Mon Feb 23 2004 - hmacht@suse.de
|
||||
* Mon Feb 23 2004 hmacht@suse.de
|
||||
- building as non-root
|
||||
* Mon Jan 26 2004 - ke@suse.de
|
||||
* Mon Jan 26 2004 ke@suse.de
|
||||
- Adjust directories according to FHS 2.3:
|
||||
* Move SGML DTDs to /usr/share/sgml/html.
|
||||
* Keep CATALOG.* files in /usr/share/sgml for the time being.
|
||||
* Provide compatibility links for SL =< 9.0 (log this info in
|
||||
/var/adm/SuSEconfig/run-sgmldir-links for later processing).
|
||||
* Wed Jun 04 2003 - ke@suse.de
|
||||
* Wed Jun 04 2003 ke@suse.de
|
||||
- Use %%postun instead of %%preun; reported by Ruediger Oertel.
|
||||
* Tue Jun 03 2003 - ke@suse.de
|
||||
* Tue Jun 03 2003 ke@suse.de
|
||||
- Only on deinstallation remove catalog reference from
|
||||
/etc/sgml/catalog.
|
||||
* Wed Nov 27 2002 - ke@suse.de
|
||||
* Wed Nov 27 2002 ke@suse.de
|
||||
- Use sgml-register-catalog to register catalog files.
|
||||
- Drop SGMLDECL reference; opensp (onsgmls) resp. openjade support
|
||||
DTDDECL.
|
||||
* Mon Aug 05 2002 - ke@suse.de
|
||||
* Mon Aug 05 2002 ke@suse.de
|
||||
- Make sure Emacs will find "ENTITIES Latin 1" and "ENTITIES Latin1".
|
||||
* Mon Oct 29 2001 - ke@suse.de
|
||||
* Mon Oct 29 2001 ke@suse.de
|
||||
- Fix dangling symlinks.
|
||||
Reported by Rainer Klute [# 12061].
|
||||
- Add sgml-skel to neededforbuild and use it to install links.
|
||||
@ -267,50 +278,49 @@ exit 0
|
||||
Reported by Ulrich Windl [# 12050].
|
||||
- Add html-dtd-README.SuSE as an own source file and adjust it: xhtml
|
||||
was moved to xhtml-dtd on 2001-03-15.
|
||||
* Thu Mar 15 2001 - ke@suse.de
|
||||
* Thu Mar 15 2001 ke@suse.de
|
||||
- Rename html_dtd -> html-dtd.
|
||||
- Drop xhtml (now available as xhtml-dtd) [#6723].
|
||||
* Fri Oct 27 2000 - bk@suse.de
|
||||
* Fri Oct 27 2000 bk@suse.de
|
||||
- fix gif file permissions (e.g. form_exmpl.gif, was 666).
|
||||
* Wed Jul 05 2000 - ke@suse.de
|
||||
* Wed Jul 05 2000 ke@suse.de
|
||||
- Fix link in index.html (reported by Ulrich Windl).
|
||||
* Thu Jan 27 2000 - ke@suse.de
|
||||
* Thu Jan 27 2000 ke@suse.de
|
||||
- update XHTML to XHTML 1.0 (now a W3C Recommendation).
|
||||
- use get_version_number.sh.
|
||||
* Mon Jan 10 2000 - ke@suse.de
|
||||
* Mon Jan 10 2000 ke@suse.de
|
||||
- make XHTML active (provide catalog entries).
|
||||
- use date string as the version number.
|
||||
- use an rpm macro for the version number ;))) .
|
||||
* Tue Jan 01 2000 - nobody@suse.de
|
||||
1997-09-27 Karl Eichwalder <ke@suse.de>
|
||||
* Add HTML 4.0 Specification (Draft 1997/09/17).
|
||||
* Add index.html.
|
||||
* Sun Dec 19 1999 - ke@suse.de
|
||||
* Sun Dec 19 1999 ke@suse.de
|
||||
- add new version of XHTML.
|
||||
* Sun Nov 28 1999 - ke@suse.de
|
||||
* Sun Nov 28 1999 ke@suse.de
|
||||
- drop iso-html (copyright is unclear).
|
||||
- install copyright notice.
|
||||
- add HTML 4.01 (proposed recommendation) (#1159).
|
||||
- add XHTML (working draft) and install it as documentation (#1159).
|
||||
- cleanup the check invocation.
|
||||
* Mon Sep 13 1999 - bs@suse.de
|
||||
* Mon Sep 13 1999 bs@suse.de
|
||||
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
||||
* Thu Sep 09 1999 - bs@suse.de
|
||||
* Thu Sep 09 1999 bs@suse.de
|
||||
- fixed call of Check at the end of %%install section
|
||||
* Fri Dec 18 1998 - ke@suse.de
|
||||
* Fri Dec 18 1998 ke@suse.de
|
||||
- install CATALOG files at the default locations:
|
||||
/var/lib/sgml -> /usr/share/sgml.
|
||||
* Fri Jul 10 1998 - ke@suse.de
|
||||
* Fri Jul 10 1998 ke@suse.de
|
||||
- install ISOlat1.sgml (HTML 2.0).
|
||||
- fix file permissions.
|
||||
* Wed May 27 1998 - ke@suse.de
|
||||
* Wed May 27 1998 ke@suse.de
|
||||
- Update HTML 4.0 Specification (W3C Recommendation 1998-04-24).
|
||||
* Sun Jan 18 1998 - ke@suse.de
|
||||
* Sun Jan 18 1998 ke@suse.de
|
||||
- Update HTML 4.0 Specification (W3C Recommendation 18-Dec-1997).
|
||||
- index.html: Provide better link for 4.0.
|
||||
- install HTML 4.0 DTD properly.
|
||||
* Mon Jul 07 1997 - Karl Eichwalder <ke@suse.de>
|
||||
* Sat Sep 27 1997 ke@suse.de
|
||||
* Add HTML 4.0 Specification (Draft 1997/09/17).
|
||||
* Add index.html.
|
||||
* Mon Jul 07 1997 ke@suse.de
|
||||
* html_dtd.plist: Add link dirs.
|
||||
* Wed Jul 02 1997 - Karl Eichwalder <ke@suse.de>
|
||||
* Wed Jul 02 1997 ke@suse.de
|
||||
* initial package: Includes the DTDs for HTML 2.0, HTML 3.2, and
|
||||
ISO-HTML, plus some docs.
|
||||
|
Loading…
x
Reference in New Issue
Block a user