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

megabajt megabajt at pld-linux.org
Fri Sep 30 09:27:40 CEST 2011


Author: megabajt                     Date: Fri Sep 30 07:27:40 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: packages/yelp-tools/yelp-tools.spec
diff -u /dev/null packages/yelp-tools/yelp-tools.spec:1.1
--- /dev/null	Fri Sep 30 09:27:40 2011
+++ packages/yelp-tools/yelp-tools.spec	Fri Sep 30 09:27:35 2011
@@ -0,0 +1,62 @@
+# $Revision$, $Date$
+Summary:	Create, manage, and publish documentation for Yelp
+Name:		yelp-tools
+Version:	3.2.0
+Release:	1
+License:	GPL v2+
+Group:		Libraries
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/yelp-tools/3.2/%{name}-%{version}.tar.xz
+# Source0-md5:	417fcb9a8752baf3ccd25a82b35d7049
+URL:		http://projects.gnome.org/yelp/
+BuildRequires:	autoconf
+BuildRequires:	automake >= 1:1.9
+BuildRequires:	itstool
+BuildRequires:	libxml2-progs
+BuildRequires:	tar >= 1:1.22
+BuildRequires:	xz
+BuildRequires:	yelp-xsl
+Requires:	yelp-xsl
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%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
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/yelp-build
+%attr(755,root,root) %{_bindir}/yelp-check
+%attr(755,root,root) %{_bindir}/yelp-new
+%{_datadir}/aclocal/yelp.m4
+%{_datadir}/yelp-tools
+
+%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/09/30 07:27:35  megabajt
+- new
================================================================


More information about the pld-cvs-commit mailing list