Drop unneeded BRs
This commit is contained in:
parent
1270685f93
commit
80603b7729
16
gtk-doc.spec
16
gtk-doc.spec
@ -1,7 +1,7 @@
|
||||
Summary: API documentation generation tool for GTK+ and GNOME
|
||||
Name: gtk-doc
|
||||
Version: 1.11
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: GPLv2+ and GFDL
|
||||
Group: Development/Tools
|
||||
Source: http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/1.11/gtk-doc-%{version}.tar.bz2
|
||||
@ -19,16 +19,11 @@ BuildRequires: scrollkeeper
|
||||
BuildRequires: python
|
||||
BuildRequires: gnome-doc-utils
|
||||
|
||||
Requires(post): scrollkeeper
|
||||
Requires(postun): scrollkeeper
|
||||
|
||||
Requires: docbook-utils jade /usr/bin/cmp libxslt docbook-style-xsl
|
||||
# we are installing an automake macro
|
||||
Requires: automake
|
||||
# we are installing a .pc file
|
||||
Requires: pkgconfig
|
||||
# we are installing a .omf file
|
||||
Requires: scrollkeeper
|
||||
# we are installing an sgml catalog
|
||||
Requires: sgml-common
|
||||
|
||||
@ -65,12 +60,6 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post
|
||||
scrollkeeper-update -q
|
||||
|
||||
%postun
|
||||
scrollkeeper-update -q
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%doc AUTHORS README doc/* examples COPYING COPYING-DOCS
|
||||
@ -83,6 +72,9 @@ scrollkeeper-update -q
|
||||
%{_datadir}/omf/gtk-doc-manual
|
||||
|
||||
%changelog
|
||||
* Thu Dec 3 2009 Matthias Clasen <mclasen@redhat.com> - 1.11-6
|
||||
- Drop unnecessary BRs
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user