Accepting request 101207 from home:vuntz:branches:GNOME:Factory
Update to 3.3.2 OBS-URL: https://build.opensuse.org/request/show/101207 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/yelp-tools?expand=0&rev=12
This commit is contained in:
parent
e659ad80ff
commit
c2d070a5d0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4a0563abb3a3142ea07686ab6b42c257f657e55ab8b39ae5c9a176ea6414b6e4
|
|
||||||
size 200854
|
|
3
yelp-tools-3.3.2.tar.xz
Normal file
3
yelp-tools-3.3.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fa7d27612ca8c10734def48d315f69182819c140147f4be3b71db8195d1091cd
|
||||||
|
size 194944
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 23 19:24:46 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.3.2:
|
||||||
|
+ yelp.m4: Custom distdir target to work around "Argument list
|
||||||
|
too long"
|
||||||
|
- Add xz BuildRequires because we can't build a package for a
|
||||||
|
xz-compressed tarball without explicitly specifying that... See
|
||||||
|
bnc#697467 for more details.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 22 09:37:11 UTC 2011 - vuntz@opensuse.org
|
Thu Dec 22 09:37:11 UTC 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yelp-tools
|
# spec file for package yelp-tools
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,18 +15,21 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: yelp-tools
|
Name: yelp-tools
|
||||||
Version: 3.3.1
|
Version: 3.3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Collection of utilities to help create documentation
|
Summary: Collection of utilities to help create documentation
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
Url: http://projects.gnome.org/yelp/
|
Url: http://projects.gnome.org/yelp/
|
||||||
Source: http://download.gnome.org/sources/yelp-tools/3.3/%{name}-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/yelp-tools/3.3/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: itstool
|
BuildRequires: itstool
|
||||||
BuildRequires: libxml2
|
BuildRequires: libxml2
|
||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
||||||
|
BuildRequires: xz
|
||||||
BuildRequires: pkgconfig(yelp-xsl)
|
BuildRequires: pkgconfig(yelp-xsl)
|
||||||
Requires: itstool
|
Requires: itstool
|
||||||
Requires: libxml2
|
Requires: libxml2
|
||||||
|
Loading…
Reference in New Issue
Block a user