automatic version update by autodist [release 3.10.1-1mamba;Mon Oct 28 2013]
This commit is contained in:
parent
67161f281a
commit
ad8f72f408
@ -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.
|
||||
|
||||
|
82
yelp-xsl.spec
Normal file
82
yelp-xsl.spec
Normal file
@ -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 <stefano.cotta@openmamba.org>
|
||||
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 <autodist@mambasoft.it> 3.10.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue May 14 2013 Automatic Build System <autodist@mambasoft.it> 3.8.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 28 2013 Automatic Build System <autodist@mambasoft.it> 3.8.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Oct 15 2012 Automatic Build System <autodist@mambasoft.it> 3.6.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Oct 08 2012 Automatic Build System <autodist@mambasoft.it> 3.6.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jul 03 2012 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 3.4.2-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user