]> git.pld-linux.org Git - packages/yelp-xsl.git/commitdiff
- new
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sun, 13 Mar 2011 14:08:00 +0000 (14:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    yelp-xsl.spec -> 1.1

yelp-xsl.spec [new file with mode: 0644]

diff --git a/yelp-xsl.spec b/yelp-xsl.spec
new file mode 100644 (file)
index 0000000..8da8067
--- /dev/null
@@ -0,0 +1,55 @@
+Summary:       XSL stylesheets for the Yelp help browser
+Summary(pl.UTF-8):     Arkusze styli XSL dla przeglądarki pomocy Yelp
+Name:          yelp-xsl
+Version:       2.91.91
+Release:       1
+License:       LGPL v2+
+Group:         Libraries
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/yelp-xsl/2.91/%{name}-%{version}.tar.bz2
+# Source0-md5: 2610a8cc4507a5e5b7acf67f81c1711b
+URL:           http://projects.gnome.org/yelp/
+BuildRequires: autoconf
+BuildRequires: automake >= 1:1.10
+BuildRequires: gettext-devel
+BuildRequires: intltool >= 0.40.0
+BuildRequires: libxml2-devel >= 1:2.6.12
+BuildRequires: libxslt-devel >= 1.1.8
+BuildRequires: pkgconfig
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package contains XSL stylesheets that are used by the Yelp help
+browser.
+
+%description -l pl.UTF-8
+Ten pakiet zawiera arkusze styli, które są używane przez przeglądarkę
+pomocy Yelp.
+
+%prep
+%setup -q
+
+%build
+%{__intltoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__automake}
+%configure \
+       --enable-doc
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang yelp-xsl
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f yelp-xsl.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%{_datadir}/yelp-xsl
+%{_npkgconfigdir}/yelp-xsl.pc
This page took 0.145447 seconds and 4 git commands to generate.