summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Banasiak2011-03-13 14:08:00 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit3507b7a61e53d0ab95ef2e638bae791a5feed7f4 (patch)
tree130b4c24b2e1d68dc21091b1c72ecab4da3d16d7
downloadyelp-xsl-3507b7a61e53d0ab95ef2e638bae791a5feed7f4.zip
yelp-xsl-3507b7a61e53d0ab95ef2e638bae791a5feed7f4.tar.gz
- new
Changed files: yelp-xsl.spec -> 1.1
-rw-r--r--yelp-xsl.spec55
1 files changed, 55 insertions, 0 deletions
diff --git a/yelp-xsl.spec b/yelp-xsl.spec
new file mode 100644
index 0000000..8da8067
--- /dev/null
+++ b/yelp-xsl.spec
@@ -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