Updating link to change in openSUSE:Factory/gnome-doc-utils revision 23.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-doc-utils?expand=0&rev=a9bed3e119b8588b263c4be5fda4946e
This commit is contained in:
parent
165dd622f1
commit
ef450f9c79
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d6959969d95cc65f4de1a0892bd797401b93bd5cdd26a227920417e732a5071
|
||||
size 743630
|
3
gnome-doc-utils-0.17.4.tar.bz2
Normal file
3
gnome-doc-utils-0.17.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:39bb2de1dc38d586ba409851210ca7e628788f8bb9ee3dfb24577e6ed2a81f2a
|
||||
size 771127
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 25 13:43:08 CEST 2009 - vuntz@novell.com
|
||||
|
||||
- Update to version 0.17.4:
|
||||
+ Don't let "twocolumn" tables collapse in Mallard documents
|
||||
+ Use AC_MSG_* when checking for gnome-doc-utils, bgo#571300
|
||||
+ Work around buggy OpenSolaris awk
|
||||
+ Substantial changes to xml2po
|
||||
+ Work on xml2po Mallard mode
|
||||
+ Fix misspelling of 'description'
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 12 15:27:21 CEST 2009 - dominique-obs@leuenberger.net
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gnome-doc-utils (Version 0.17.3)
|
||||
# spec file for package gnome-doc-utils (Version 0.17.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -15,29 +15,28 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: gnome-doc-utils
|
||||
Version: 0.17.4
|
||||
Release: 1
|
||||
License: GPL v2 or later ; LGPL v2.1 or later
|
||||
Summary: A Collection of Documentation Utilities for GNOME
|
||||
Url: http://www.gnome.org
|
||||
Group: System/GUI/GNOME
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-doc-utils/0.8/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: docbook_4
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libxml2-python
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python
|
||||
License: GPL v2 or later ; LGPL v2.1 or later
|
||||
Group: System/GUI/GNOME
|
||||
Version: 0.17.3
|
||||
Release: 2
|
||||
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
|
||||
Url: http://www.gnome.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: translation-update-upstream
|
||||
Requires: %{name}-lang = %{version}
|
||||
Requires: libxml2-python
|
||||
Requires: libxslt
|
||||
Requires: %{name}-lang = %{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%py_requires
|
||||
%if %suse_version <= 1110
|
||||
%define python_sitelib %{py_sitedir}
|
||||
@ -108,10 +107,10 @@ make %{?jobs:-j%jobs} pkgconfigdir=%{_datadir}/pkgconfig
|
||||
%find_lang gnome-doc-mallard-spec %{name}.lang
|
||||
%find_lang gnome-doc-make %{name}.lang
|
||||
%find_lang gnome-doc-xslt %{name}.lang
|
||||
%fdupes $RPM_BUILD_ROOT
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user