]> git.pld-linux.org Git - packages/pdflib.git/commitdiff
- install tcl module in architecture-dependant tcl directory (makes difference on...
authorJacek Konieczny <jajcus@pld-linux.org>
Tue, 30 Dec 2003 20:16:57 +0000 (20:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pdflib.spec -> 1.54

pdflib.spec

index 668e5077c4c7f6d461adf96d793e8d864603d581..7db0f09596eb9f12a92ba11a14f9cc66942f91d4 100644 (file)
@@ -27,6 +27,8 @@ BuildRequires:        tcl-devel
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define tcl_ver %(echo `echo "puts [info tclversion]" | tclsh`)
+
 %description
 PDFlib is a C library for generating PDF files. It offers a graphics
 API with support for drawing, text, fonts, images, and hypertext. Call
@@ -123,6 +125,7 @@ Statyczna biblioteka pdflib.
        --with-perl=%{__perl} \
        --with-perlincl=%{perl_archlib}/CORE \
        --with-tcl=%{_bindir}/tclsh \
+       --with-tclpkg=%{_libdir}/tcl%{tcl_ver} \
        --with-zlib \
        --with-pnglib \
        --with-tifflib
This page took 0.094728 seconds and 4 git commands to generate.