packages: ebook-tools/ebook-tools-lib64.patch, ebook-tools/ebook-tools.spec...

qboosh qboosh at pld-linux.org
Sat Sep 25 20:00:40 CEST 2010


Author: qboosh                       Date: Sat Sep 25 18:00:40 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 0.2.1
- updated lib64 patch

---- Files affected:
packages/ebook-tools:
   ebook-tools-lib64.patch (1.1 -> 1.2) , ebook-tools.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: packages/ebook-tools/ebook-tools-lib64.patch
diff -u packages/ebook-tools/ebook-tools-lib64.patch:1.1 packages/ebook-tools/ebook-tools-lib64.patch:1.2
--- packages/ebook-tools/ebook-tools-lib64.patch:1.1	Fri Jun 20 21:13:47 2008
+++ packages/ebook-tools/ebook-tools-lib64.patch	Sat Sep 25 20:00:35 2010
@@ -2,8 +2,8 @@
 +++ src/libepub/CMakeLists.txt-new	2008-06-20 21:09:54.824756750 +0200
 @@ -4,5 +4,5 @@
  
- set_target_properties (epub PROPERTIES VERSION 0.1.1 SOVERSION 0)
+ set_target_properties (epub PROPERTIES VERSION 0.2.1 SOVERSION 0)
  
 -install ( TARGETS epub RUNTIME DESTINATION bin LIBRARY DESTINATION lib ARCHIVE DESTINATION lib )
 +install ( TARGETS epub RUNTIME DESTINATION bin LIBRARY DESTINATION lib${LIB_SUFFIX} ARCHIVE DESTINATION lib${LIB_SUFFIX} )
- install ( FILES epub.h epub_shared.h DESTINATION include )
+ install ( FILES epub.h epub_shared.h epub_version.h DESTINATION include )

================================================================
Index: packages/ebook-tools/ebook-tools.spec
diff -u packages/ebook-tools/ebook-tools.spec:1.10 packages/ebook-tools/ebook-tools.spec:1.11
--- packages/ebook-tools/ebook-tools.spec:1.10	Wed Dec  2 02:21:22 2009
+++ packages/ebook-tools/ebook-tools.spec	Sat Sep 25 20:00:35 2010
@@ -1,15 +1,15 @@
 # $Revision$, $Date$
-Summary:	tools for accessing and converting ebook file formats
-Summary(pl.UTF-8):	tools for accessing and converting ebook file formats
+Summary:	Tools for accessing and converting ebook file formats
+Summary(pl.UTF-8):	Narzędzia do odczytu i konwersji formatów plików ebooków
 Name:		ebook-tools
-Version:	0.1.1
-Release:	2
+Version:	0.2.1
+Release:	1
 License:	GPL v3
 Group:		X11/Libraries
-Source0:	http://dl.sourceforge.net/ebook-tools/%{name}-%{version}.tar.gz
-# Source0-md5:	15946af6f946eabe8247cdef9ada2b88
+Source0:	http://downloads.sourceforge.net/ebook-tools/%{name}-%{version}.tar.gz
+# Source0-md5:	cabbd2ef9148a61ca5f6e60ca63e6045
 Patch0:		%{name}-lib64.patch
-URL:		http://sourceforge.net/projects/ebook-tools
+URL:		http://ebook-tools.sourceforge.net/
 BuildRequires:	cmake
 BuildRequires:	libxml2-devel
 BuildRequires:	libzip-devel
@@ -21,20 +21,21 @@
 file formats.
 
 %description -l pl.UTF-8
-ebook-tools provides tools for accessing and converting various ebook
-file formats.
+Pakiet ebook-tools dostarcza narzędzia do odczytu i konwersji różnych
+formatów plików ebooków.
 
 %package devel
-Summary:	ebook-tools - header files
-Summary(pl.UTF-8):	ebook-tools - pliki nagłówkowe
+Summary:	ebook-tools - header files for libepub library
+Summary(pl.UTF-8):	ebook-tools - pliki nagłówkowe biblioteki libepub
 Group:		X11/Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 
 %description devel
-This package contains header files for ebook-tools.
+This package contains header files for ebook-tools libepub library.
 
 %description devel -l pl.UTF-8
-Pakiet ten zawiera pliki nagłówkowe do ebook-tools.
+Pakiet ten zawiera pliki nagłówkowe biblioteki libepub z pakietu
+ebook-tools.
 
 %prep
 %setup -q
@@ -43,14 +44,15 @@
 %build
 install -d build
 cd build
-%cmake \
+%cmake .. \
 	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
 	-DCMAKE_CXX_COMPILER_WORKS=1 \
 	-DCMAKE_CXX_COMPILER="%{__cc}" \
+	-DCMAKE_VERBOSE_MAKEFILE=1 \
 %if "%{_lib}" == "lib64"
-	-DLIB_SUFFIX=64 \
+	-DLIB_SUFFIX=64
 %endif
-	../
+
 %{__make}
 
 %install
@@ -69,14 +71,15 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/einfo
 %attr(755,root,root) %{_bindir}/lit2epub
-%attr(755,root,root) %ghost %{_libdir}/libepub.so.?
 %attr(755,root,root) %{_libdir}/libepub.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libepub.so.0
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libepub.so
 %{_includedir}/epub.h
 %{_includedir}/epub_shared.h
+%{_includedir}/epub_version.h
 
 %define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -84,6 +87,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2010/09/25 18:00:35  qboosh
+- updated to 0.2.1
+- updated lib64 patch
+
 Revision 1.10  2009/12/02 01:21:22  sparky
 - BR: libxml2-devel
 - trick cmake not to require unneeded c++ compiler
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ebook-tools/ebook-tools-lib64.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ebook-tools/ebook-tools.spec?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list