forked from pool/yelp-xsl
Accepting request 71151 from home:dimstar:branches:GNOME:Factory
Update to 3.1.1 - drop the patch again.. it is wrong OBS-URL: https://build.opensuse.org/request/show/71151 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/yelp-xsl?expand=0&rev=12
This commit is contained in:
parent
b31fdd4446
commit
c9b011e3be
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1c3ce3639b5a62b50d4c2580e84b35d62bdc215cbab2ac464d386d20328f42f0
|
|
||||||
size 694950
|
|
3
yelp-xsl-3.1.1.tar.bz2
Normal file
3
yelp-xsl-3.1.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e8c435e766679085d4350e35cf8ddd4b5929a90452cdcbd0cc01a55f52933a7d
|
||||||
|
size 688429
|
File diff suppressed because one or more lines are too long
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 24 08:57:15 CEST 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.1.1:
|
||||||
|
+ Improvements to the JS/CSS for videos and TTML
|
||||||
|
+ Changed gettext infrastructure, use itstool
|
||||||
|
+ Improvements and cleanup to DocBook code
|
||||||
|
+ Implemented experimental Mallard conditional processing
|
||||||
|
+ Updated to jQuery.syntax 3.0, custom layout file
|
||||||
|
+ Don't embed div in a tag for linkdivs
|
||||||
|
+ Added title attribute to HTML output for all links
|
||||||
|
+ Updated translations.
|
||||||
|
- Changes from version 3.0.2:
|
||||||
|
+ Updated translations.
|
||||||
|
- Drop yelp-xsl-update-jquery-syntax.patch: Included upstream.
|
||||||
|
- Add itstool BuildRequires.
|
||||||
|
- Drop the lang package: The .mo files are not used by anything;
|
||||||
|
the *.po are merged into the xml files (see bgo#650942).
|
||||||
|
- Obsolete the -lang package.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 17 15:23:46 UTC 2011 - fcrozat@suse.com
|
Tue May 17 15:23:46 UTC 2011 - fcrozat@suse.com
|
||||||
|
|
||||||
|
@ -19,37 +19,31 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yelp-xsl
|
Name: yelp-xsl
|
||||||
Version: 3.0.1
|
Version: 3.1.1
|
||||||
Release: 3
|
Release: 1
|
||||||
License: GPLv2+, LGPLv2.1+, MIT
|
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)
|
BuildRequires: itstool intltool
|
||||||
Patch0: yelp-xsl-update-jquery-syntax.patch
|
|
||||||
BuildRequires: intltool
|
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(libxslt)
|
BuildRequires: pkgconfig(libxslt)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Obsoletes: %{name}-lang < %{version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains XSL stylesheets that are used by the yelp help browser.
|
This package contains XSL stylesheets that are used by the yelp help browser.
|
||||||
|
|
||||||
|
|
||||||
%lang_package
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#needed by patch0
|
|
||||||
autoreconf
|
|
||||||
%configure
|
%configure
|
||||||
%__make %{?_smp_mflags}
|
%__make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
%find_lang %{name}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
@ -60,6 +54,4 @@ autoreconf
|
|||||||
# package for it.
|
# package for it.
|
||||||
%{_datadir}/pkgconfig/yelp-xsl.pc
|
%{_datadir}/pkgconfig/yelp-xsl.pc
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user