Accepting request 70481 from home:fcrozat:branches:GNOME:Factory

- Add yelp-xsl-update-jquery-syntax.patch: Update jquery.syntax to
  3.0 release, which is MIT licensed.  bnc#693971 bgo#650308
- Update License tag to add MIT license.
- Call autoreconf, needed by yelp-xsl-update-jquery-syntax.patch.

OBS-URL: https://build.opensuse.org/request/show/70481
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/yelp-xsl?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2011-05-17 16:19:22 +00:00 committed by Git OBS Bridge
parent dddb313183
commit 46421d33d1
3 changed files with 2457 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue May 17 15:23:46 UTC 2011 - fcrozat@suse.com
- Add yelp-xsl-update-jquery-syntax.patch: Update jquery.syntax to
3.0 release, which is MIT licensed. bnc#693971 bgo#650308
- Update License tag to add MIT license.
- Call autoreconf, needed by yelp-xsl-update-jquery-syntax.patch.
-------------------------------------------------------------------
Tue Apr 26 14:05:53 UTC 2011 - fcrozat@novell.com

View File

@ -21,10 +21,12 @@
Name: yelp-xsl
Version: 3.0.1
Release: 1
License: GPLv2+, LGPLv2.1+
License: GPLv2+, LGPLv2.1+, MIT
Summary: XSL stylesheets for the yelp help browser
Group: System/Libraries
Source: %{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM yelp-xsl-update-jquery-syntax.patch bnc#693971 bgo#650308 fcrozat@suse.com -- update jquery.syntax to latest version (from git)
Patch0: yelp-xsl-update-jquery-syntax.patch
BuildRequires: intltool
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(libxslt)
@ -37,8 +39,11 @@ This package contains XSL stylesheets that are used by the yelp help browser.
%lang_package
%prep
%setup -q
%patch0 -p1
%build
#needed by patch0
autoreconf
%configure
%__make %{?_smp_mflags}