]> git.pld-linux.org Git - packages/pugixml.git/commitdiff
- updated to 1.10 auto/th/pugixml-1.10-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 15 Dec 2019 20:08:16 +0000 (21:08 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 15 Dec 2019 20:08:16 +0000 (21:08 +0100)
- removed obsolete pc patch

pugixml-pc.patch [deleted file]
pugixml.spec

diff --git a/pugixml-pc.patch b/pugixml-pc.patch
deleted file mode 100644 (file)
index 522d414..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
---- pugixml-1.9/CMakeLists.txt.orig    2018-04-04 16:53:16.000000000 +0200
-+++ pugixml-1.9/CMakeLists.txt 2018-12-01 21:26:48.544256728 +0100
-@@ -55,11 +55,6 @@
- set_target_properties(pugixml PROPERTIES VERSION 1.9 SOVERSION 1)
- get_target_property(PUGIXML_VERSION_STRING pugixml VERSION)
--if(BUILD_PKGCONFIG)
--      # Install library into its own directory under LIBDIR
--      set(INSTALL_SUFFIX /pugixml-${PUGIXML_VERSION_STRING})
--endif()
--
- target_include_directories(pugixml PUBLIC
-       $<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}/src>
-       $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}${INSTALL_SUFFIX}>)
-@@ -73,7 +68,7 @@
- if(BUILD_PKGCONFIG)
-       configure_file(scripts/pugixml.pc.in ${PROJECT_BINARY_DIR}/pugixml.pc @ONLY)
--      install(FILES ${PROJECT_BINARY_DIR}/pugixml.pc DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/pkgconfig)
-+      install(FILES ${PROJECT_BINARY_DIR}/pugixml.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
- endif()
- if(BUILD_TESTS)
---- pugixml-1.8/scripts/pugixml.pc.in.orig     1970-01-01 01:00:00.000000000 +0100
-+++ pugixml-1.8/scripts/pugixml.pc.in  2017-02-25 14:44:49.164006784 +0100
-@@ -1,7 +1,7 @@
- prefix=@CMAKE_INSTALL_PREFIX@
- exec_prefix=${prefix}
--includedir=${prefix}/include/pugixml-@PUGIXML_VERSION_STRING@
--libdir=${exec_prefix}/lib/pugixml-@PUGIXML_VERSION_STRING@
-+includedir=${prefix}/include
-+libdir=@CMAKE_INSTALL_LIBDIR@
- Name: pugixml
- Description: Light-weight, simple and fast XML parser for C++ with XPath support.
index b4495cd6b7d8248e4f14932fe8b61a0f409f7b23..5cc2402b93b81702f3ac3251bcb575e32953145e 100644 (file)
@@ -5,15 +5,14 @@
 Summary:       C++ XML processing library
 Summary(pl.UTF-8):     Biblioteka C++ do przetwarzania XML-a
 Name:          pugixml
-Version:       1.9
+Version:       1.10
 Release:       1
 License:       MIT
 Group:         Libraries
 #Source0Download: http://pugixml.org/
 Source0:       http://github.com/zeux/pugixml/releases/download/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 7286ee2ed11376b6b780ced19fae0b64
+# Source0-md5: f97237e9908201c6d8536210747b66af
 Patch0:                longlong.patch
-Patch1:                %{name}-pc.patch
 URL:           http://pugixml.org/
 BuildRequires: cmake >= 2.8.12
 BuildRequires: libstdc++-devel
@@ -66,13 +65,11 @@ Statyczna biblioteka pugixml.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 install -d build
 cd build
 %cmake .. \
-       -DBUILD_PKGCONFIG=ON \
        -DBUILD_SHARED_LIBS=ON
 cd ..
 
This page took 0.151012 seconds and 4 git commands to generate.