Compare commits

..

No commits in common. "main" and "3.14.1-1mamba" have entirely different histories.

2 changed files with 9 additions and 23 deletions

View File

@ -1,3 +1,4 @@
# yelp-tools
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.

View File

@ -1,34 +1,31 @@
%define MAJver %(echo %version | cut -d. -f1)
Name: yelp-tools
Version: 42.1
Version: 3.14.1
Release: 1mamba
Summary: Scripts and build utilities for Yelp
Group: Development/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://wiki.gnome.org/
Source: https://download.gnome.org/sources/yelp-tools/%{MAJver}/yelp-tools-%{version}.tar.xz
URL: http://live.gnome.org
Source: ftp://ftp.gnome.org/pub/gnome/sources/yelp-tools/3.14/yelp-tools-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%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.
#% debug_package
%prep
%setup -q
%build
%meson
%meson_build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%meson_install
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -41,24 +38,12 @@ yelp-tools is a collection of scripts and build utilities to help create, manage
%{_datadir}/aclocal/yelp.m4
%dir %{_datadir}/yelp-tools
%dir %{_datadir}/yelp-tools/templates
%{_datadir}/yelp-tools/templates/*
%{_datadir}/yelp-tools/templates/task.page
%dir %{_datadir}/yelp-tools/xslt
%{_datadir}/yelp-tools/xslt/*.xsl
%doc AUTHORS COPYING
%changelog
* Mon Oct 31 2022 Automatic Build System <autodist@mambasoft.it> 42.1-1mamba
- automatic version update by autodist
* Sun Apr 03 2022 Automatic Build System <autodist@mambasoft.it> 42.0-1mamba
- automatic version update by autodist
* Sun Sep 19 2021 Automatic Build System <autodist@mambasoft.it> 41.0-1mamba
- automatic version update by autodist
* Sat Mar 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 40.0-1mamba
- update to 40.0
* Fri Oct 17 2014 Automatic Build System <autodist@mambasoft.it> 3.14.1-1mamba
- automatic version update by autodist