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:
parent
dddb313183
commit
46421d33d1
2443
yelp-xsl-update-jquery-syntax.patch
Normal file
2443
yelp-xsl-update-jquery-syntax.patch
Normal file
File diff suppressed because one or more lines are too long
@ -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
|
Tue Apr 26 14:05:53 UTC 2011 - fcrozat@novell.com
|
||||||
|
|
||||||
|
@ -21,10 +21,12 @@
|
|||||||
Name: yelp-xsl
|
Name: yelp-xsl
|
||||||
Version: 3.0.1
|
Version: 3.0.1
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv2+, LGPLv2.1+
|
License: GPLv2+, LGPLv2.1+, MIT
|
||||||
Summary: XSL stylesheets for the yelp help browser
|
Summary: XSL stylesheets for the yelp help browser
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Source: %{name}-%{version}.tar.bz2
|
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: intltool
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(libxslt)
|
BuildRequires: pkgconfig(libxslt)
|
||||||
@ -37,8 +39,11 @@ This package contains XSL stylesheets that are used by the yelp help browser.
|
|||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
#needed by patch0
|
||||||
|
autoreconf
|
||||||
%configure
|
%configure
|
||||||
%__make %{?_smp_mflags}
|
%__make %{?_smp_mflags}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user