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