packages: yelp-xsl/yelp-xsl.spec (NEW) - new

megabajt megabajt at pld-linux.org
Sun Mar 13 15:08:05 CET 2011


Author: megabajt                     Date: Sun Mar 13 14:08:05 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/yelp-xsl:
   yelp-xsl.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/yelp-xsl/yelp-xsl.spec
diff -u /dev/null packages/yelp-xsl/yelp-xsl.spec:1.1
--- /dev/null	Sun Mar 13 15:08:05 2011
+++ packages/yelp-xsl/yelp-xsl.spec	Sun Mar 13 15:08:00 2011
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+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
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2011/03/13 14:08:00  megabajt
+- new
+
================================================================


More information about the pld-cvs-commit mailing list