2024-01-05 20:00:40 +01:00
|
|
|
%define MAJver %(echo %version | cut -d. -f1)
|
2024-01-05 20:00:40 +01:00
|
|
|
Name: yelp-tools
|
2024-01-05 20:00:41 +01:00
|
|
|
Version: 42.1
|
2024-01-05 20:00:40 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Scripts and build utilities for Yelp
|
|
|
|
Group: Development/Tools
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 20:00:41 +01:00
|
|
|
URL: https://wiki.gnome.org/
|
2024-01-05 20:00:40 +01:00
|
|
|
Source: https://download.gnome.org/sources/yelp-tools/%{MAJver}/yelp-tools-%{version}.tar.xz
|
2024-01-05 20:00:40 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%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.
|
|
|
|
|
2024-01-05 20:00:40 +01:00
|
|
|
#% debug_package
|
|
|
|
|
2024-01-05 20:00:40 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-01-05 20:00:40 +01:00
|
|
|
%meson
|
|
|
|
|
|
|
|
%meson_build
|
2024-01-05 20:00:40 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-05 20:00:40 +01:00
|
|
|
%meson_install
|
2024-01-05 20:00:40 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/yelp-build
|
|
|
|
%{_bindir}/yelp-check
|
|
|
|
%{_bindir}/yelp-new
|
|
|
|
%{_datadir}/aclocal/yelp.m4
|
|
|
|
%dir %{_datadir}/yelp-tools
|
|
|
|
%dir %{_datadir}/yelp-tools/templates
|
2024-01-05 20:00:40 +01:00
|
|
|
%{_datadir}/yelp-tools/templates/*
|
2024-01-05 20:00:40 +01:00
|
|
|
%dir %{_datadir}/yelp-tools/xslt
|
|
|
|
%{_datadir}/yelp-tools/xslt/*.xsl
|
|
|
|
%doc AUTHORS COPYING
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 20:00:41 +01:00
|
|
|
* Mon Oct 31 2022 Automatic Build System <autodist@mambasoft.it> 42.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:00:41 +01:00
|
|
|
* Sun Apr 03 2022 Automatic Build System <autodist@mambasoft.it> 42.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:00:41 +01:00
|
|
|
* Sun Sep 19 2021 Automatic Build System <autodist@mambasoft.it> 41.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:00:40 +01:00
|
|
|
* Sat Mar 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 40.0-1mamba
|
|
|
|
- update to 40.0
|
|
|
|
|
2024-01-05 20:00:40 +01:00
|
|
|
* Fri Oct 17 2014 Automatic Build System <autodist@mambasoft.it> 3.14.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Oct 12 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 3.14.0-1mamba
|
|
|
|
- package created using the webbuild interface
|