commit 664955e86bd268737ade4174586d2e3fed9255ef85b8e21d8b22caf0c37962c7 Author: Vincent Untz Date: Fri Aug 6 08:33:57 2010 +0000 Accepting request 43241 from home:dimstar:branches:GNOME:Factory Copy from home:dimstar:branches:GNOME:Factory/yelp-xsl via accept of submit request 43241 revision 1. Request was accepted with message: thanks OBS-URL: https://build.opensuse.org/request/show/43241 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/yelp-xsl?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/yelp-xsl-2.31.5.tar.bz2 b/yelp-xsl-2.31.5.tar.bz2 new file mode 100644 index 0000000..058f2d5 --- /dev/null +++ b/yelp-xsl-2.31.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb1fe146d7e9f6caee78a67c72ebba052d3f4efd2c9ed9625f56072f494bef46 +size 618319 diff --git a/yelp-xsl.changes b/yelp-xsl.changes new file mode 100644 index 0000000..4bc7f38 --- /dev/null +++ b/yelp-xsl.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Mon Jul 19 07:45:49 UTC 2010 - dimstar@opensuse.org + +- Initial package of yelp-xsl, version 2.31.5. + diff --git a/yelp-xsl.spec b/yelp-xsl.spec new file mode 100644 index 0000000..6811e3d --- /dev/null +++ b/yelp-xsl.spec @@ -0,0 +1,59 @@ +# +# spec file for package yelp-xsl (version 2.31.5) +# +# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + +Name: yelp-xsl +Version: 2.31.5 +Release: 1.1 +License: GPLv2+, LGPLv2.1+ +Summary: XSL stylesheets for the yelp help browser +Group: System/Libraries +Source: %{name}-%{version}.tar.bz2 +BuildRequires: intltool +BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(libxslt) +BuildArch: noarch + +%description +This package contains XSL stylesheets that are used by the yelp help browser. + +%lang_package + +%prep +%setup -q + +%build +%configure +make + +%install +%makeinstall +%find_lang %{name} + +%files +%defattr(-, root, root) +%doc AUTHORS COPYING COPYING.GPL COPYING.LGPL +%doc %{_datadir}/yelp-xsl/xslt/docbook +%{_datadir}/yelp-xsl +# This needs to be observed. As long as it does not Require: anything +# we can probably leave it here without splitting a dummy -devel +# package for it. +%{_datadir}/pkgconfig/yelp-xsl.pc + +%files lang -f %{name}.lang + +%changelog