packages: libdbi/libdbi.spec - for time being use tetex deps and disable do...

hawk hawk at pld-linux.org
Tue Apr 20 08:52:32 CEST 2010


Author: hawk                         Date: Tue Apr 20 06:52:32 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- for time being use tetex deps and disable doc for Titanium
- release 3

---- Files affected:
packages/libdbi:
   libdbi.spec (1.39 -> 1.40) 

---- Diffs:

================================================================
Index: packages/libdbi/libdbi.spec
diff -u packages/libdbi/libdbi.spec:1.39 packages/libdbi/libdbi.spec:1.40
--- packages/libdbi/libdbi.spec:1.39	Thu Feb 25 11:31:27 2010
+++ packages/libdbi/libdbi.spec	Tue Apr 20 08:52:27 2010
@@ -2,10 +2,14 @@
 #
 # Conditional build:
 %bcond_without	static_libs	# don't build static library
-%bcond_without	doc			# don't build documentation
+%if "%{pld_release}" == "ti"
+%bcond_with	doc		# don't build documentation
+%else
+%bcond_without	doc		# don't build documentation
+%endif
 
 %define		subver	20090420
-%define		rel		2
+%define		rel		3
 Summary:	Database Independent Abstraction Layer for C
 Summary(pl.UTF-8):	Warstwa DBI dla C
 Name:		libdbi
@@ -24,10 +28,16 @@
 %if %{with doc}
 BuildRequires:	docbook-dtd41-sgml
 BuildRequires:	jadetex
+%if "%{pld_release}" == "ti"
+BuildRequires:	tetex-fonts-ams
+BuildRequires:	tetex-fonts-stmaryrd
+BuildRequires:	tetex-fonts-type1-urw
+%else
 BuildRequires:	texlive-fonts-ams
 BuildRequires:	texlive-fonts-stmaryrd
 BuildRequires:	texlive-fonts-type1-urw
 %endif
+%endif
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -140,6 +150,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.40  2010/04/20 06:52:27  hawk
+- for time being use tetex deps and disable doc for Titanium
+- release 3
+
 Revision 1.39  2010/02/25 10:31:27  glen
 - cosmetics, builds without doc; rel 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libdbi/libdbi.spec?r1=1.39&r2=1.40&f=u



More information about the pld-cvs-commit mailing list