OBS User unknown 2007-02-09 16:02:30 +00:00 committed by Git OBS Bridge
parent 371cbb22f3
commit 19aa2b9405
2 changed files with 38 additions and 30 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 9 08:49:48 CET 2007 - aj@suse.de
- Add defattr.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 25 21:39:04 CET 2006 - mls@suse.de Wed Jan 25 21:39:04 CET 2006 - mls@suse.de

View File

@ -1,43 +1,43 @@
# #
# spec file for package openjade (Version 1.3.2) # spec file for package openjade (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/
# #
Name: openjade Name: openjade
BuildRequires: gcc-c++ opensp-devel BuildRequires: gcc-c++ opensp-devel
License: X11/MIT License: X11/MIT
Group: Productivity/Publishing/SGML Group: Productivity/Publishing/SGML
Autoreqprov: on Autoreqprov: on
Version: 1.3.2 Version: 1.3.2
Release: 213 Release: 247
Summary: DSSSL Engine for SGML Documents Summary: DSSSL Engine for SGML Documents
Source: http://switch.dl.sourceforge.net/sourceforge/openjade/openjade-1.3.2.tar.bz2 Source: http://switch.dl.sourceforge.net/sourceforge/openjade/openjade-1.3.2.tar.bz2
Source1: jade_style-sheet.dtd Source1: jade_style-sheet.dtd
Source2: %{name}-README.SuSE Source2: %{name}-README.SuSE
Patch: openjade-1.3.1-autoconf.dif Patch: openjade-1.3.1-autoconf.dif
Patch3: http://www.astro.gla.ac.uk/users/norman/distrib/openjade-1.3-starlink-0.1.patch Patch3: http://www.astro.gla.ac.uk/users/norman/distrib/openjade-1.3-starlink-0.1.patch
Patch4: openjade-1.3.2-makefile.patch Patch4: openjade-1.3.2-makefile.patch
Patch5: valid_fo_patch2.gz Patch5: valid_fo_patch2.gz
# Conflicts: jade_dsl # Conflicts: jade_dsl
Obsoletes: jade_dsl Obsoletes: jade_dsl
Provides: jade jade_dsl Provides: jade jade_dsl
Requires: opensp Requires: opensp
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
URL: http://openjade.sourceforge.net/ URL: http://openjade.sourceforge.net/
%define regcat /usr/bin/sgml-register-catalog %define regcat /usr/bin/sgml-register-catalog
PreReq: %{regcat} PreReq: %{regcat}
%description %description
OpenJade, the follow-up to Jade by James Clark, is an implementation of OpenJade, the follow-up to Jade by James Clark, is an implementation of
the ISO/IEC 10179:1996 standard DSSSL language (Document Style, the ISO/IEC 10179:1996 standard DSSSL language (Document Style,
Semantics, and Specification Language); pronounce it "dissl" -- it Semantics, and Specification Language); pronounce it "dissl"--it rhymes
rimes with whistle. with whistle.
It has back-ends for SGML, RTF, MIF, TeX, and HTML. It has back-ends for SGML, RTF, MIF, TeX, and HTML.
@ -61,9 +61,9 @@ Authors:
Sebastian Rahtz <s.rahtz@elsevier.co.uk> Sebastian Rahtz <s.rahtz@elsevier.co.uk>
%package devel %package devel
Summary: DSSSL Engine (development package) Summary: DSSSL Engine (development package)
Group: Productivity/Publishing/SGML Group: Productivity/Publishing/SGML
Requires: openjade Requires: openjade
%description devel %description devel
Libraries and includes to compile applications that use the OpenJade Libraries and includes to compile applications that use the OpenJade
@ -243,11 +243,14 @@ rm -fr $RPM_BUILD_ROOT
%{_libdir}/lib*.so.* %{_libdir}/lib*.so.*
%files devel %files devel
%defattr(-, root, root)
%{_includedir}/%{name} %{_includedir}/%{name}
%{_libdir}/lib*.so %{_libdir}/lib*.so
%{_libdir}/*a %{_libdir}/*a
%changelog -n openjade %changelog -n openjade
* Fri Feb 09 2007 - aj@suse.de
- Add defattr.
* Wed Jan 25 2006 - mls@suse.de * Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Wed Sep 21 2005 - ke@suse.de * Wed Sep 21 2005 - ke@suse.de
@ -310,8 +313,8 @@ rm -fr $RPM_BUILD_ROOT
* Mon Feb 11 2002 - ke@suse.de * Mon Feb 11 2002 - ke@suse.de
- Update to version 1.3.1 (thus most of our config and build patches - Update to version 1.3.1 (thus most of our config and build patches
are superfluous): are superfluous):
- Improve Tex back end; table processing works by far better now. - Improve Tex back end; table processing works by far better now.
- Fopr more info cf. release notes in the documentation directory. - Fopr more info cf. release notes in the documentation directory.
- Don't apply latex back end patch. - Don't apply latex back end patch.
* Tue Jun 12 2001 - schwab@suse.de * Tue Jun 12 2001 - schwab@suse.de
- Use namespaces with gcc 3.0. - Use namespaces with gcc 3.0.