This commit is contained in:
parent
d1721b6d4a
commit
99e2fe661b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4aa79a1fb5aa990dcea8d203ed3e474c1acf7cedf655eff67464ca9f4fc60a6
|
||||
size 617417
|
3
gnome-doc-utils-0.15.1.tar.bz2
Normal file
3
gnome-doc-utils-0.15.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa7bc04c52ed8399c09194351b8468e42dbf5bc1d1e81d19fd5e4c1566fa344d
|
||||
size 587537
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 15:47:13 EST 2009 - mboman@suse.de
|
||||
|
||||
- Update to version 0.15.1:
|
||||
+ Fixed some RTL issues, thanks to muayyad alsadi, bgo#563559
|
||||
+ Translation updates
|
||||
- Comment out gnome-doc-utils-permissive.patch to see if packages
|
||||
builds properly when it's not in place.
|
||||
- Remove gnome-common from BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 25 16:24:32 CET 2009 - vuntz@novell.com
|
||||
|
||||
- Remove useless BuildRequires/Requires on libgnome.
|
||||
- Use fdupes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 12 10:10:24 EST 2009 - mboman@suse.de
|
||||
|
||||
- Update to version 0.14.2:
|
||||
+ Translation updates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 20 10:10:31 EST 2008 - mboman@suse.de
|
||||
|
||||
- Update to version 0.14.1:
|
||||
+ Fixed some LTR issues, more remain on bug bgo#563559
|
||||
+ chmod +x gnome-doc-{tool,prepare} on configure, bgo#557732
|
||||
+ Symlink non-localized figured to C figures, bgo#557227
|
||||
+ Translation updates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 23 18:42:33 EST 2008 - mboman@suse.de
|
||||
|
||||
@ -80,7 +111,7 @@ Wed Apr 11 18:14:25 CDT 2007 - maw@suse.de
|
||||
(Shaun McCance)
|
||||
* xml2po:
|
||||
Display xsltproc invocation, honor its exit status, and pull
|
||||
the source from srcdir; bugzilla.gnome.org #169324 (Danilo <EFBFBD>Ã… egan)
|
||||
the source from srcdir; bugzilla.gnome.org #169324 (Danilo Šegan)
|
||||
* Updated translations:
|
||||
gl (Ignacio Casal Quinteiro)
|
||||
sq (Laurent Dhima)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-doc-utils (Version 0.14.0)
|
||||
# spec file for package gnome-doc-utils (Version 0.15.1)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
Name: gnome-doc-utils
|
||||
BuildRequires: docbook_4
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: pkg-config
|
||||
@ -28,7 +28,7 @@ BuildRequires: python
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
Group: System/GUI/GNOME
|
||||
AutoReqProv: on
|
||||
Version: 0.14.0
|
||||
Version: 0.15.1
|
||||
Release: 1
|
||||
Summary: A Collection of Documentation Utilities for GNOME
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-doc-utils/0.8/%{name}-%{version}.tar.bz2
|
||||
@ -38,8 +38,8 @@ Url: http://www.gnome.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: libxml2-python
|
||||
# only for directory ownership:
|
||||
BuildRequires: libgnome scrollkeeper
|
||||
Requires: libgnome scrollkeeper
|
||||
BuildRequires: scrollkeeper
|
||||
Requires: scrollkeeper
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -100,8 +100,8 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#Â This patch is an ugly hack and should be removed ASAP:
|
||||
%patch
|
||||
# This patch is an ugly hack and should be removed ASAP:
|
||||
#%patch
|
||||
|
||||
%build
|
||||
# autoreconf fails...
|
||||
@ -115,6 +115,7 @@ make %{?jobs:-j%jobs} pkgconfigdir=%{_datadir}/pkgconfig
|
||||
%find_lang %{name}
|
||||
%find_lang gnome-doc-xslt %{name}.lang
|
||||
%find_lang gnome-doc-make %{name}.lang
|
||||
%fdupes $RPM_BUILD_ROOT
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -129,12 +130,34 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/omf/*
|
||||
%{_datadir}/xml2po
|
||||
%{_mandir}/man?/*.*
|
||||
# Own these directories to not depend on gnome-common while building:
|
||||
%dir %{_datadir}/gnome
|
||||
%dir %{_datadir}/gnome/help
|
||||
|
||||
%files devel
|
||||
%defattr (-, root, root)
|
||||
%{_datadir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Mon Feb 02 2009 mboman@suse.de
|
||||
- Update to version 0.15.1:
|
||||
+ Fixed some RTL issues, thanks to muayyad alsadi, bgo#563559
|
||||
+ Translation updates
|
||||
- Comment out gnome-doc-utils-permissive.patch to see if packages
|
||||
builds properly when it's not in place.
|
||||
- Remove gnome-common from BuildRequires
|
||||
* Sun Jan 25 2009 vuntz@novell.com
|
||||
- Remove useless BuildRequires/Requires on libgnome.
|
||||
- Use fdupes.
|
||||
* Mon Jan 12 2009 mboman@suse.de
|
||||
- Update to version 0.14.2:
|
||||
+ Translation updates
|
||||
* Sat Dec 20 2008 mboman@suse.de
|
||||
- Update to version 0.14.1:
|
||||
+ Fixed some LTR issues, more remain on bug bgo#563559
|
||||
+ chmod +x gnome-doc-{tool,prepare} on configure, bgo#557732
|
||||
+ Symlink non-localized figured to C figures, bgo#557227
|
||||
+ Translation updates
|
||||
* Tue Sep 23 2008 mboman@suse.de
|
||||
- Update to version 0.14.0:
|
||||
+ Translation updates.
|
||||
@ -153,7 +176,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- Tag patch.
|
||||
- Add gnome-doc-utils-bnc408363-unicodeerror.patch to fix an error
|
||||
in xml2po (bnc#408363).
|
||||
* Fri Mar 14 2008 maw@suse.de
|
||||
* Thu Mar 13 2008 maw@suse.de
|
||||
- Update to version 0.12.2:
|
||||
+ Added DOCTYPE decls to HTML and XHTML pages
|
||||
+ Adde EXSLT set to the excluded prefixes
|
||||
@ -188,7 +211,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
(Shaun McCance)
|
||||
* xml2po:
|
||||
Display xsltproc invocation, honor its exit status, and pull
|
||||
the source from srcdir; bugzilla.gnome.org #169324 (Danilo <EFBFBD>Ã… egan)
|
||||
the source from srcdir; bugzilla.gnome.org #169324 (Danilo Šegan)
|
||||
* Updated translations:
|
||||
gl (Ignacio Casal Quinteiro)
|
||||
sq (Laurent Dhima)
|
||||
|
Loading…
Reference in New Issue
Block a user