]> git.pld-linux.org Git - packages/ebook-tools.git/commitdiff
- fix 64bit build auto/th/ebook-tools-0_1_1-1 auto/ti/ebook-tools-0_1_1-1
authorshadzik <shadzik@pld-linux.org>
Fri, 20 Jun 2008 19:14:04 +0000 (19:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- add patch0

Changed files:
    ebook-tools.spec -> 1.8

ebook-tools.spec

index 2cfe9bdc948c52846cffa1bb260e592042d82a1e..90884f3041752f8bcfde88606bee111a3e3199dc 100644 (file)
@@ -7,6 +7,7 @@ License:        GPL v3
 Group:         X11/Libraries
 Source0:       http://dl.sourceforge.net/ebook-tools/%{name}-%{version}.tar.gz
 # Source0-md5: 15946af6f946eabe8247cdef9ada2b88
+Patch0:                %{name}-lib64.patch
 URL:           http://sourceforge.net/projects/ebook-tools
 BuildRequires: cmake
 BuildRequires: libzip-devel
@@ -35,12 +36,16 @@ Pakiet ten zawiera pliki nagłówkowe do ebook-tools.
 
 %prep
 %setup -q
+%patch0 -p0
 
 %build
 install -d build
 cd build
 %cmake \
        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+%if "%{_lib}" == "lib64"
+       -DLIB_SUFFIX=64 \
+%endif
        ../
 %{__make}
 
This page took 0.081027 seconds and 4 git commands to generate.