auto-import changelog data from gtk-doc-1.1-3.1.src.rpm

Thu Aug 28 2003 Owen Taylor <otaylor@redhat.com> 1.1-3.0
- Move gtk-doc.pc file to /usr/share/pkgconfig (#98595)
- Require: /usr/bin/cmp (#88763, Thomas Vander Stichele)
- Added libxslt docbook-style-xsl to Require: and BuildPrereq (#99143, Ken
    MacFarlane)
Tue Jul 08 2003 Owen Taylor <otaylor@redhat.com> 1.1-2.0
- Bump for rebuild
Thu Jun 12 2003 Owen Taylor <otaylor@redhat.com> 1.1-1
- Version 1.1
Wed Apr 30 2003 Elliot Lee <sopwith@redhat.com> 0.10-6
- Patch to s/head -1/head -n 1/ for ppc64 etc.
Wed Feb 12 2003 Elliot Lee <sopwith@redhat.com> 0.10-5
- BuildRequires: libxslt
This commit is contained in:
cvsdist 2004-09-09 05:59:23 +00:00
parent 271342d558
commit dbf4c027ef
3 changed files with 31 additions and 6 deletions

View File

@ -1 +1 @@
gtk-doc-0.10.tar.bz2 gtk-doc-1.1.tar.bz2

View File

@ -1,15 +1,16 @@
Summary: API documentation generation tool for GTK+ and GNOME Summary: API documentation generation tool for GTK+ and GNOME
Name: gtk-doc Name: gtk-doc
Version: 0.10 Version: 1.1
Release: 4 Release: 3.1
License: LGPL License: LGPL
Group: Development/Tools Group: Development/Tools
Source: gtk-doc-%{version}.tar.bz2 Source: gtk-doc-%{version}.tar.bz2
Patch: gtk-doc-headusage.patch
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-root BuildRoot: %{_tmppath}/%{name}-root
URL: http://www.gtk.org/rdp URL: http://www.gtk.org/rdp
BuildPrereq: docbook-utils jade BuildPrereq: docbook-utils jade libxslt docbook-style-xsl
Requires: docbook-utils jade Requires: docbook-utils jade /usr/bin/cmp libxslt docbook-style-xsl
Source1: filter-requires-gtk-doc.sh Source1: filter-requires-gtk-doc.sh
%define __perl_requires %{SOURCE1} %define __perl_requires %{SOURCE1}
@ -22,6 +23,7 @@ and GNOME.
%prep %prep
%setup -q %setup -q
%patch -p1 -b .headusage
# Move this doc file to avoid name collisions # Move this doc file to avoid name collisions
mv doc/README doc/README.docs mv doc/README doc/README.docs
@ -34,6 +36,9 @@ rm -rf $RPM_BUILD_ROOT
%makeinstall %makeinstall
./mkinstalldirs $RPM_BUILD_ROOT%{_datadir}/pkgconfig/
mv $RPM_BUILD_ROOT%{_libdir}/pkgconfig/gtk-doc.pc $RPM_BUILD_ROOT%{_datadir}/pkgconfig
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -41,9 +46,29 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-, root, root) %defattr(-, root, root)
%doc AUTHORS README doc/* examples %doc AUTHORS README doc/* examples
%{_bindir}/* %{_bindir}/*
%{_datadir}/aclocal/gtk-doc.m4
%{_datadir}/gtk-doc/ %{_datadir}/gtk-doc/
%{_datadir}/pkgconfig/gtk-doc.pc
%changelog %changelog
* Thu Aug 28 2003 Owen Taylor <otaylor@redhat.com> 1.1-3.0
- Move gtk-doc.pc file to %{_datadir}/pkgconfig (#98595)
- Require: /usr/bin/cmp (#88763, Thomas Vander Stichele)
- Added libxslt docbook-style-xsl to Require: and BuildPrereq
(#99143, Ken MacFarlane)
* Tue Jul 8 2003 Owen Taylor <otaylor@redhat.com> 1.1-2.0
- Bump for rebuild
* Thu Jun 12 2003 Owen Taylor <otaylor@redhat.com> 1.1-1
- Version 1.1
* Wed Apr 30 2003 Elliot Lee <sopwith@redhat.com> 0.10-6
- Patch to s/head -1/head -n 1/ for ppc64 etc.
* Wed Feb 12 2003 Elliot Lee <sopwith@redhat.com> 0.10-5
- BuildRequires: libxslt
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt - rebuilt

View File

@ -1 +1 @@
77f710f8f22e52b15290ed9399d2eee9 gtk-doc-0.10.tar.bz2 add8e01da624025b2835f5f85a864e7f gtk-doc-1.1.tar.bz2