packages: podofo/podofo.spec - updated to 0.8.1 - problem with bogus shared...
lisu
lisu at pld-linux.org
Wed Jul 14 13:36:36 CEST 2010
Author: lisu Date: Wed Jul 14 11:36:36 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 0.8.1
- problem with bogus shared library name fixed upstream
- adapter
---- Files affected:
packages/podofo:
podofo.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: packages/podofo/podofo.spec
diff -u packages/podofo/podofo.spec:1.4 packages/podofo/podofo.spec:1.5
--- packages/podofo/podofo.spec:1.4 Wed May 19 16:32:00 2010
+++ packages/podofo/podofo.spec Wed Jul 14 13:36:31 2010
@@ -6,12 +6,12 @@
Summary: Library to work with PDF files
Summary(pl.UTF-8): Biblioteka do obsługi PDF-ów
Name: podofo
-Version: 0.8.0
+Version: 0.8.1
Release: 1
License: LGPL
Group: Libraries
-Source0: http://dl.sourceforge.net/podofo/%{name}-%{version}.tar.gz
-# Source0-md5: b73b4f2f3525a2dcd632f5e0054cab63
+Source0: http://downloads.sourceforge.net/podofo/%{name}-%{version}.tar.gz
+# Source0-md5: 1d5cc8c03e2942266f96a7e8bf09dd0e
URL: http://podofo.sourceforge.net/
BuildRequires: cmake
%{?with_apidocs:BuildRequires: doxygen}
@@ -84,8 +84,8 @@
%package examples
Summary: PoDoFo examples
Summary(pl.UTF-8): Przykłady do PoDoFo
-Group: Development/Tools
-Requires: %{name} = %{version}-%{release}
+Group: Development/Tools
+Requires: %{name} = %{version}-%{release}
%description examples
PoDoFo examples.
@@ -100,16 +100,16 @@
install -d build
cd build
%cmake .. \
- -DCMAKE_INSTALL_PREFIX="%{_prefix}" \
- -DCMAKE_VERBOSE_MAKEFILE=ON \
- -DPODOFO_BUILD_SHARED:BOOL=TRUE \
- -DPODOFO_BUILD_STATIC:BOOL=TRUE \
- -DINSTALL_LIB_DIR=%{_lib} \
- -DINSTALL_LIBDATA_DIR=%{_libdir} \
+ -DCMAKE_INSTALL_PREFIX="%{_prefix}" \
+ -DCMAKE_VERBOSE_MAKEFILE=ON \
+ -DPODOFO_BUILD_SHARED:BOOL=TRUE \
+ -DPODOFO_BUILD_STATIC:BOOL=TRUE \
+ -DINSTALL_LIB_DIR=%{_lib} \
+ -DINSTALL_LIBDATA_DIR=%{_libdir} \
%if "%{_lib}" == "lib64"
-DWANT_LIB64=TRUE \
%endif
- %{?debug:-DCMAKE_BUILD_TYPE="Debug"}
+ %{?debug:-DCMAKE_BUILD_TYPE="Debug"}
%{__make}
cd ..
@@ -126,9 +126,6 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-# fix library (libpodofo.so. -> libpodofo.so.0.8.0)
-mv $RPM_BUILD_ROOT%{_libdir}/libpodofo.so{.,.0.8.0}
-
%clean
rm -rf $RPM_BUILD_ROOT
@@ -169,6 +166,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2010/07/14 11:36:31 lisu
+- updated to 0.8.1
+- problem with bogus shared library name fixed upstream
+- adapter
+
Revision 1.4 2010/05/19 14:32:00 lisu
- fix problem with bogus shared library name (was libpodofo.so.)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/podofo/podofo.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list