From abdc306745bbc5cd73cc2a36e74835cf1f1b5d5d81205217d336e83e46fa3dad Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Mon, 5 Sep 2011 16:22:43 +0000 Subject: [PATCH] Accepting request 81003 from home:vuntz:branches:GNOME:Factory New package OBS-URL: https://build.opensuse.org/request/show/81003 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/yelp-tools?expand=0&rev=1 --- .gitattributes | 23 ++++++++++++++ .gitignore | 1 + yelp-tools-3.1.5.tar.bz2 | 3 ++ yelp-tools.changes | 5 +++ yelp-tools.spec | 67 ++++++++++++++++++++++++++++++++++++++++ 5 files changed, 99 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 yelp-tools-3.1.5.tar.bz2 create mode 100644 yelp-tools.changes create mode 100644 yelp-tools.spec 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-tools-3.1.5.tar.bz2 b/yelp-tools-3.1.5.tar.bz2 new file mode 100644 index 0000000..1c925bf --- /dev/null +++ b/yelp-tools-3.1.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99df1ed811379de4b5dc4965000eca0fbcb849567c3cb93e400521b9c39b2479 +size 193722 diff --git a/yelp-tools.changes b/yelp-tools.changes new file mode 100644 index 0000000..69c49b8 --- /dev/null +++ b/yelp-tools.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Mon Sep 5 15:05:33 UTC 2011 - vuntz@opensuse.org + +- Initial package, version 3.1.5. + diff --git a/yelp-tools.spec b/yelp-tools.spec new file mode 100644 index 0000000..3bd4e5a --- /dev/null +++ b/yelp-tools.spec @@ -0,0 +1,67 @@ +# +# spec file for package yelp-tools +# +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# 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-tools +Version: 3.1.5 +Release: 1 +License: GPL-2.0+ +Summary: Collection of utilities to help create documentation +Url: http://projects.gnome.org/yelp/ +Group: Development/Tools/Other +Source: http://files.itstool.org/itstool/%{name}-%{version}.tar.bz2 +BuildRequires: itstool +BuildRequires: libxml2 +BuildRequires: libxslt +BuildRequires: pkg-config +BuildRequires: pkgconfig(yelp-xsl) +Requires: itstool +Requires: libxml2 +Requires: libxslt +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch + +%description +yelp-tools is a collection of scripts and build utilities to help create, +manage, and publish documentation for Yelp and the web. Most of the heavy +lifting is done by packages like yelp-xsl and itstool. This package just +wraps things up in a developer-friendly way. + +%prep +%setup -q + +%build +%configure +make %{?_smp_mflags} + +%install +%make_install + +%clean +%{?buildroot:%__rm -rf %{buildroot}} + +%files +%defattr(-,root,root) +%doc AUTHORS ChangeLog COPYING COPYING.GPL NEWS README +%{_bindir}/yelp-build +%{_bindir}/yelp-check +%{_bindir}/yelp-new +%{_datadir}/aclocal/yelp.m4 +%{_datadir}/yelp-tools/ + +%changelog