SPECS: pangoxsl.spec (NEW) - new

qboosh qboosh at pld-linux.org
Fri Oct 21 22:52:53 CEST 2005


Author: qboosh                       Date: Fri Oct 21 20:52:53 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   pangoxsl.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/pangoxsl.spec
diff -u /dev/null SPECS/pangoxsl.spec:1.1
--- /dev/null	Fri Oct 21 22:52:53 2005
+++ SPECS/pangoxsl.spec	Fri Oct 21 22:52:47 2005
@@ -0,0 +1,77 @@
+# $Revision$, $Date$
+Summary:	Additional XSL properties for Pango
+Summary(pl):	Dodatkowe właściwości XSL dla Pango
+Name:		pangoxsl
+Version:	1.6.0.1
+Release:	1
+License:	LGPL v2+
+Group:		Libraries
+Source0:	http://dl.sourceforge.net/pangopdf/%{name}-%{version}.tar.gz
+# Source0-md5:	3c2b9b3b77c9b725a2914db90f61f24b
+URL:		http://pangopdf.sourceforge.net/
+BuildRequires:	glib2-devel >= 1:2.4.0
+BuildRequires:	gtk-doc >= 1.0
+BuildRequires:	pango-devel >= 1.6
+BuildRequires:	pkgconfig
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Additional XSL properties for Pango.
+
+%description -l pl
+Dodatkowe właściwości XSL dla Pango.
+
+%package devel
+Summary:	Header files for pangoxsl library
+Summary(pl):	Pliki nagłówkowe biblioteki pangoxsl
+Group:		Development/Libraries
+Requires:	%{name} = %{version}
+Requires:	pango-devel >= 1.6
+
+%description devel
+Header files for pangoxsl library.
+
+%description devel -l pl
+Pliki nagłówkowe biblioteki pangoxsl.
+
+%prep
+%setup -q
+
+%build
+%configure \
+	--with-html-dir=%{_gtkdocdir}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_libdir}/libpangoxsl-*.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libpangoxsl-*.so
+%{_libdir}/libpangoxsl-*.la
+%{_includedir}/pangoxsl
+%{_pkgconfigdir}/pangoxsl.pc
+%{_gtkdocdir}/pangoxsl
+
+%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  2005/10/21 20:52:47  qboosh
+- new
================================================================



More information about the pld-cvs-commit mailing list