Blame SPECS/docbook-style-dsssl.spec

316fec
Name: docbook-style-dsssl
316fec
Version: 1.79
316fec
Release: 18%{?dist}
316fec
Group: Applications/Text
316fec
316fec
Summary: Norman Walsh's modular stylesheets for DocBook
316fec
316fec
License: DMIT
316fec
URL: http://docbook.sourceforge.net/
316fec
316fec
Requires: docbook-dtds
316fec
Requires: openjade
316fec
Requires: sgml-common
316fec
Requires(post): sgml-common
316fec
Requires(preun): sgml-common
316fec
316fec
BuildArch: noarch
316fec
Source0: http://prdownloads.sourceforge.net/docbook/docbook-dsssl-%{version}.tar.gz
316fec
Source1: %{name}.Makefile
316fec
316fec
316fec
%description
316fec
These DSSSL stylesheets allow to convert any DocBook document to another
316fec
printed (for example, RTF or PostScript) or online (for example, HTML) format.
316fec
They are highly customizable.
316fec
316fec
%prep
316fec
%setup -q -n docbook-dsssl-%{version}
316fec
cp %{SOURCE1} Makefile
316fec
316fec
316fec
%build
316fec
316fec
316fec
%install
316fec
DESTDIR=$RPM_BUILD_ROOT
316fec
rm -rf $RPM_BUILD_ROOT
316fec
make install BINDIR=$DESTDIR/usr/bin DESTDIR=$DESTDIR/usr/share/sgml/docbook/dsssl-stylesheets-%{version} MANDIR=$DESTDIR%{_mandir}
316fec
cd ..
316fec
ln -s dsssl-stylesheets-%{version} $DESTDIR/usr/share/sgml/docbook/dsssl-stylesheets
316fec
316fec
316fec
%files
316fec
%defattr (-,root,root,-)
316fec
%doc BUGS README ChangeLog WhatsNew
316fec
/usr/bin/collateindex.pl
316fec
%{_mandir}/man1/collateindex.pl.1*
316fec
/usr/share/sgml/docbook/dsssl-stylesheets-%{version}
316fec
/usr/share/sgml/docbook/dsssl-stylesheets
316fec
316fec
316fec
%post
316fec
for centralized in /etc/sgml/*-docbook-*.cat
316fec
do
316fec
  /usr/bin/install-catalog --add $centralized \
316fec
    /usr/share/sgml/docbook/dsssl-stylesheets-%{version}/catalog \
316fec
    > /dev/null 2>/dev/null
316fec
done
316fec
316fec
316fec
%preun
316fec
if [ "$1" = "0" ]; then
316fec
  for centralized in /etc/sgml/*-docbook-*.cat
316fec
  do
316fec
    /usr/bin/install-catalog --remove $centralized /usr/share/sgml/docbook/dsssl-stylesheets-%{version}/catalog > /dev/null 2>/dev/null
316fec
  done
316fec
fi
316fec
exit 0
316fec
316fec
%changelog
316fec
* Mon May 25 2015 Ondrej Vasik <ovasik@redhat.com> - 1.79-18
316fec
- manpage should not have 755 permissions (#1061759)
316fec
316fec
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.79-17
316fec
- Mass rebuild 2013-12-27
316fec
316fec
* Mon Jul 29 2013 Ondrej Vasik <ovasik@redhat.com>  - 1.79-16
316fec
- use DMIT (modified MIT) as a license for the
316fec
  stylesheets (#988715)
316fec
316fec
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.79-15
316fec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
316fec
316fec
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.79-14
316fec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
316fec
316fec
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.79-13
316fec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
316fec
316fec
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.79-12
316fec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
316fec
316fec
* Mon Jun 07 2010 Ondrej Vasik <ovasik@redhat.com> - 1.79-11
316fec
- do not touch openjade catalogs by this package - it's
316fec
  done in docbook-dtds (#600878)
316fec
316fec
* Tue Feb 02 2010 Ondrej Vasik <ovasik@redhat.com> - 1.79-10
316fec
- fix merge review issues(#225703)
316fec
316fec
* Fri Dec 18 2009 Ondrej Vasik <ovasik@redhat.com> - 1.79-9
316fec
- License Copyright only
316fec
316fec
* Fri Aug 28 2009 Ondrej Vasik <ovasik@redhat.com> - 1.79-8
316fec
- ship manpage for collateindex.pl
316fec
- preserve attributes and timestamps in Makefile
316fec
316fec
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.79-7
316fec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
316fec
316fec
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.79-6
316fec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
316fec
316fec
* Mon Nov 05 2007 Ondrej Vasik <ovasik@redhat.com> - 1.79-5
316fec
- rpmlint cleanup
316fec
- fixed summary, dist tag, license tag, cosmetic spec cleanup
316fec
316fec
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.79-4.1
316fec
- rebuild
316fec
316fec
* Tue Dec 20 2005 Tim Waugh <twaugh@redhat.com> 1.79-4
316fec
- Rebuilt again.
316fec
316fec
* Mon Dec 19 2005 Tim Waugh <twaugh@redhat.com> 1.79-3
316fec
- Rebuilt.
316fec
316fec
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
316fec
- rebuilt
316fec
316fec
* Thu Nov 10 2005 Tim Waugh <twaugh@redhat.com> 1.79-2
316fec
- Ship olink.dsl (bug #172523).
316fec
316fec
* Mon Nov  8 2004 Tim Waugh <twaugh@redhat.com> 1.79-1
316fec
- 1.79.
316fec
- No longer need articleinfo patch.
316fec
316fec
* Wed Sep 22 2004 Than Ngo <than@redhat.com> 1.78-4
316fec
- rebuilt
316fec
316fec
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
316fec
- rebuilt
316fec
316fec
* Fri Mar 28 2003 Tim Waugh <twaugh@redhat.com> 1.78-2
316fec
- Require new docbook-dtds.
316fec
- Fix %%post scriptlet.
316fec
316fec
* Fri Mar 14 2003 Tim Waugh <twaugh@redhat.com> 1.78-1
316fec
- Require openjade 1.3.2.
316fec
- 1.78, incorporating seealso, aname patches.
316fec
316fec
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
316fec
- rebuilt
316fec
316fec
* Wed Nov 20 2002 Tim Powers <timp@redhat.com>
316fec
- rebuild in current collinst
316fec
316fec
* Fri Jul 26 2002 Tim Waugh <twaugh@redhat.com> 1.76-6
316fec
- In HTML output always close anchor tags (bug #69737).
316fec
316fec
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 1.76-5
316fec
- automated rebuild
316fec
316fec
* Thu May 23 2002 Tim Powers <timp@redhat.com> 1.76-4
316fec
- automated rebuild
316fec
316fec
* Fri May  3 2002 Tim Waugh <twaugh@redhat.com> 1.76-3
316fec
- Another go at fixing seealso handling (bug #64111).
316fec
316fec
* Thu May  2 2002 Tim Waugh <twaugh@redhat.com> 1.76-2
316fec
- Fix collateindex.pl's seealso handling (bug #64111).
316fec
316fec
* Fri Feb 22 2002 Tim Waugh <twaugh@redhat.com> 1.76-1
316fec
- 1.76 (fixes bug #58883).
316fec
- Fix HTML generation for articleinfo elements (bug #58837).
316fec
316fec
* Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 1.75-1
316fec
- 1.75.
316fec
- Rebuild in new environment.
316fec
316fec
* Mon Jan 28 2002 Tim Waugh <twaugh@redhat.com> 1.74b-3
316fec
- Prepare for openjade 1.3.1.
316fec
316fec
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 1.74b-2
316fec
- automated rebuild
316fec
316fec
* Mon Dec  3 2001 Tim Waugh <twaugh@redhat.com> 1.74b-1
316fec
- 1.74b.
316fec
316fec
* Fri Nov  2 2001 Tim Waugh <twaugh@redhat.com> 1.73-3
316fec
- Conflict with docbook-utils if its custom stylesheet hasn't been
316fec
  updated to work with version 1.72 or later of this package.
316fec
316fec
* Fri Oct 19 2001 Tim Waugh <twaugh@redhat.com> 1.73-2
316fec
- Shut the scripts up.
316fec
316fec
* Mon Oct  1 2001 Tim Waugh <twaugh@redhat.com> 1.73-1
316fec
- 1.73.
316fec
316fec
* Fri Sep 28 2001 Tim Waugh <twaugh@redhat.com> 1.72-1
316fec
- 1.72.
316fec
316fec
* Wed Jul 25 2001 Bill Nottingham <notting@redhat.com> 1.64-3
316fec
- bump release 
316fec
316fec
* Thu May  9 2001 Tim Waugh <twaugh@redhat.com> 1.64-2
316fec
- Make an unversioned dsssl-stylesheets symbolic link.
316fec
316fec
* Wed May  2 2001 Tim Waugh <twaugh@redhat.com> 1.64-1
316fec
- 1.64 (fixes #38095).
316fec
- Fix up post/preun scripts so that we don't get duplicate entries with
316fec
  different versions on upgrade.
316fec
316fec
* Sun Mar 25 2001 Tim Waugh <twaugh@redhat.com> 1.59-10
316fec
- Fix up Makefile (patch from SATO Satoru).
316fec
- Change postun to preun.
316fec
- Make preun conditional on remove rather than upgrade.
316fec
316fec
* Tue Mar  6 2001 Tim Waugh <twaugh@redhat.com>
316fec
- PreReq docbook-dtd-sgml (it was a requirement before), so that the
316fec
  scripts work right.
316fec
316fec
* Tue Feb 20 2001 Tim Waugh <twaugh@redhat.com>
316fec
- Change Requires(...) to PreReq at Preston's request.
316fec
- PreReq at least openjade-1.3-12, so that its catalogs get installed.
316fec
316fec
* Wed Jan 24 2001 Tim Waugh <twaugh@redhat.com>
316fec
- Make scripts quieter.
316fec
316fec
* Tue Jan 23 2001 Tim Waugh <twaugh@redhat.com>
316fec
- Last fix was wrong; corrected (require openjade 1.3).
316fec
316fec
* Fri Jan 19 2001 Tim Waugh <twaugh@redhat.com>
316fec
- Require jade not openjade (bug #24306).
316fec
316fec
* Mon Jan 15 2001 Tim Waugh <twaugh@redhat.com>
316fec
- Don't play so many macro games.
316fec
- Change requirement on /usr/bin/install-catalog to sgml-common.
316fec
- Be sure to own dsssl-stylesheets-1.59 directory.
316fec
316fec
* Mon Jan 08 2001 Tim Waugh <twaugh@redhat.com>
316fec
- Change group.
316fec
- openjade not jade.
316fec
- %%{_tmppath}.
316fec
- rm before install.
316fec
- Change Copyright: to License:.
316fec
- Remove Packager: line.
316fec
316fec
* Mon Jan 08 2001 Tim Waugh <twaugh@redhat.com>
316fec
- Based on Eric Bischoff's new-trials packages.