automatic version update by autodist [release 3.14.1-1mamba;Fri Oct 17 2014]
This commit is contained in:
parent
3bdfb430b5
commit
0622e0d857
@ -1,2 +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.
|
||||
|
||||
|
51
yelp-tools.spec
Normal file
51
yelp-tools.spec
Normal file
@ -0,0 +1,51 @@
|
||||
Name: yelp-tools
|
||||
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: 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.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%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
|
||||
%{_datadir}/yelp-tools/templates/task.page
|
||||
%dir %{_datadir}/yelp-tools/xslt
|
||||
%{_datadir}/yelp-tools/xslt/*.xsl
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%changelog
|
||||
* 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
|
Loading…
Reference in New Issue
Block a user