From ad8f72f408c6b9a487bfc9aff8f26f479be988cb Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 20:00:47 +0100 Subject: [PATCH] automatic version update by autodist [release 3.10.1-1mamba;Mon Oct 28 2013] --- README.md | 4 +++ yelp-xsl.spec | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 86 insertions(+) create mode 100644 yelp-xsl.spec diff --git a/README.md b/README.md index 6a7dd26..1b04aeb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # yelp-xsl +yelp-xsl is a collection of programs and data files to help you build, maintain, and distribute documentation. +It provides XSLT stylesheets that can be built upon for help viewers and publishing systems. +These stylesheets output JavaScript and CSS content, and reference images provided by yelp-xsl. + diff --git a/yelp-xsl.spec b/yelp-xsl.spec new file mode 100644 index 0000000..30acef8 --- /dev/null +++ b/yelp-xsl.spec @@ -0,0 +1,82 @@ +Name: yelp-xsl +Version: 3.10.1 +Release: 1mamba +Summary: XSLT stylesheets for help viewers and publishing systems +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Stefano Cotta Ramusino +URL: http://projects.gnome.org/yelp +Source: http://ftp.gnome.org/pub/GNOME/sources/yelp-xsl/%{majorminor}/yelp-xsl-%{version}.tar.xz +License: GPL, LGPL, MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: pkgconfig +## AUTOBUILDREQ-END +BuildRequires: itstool +BuildRequires: intltool +BuildRequires: perl-XML-Parser +BuildRequires: libxml2-devel +BuildRequires: libxslt-devel +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +yelp-xsl is a collection of programs and data files to help you build, maintain, and distribute documentation. +It provides XSLT stylesheets that can be built upon for help viewers and publishing systems. +These stylesheets output JavaScript and CSS content, and reference images provided by yelp-xsl. + +%package devel +Summary: Devel package for %{name} +Group: Development/Libraries +Requires: pkgconfig +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description devel +yelp-xsl is a collection of programs and data files to help you build, maintain, and distribute documentation. +It provides XSLT stylesheets that can be built upon for help viewers and publishing systems. +These stylesheets output JavaScript and CSS content, and reference images provided by yelp-xsl. + +This package contains pkgconfig file need for development. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_datadir}/yelp-xsl/ +%doc AUTHORS COPYING COPYING.GPL COPYING.LGPL + +%files devel +%defattr(-,root,root) +%{_datadir}/pkgconfig/yelp-xsl.pc +%doc NEWS README + +%changelog +* Mon Oct 28 2013 Automatic Build System 3.10.1-1mamba +- automatic version update by autodist + +* Tue May 14 2013 Automatic Build System 3.8.1-1mamba +- automatic version update by autodist + +* Thu Mar 28 2013 Automatic Build System 3.8.0-1mamba +- automatic version update by autodist + +* Mon Oct 15 2012 Automatic Build System 3.6.1-1mamba +- automatic version update by autodist + +* Mon Oct 08 2012 Automatic Build System 3.6.0-1mamba +- automatic version update by autodist + +* Tue Jul 03 2012 Stefano Cotta Ramusino 3.4.2-1mamba +- package created by autospec