From: Fridrich S. <str...@us...> - 2008-11-28 15:09:29
|
Update of /cvsroot/libwpg/perfectspot In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9173 Modified Files: CMakeLists.txt perfectspot.spec Log Message: Branching off the stable branch STABLE-0-1-0 and porting perfectspot to the recent libwpg changes Index: CMakeLists.txt =================================================================== RCS file: /cvsroot/libwpg/perfectspot/CMakeLists.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- CMakeLists.txt 9 Oct 2007 13:37:16 -0000 1.3 +++ CMakeLists.txt 28 Nov 2008 15:09:15 -0000 1.4 @@ -10,7 +10,7 @@ include(FindLibWpd) include(FindLibWpg) -include_directories(${LIBWPD_INCLUDE_DIR}/libwpd-0.8 ${LIBWPG_INCLUDE_DIR}/libwpg-0.1) +include_directories(${LIBWPD_INCLUDE_DIR}/libwpd-0.9 ${LIBWPG_INCLUDE_DIR}/libwpg-0.2) set(QT_MIN_VERSION "4.1.0") find_package(Qt4 REQUIRED) @@ -28,9 +28,9 @@ # for making a source tarball # note: adjust version and package filename before making a release set(CPACK_PACKAGE_VERSION_MAJOR "0") -set(CPACK_PACKAGE_VERSION_MINOR "0") -set(CPACK_PACKAGE_VERSION_PATCH "1") -set(CPACK_SOURCE_PACKAGE_FILE_NAME "perfectspot-0.0.1") +set(CPACK_PACKAGE_VERSION_MINOR "2") +set(CPACK_PACKAGE_VERSION_PATCH "0") +set(CPACK_SOURCE_PACKAGE_FILE_NAME "perfectspot-0.2.0") set(CPACK_PACKAGE_NAME ${PROGNAME}) set(CPACK_SOURCE_GENERATOR "TGZ") #set(CPACK_PACKAGE_VENDOR "libwpg.sf.net") Index: perfectspot.spec =================================================================== RCS file: /cvsroot/libwpg/perfectspot/perfectspot.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- perfectspot.spec 10 Jul 2008 22:24:25 -0000 1.4 +++ perfectspot.spec 28 Nov 2008 15:09:15 -0000 1.5 @@ -6,13 +6,13 @@ Name: perfectspot BuildRequires: cmake libqt4-devel BuildRequires: gcc-c++, libstdc++-devel, pkgconfig -BuildRequires: libwpg-devel >= 0.1.0 -BuildRequires: libwpd-devel >= 0.8.0 +BuildRequires: libwpg-devel >= 0.2.0 +BuildRequires: libwpd-devel >= 0.2.0 URL: http://libwpg.sourceforge.net License: GPL v2 or later Group: Productivity/Graphics/Viewers Summary: WordPerfect Graphics Viewer -Version: 0.0.1 +Version: 0.2.0 Release: 1 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: perfectspot-%{version}.tar.gz |