forked from pool/psgml
This commit is contained in:
parent
4f3c96faa1
commit
037a6167c0
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 29 13:54:01 CEST 2007 - rguenther@suse.de
|
||||||
|
|
||||||
|
- add unzip BuildRequires
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 25 21:47:26 CET 2006 - mls@suse.de
|
Wed Jan 25 21:47:26 CET 2006 - mls@suse.de
|
||||||
|
|
||||||
|
66
psgml.spec
66
psgml.spec
@ -1,47 +1,47 @@
|
|||||||
#
|
#
|
||||||
# spec file for package psgml (Version 1.3.2)
|
# spec file for package psgml (Version 1.3.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
# Please submit bugfixes or comments via http://www.suse.de/feedback/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: psgml
|
Name: psgml
|
||||||
BuildRequires: emacs-nox
|
BuildRequires: emacs-nox unzip
|
||||||
%define tdtd tdtd.zip
|
%define tdtd tdtd.zip
|
||||||
License: distributable, Other License(s), see package
|
License: GNU General Public License (GPL), Public Domain, Freeware
|
||||||
Group: Productivity/Editors/Emacs
|
Group: Productivity/Editors/Emacs
|
||||||
Requires: emacs_program
|
Requires: emacs_program
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Summary: Emacs Add-On to edit SGML/XML documents
|
Summary: Emacs Add-On to edit SGML/XML documents
|
||||||
Version: 1.3.2
|
Version: 1.3.2
|
||||||
Release: 2
|
Release: 50
|
||||||
# Source: http://belnet.dl.sourceforge.net/sourceforge/psgml/psgml-%{version}.tar.bz2
|
# Source: http://belnet.dl.sourceforge.net/sourceforge/psgml/psgml-%{version}.tar.bz2
|
||||||
Source: ftp://ftp.lysator.liu.se/pub/sgml/ALPHA/psgml-%{version}.tar.gz
|
Source: ftp://ftp.lysator.liu.se/pub/sgml/ALPHA/psgml-%{version}.tar.gz
|
||||||
Source1: http://home.sprynet.com/sprynet/dmeggins/psgml-dsssl.el
|
Source1: http://home.sprynet.com/sprynet/dmeggins/psgml-dsssl.el
|
||||||
Source2: http://logimac.mathematik.uni-freiburg.de/mixed/psgml-ja.tgz
|
Source2: http://logimac.mathematik.uni-freiburg.de/mixed/psgml-ja.tgz
|
||||||
Source3: http://www.menteith.com/tdtd/data/tdtd.zip
|
Source3: http://www.menteith.com/tdtd/data/tdtd.zip
|
||||||
Source4: http://www.iro.umontreal.ca/~pinard/xxml/xxml.tar.gz
|
Source4: http://www.iro.umontreal.ca/~pinard/xxml/xxml.tar.gz
|
||||||
Source5: http://www.megginson.com/Software/psgml-xpointer.el
|
Source5: http://www.megginson.com/Software/psgml-xpointer.el
|
||||||
Source6: %{name}-README.SuSE
|
Source6: %{name}-README.SuSE
|
||||||
Source7: ke-docbook.el
|
Source7: ke-docbook.el
|
||||||
Source8: suse-start-psgml.el
|
Source8: suse-start-psgml.el
|
||||||
Source9: psgml-html.el
|
Source9: psgml-html.el
|
||||||
Patch: psgml-compile-addons.diff
|
Patch: psgml-compile-addons.diff
|
||||||
Patch2: psgml-1.2.5-key.diff
|
Patch2: psgml-1.2.5-key.diff
|
||||||
Patch3: psgml-xpointer.el.diff
|
Patch3: psgml-xpointer.el.diff
|
||||||
Patch4: psgml-1.3.1-texi-category.diff
|
Patch4: psgml-1.3.1-texi-category.diff
|
||||||
Patch5: psgml-xxml-namespace-face.diff
|
Patch5: psgml-xxml-namespace-face.diff
|
||||||
Patch6: tdtd-dtd-patch
|
Patch6: tdtd-dtd-patch
|
||||||
Patch7: xxml-indentation.diff
|
Patch7: xxml-indentation.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArchitectures: noarch
|
BuildArchitectures: noarch
|
||||||
URL: http://sourceforge.net/projects/psgml/
|
URL: http://sourceforge.net/projects/psgml/
|
||||||
PreReq: %install_info_prereq
|
PreReq: %install_info_prereq
|
||||||
|
|
||||||
%description
|
%description
|
||||||
'psgml' supports you while editing SGML/XML documents. It respects the
|
'psgml' supports you while editing SGML/XML documents. It respects the
|
||||||
@ -159,7 +159,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_infodir}/psgml-api.info*
|
%doc %{_infodir}/psgml-api.info*
|
||||||
%doc %{_infodir}/psgml.info*
|
%doc %{_infodir}/psgml.info*
|
||||||
|
|
||||||
%changelog -n psgml
|
%changelog
|
||||||
|
* Thu Mar 29 2007 - rguenther@suse.de
|
||||||
|
- add unzip BuildRequires
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 - mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Tue Jul 26 2005 - ke@suse.de
|
* Tue Jul 26 2005 - ke@suse.de
|
||||||
|
Loading…
x
Reference in New Issue
Block a user