]> git.pld-linux.org Git - packages/spdlog.git/commitdiff
- up to 1.12 auto/th/spdlog-1.12-1
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 9 Jun 2020 19:35:50 +0000 (21:35 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 9 Jun 2020 19:35:50 +0000 (21:35 +0200)
libdir.patch [new file with mode: 0644]
spdlog.spec

diff --git a/libdir.patch b/libdir.patch
new file mode 100644 (file)
index 0000000..fe012da
--- /dev/null
@@ -0,0 +1,14 @@
+--- spdlog-1.12/CMakeLists.txt~        2016-08-26 14:39:00.000000000 +0200
++++ spdlog-1.12/CMakeLists.txt 2020-06-09 21:34:36.160954731 +0200
+@@ -36,9 +36,9 @@
+ # * https://github.com/forexample/package-example\r
+ set(generated_dir "${CMAKE_CURRENT_BINARY_DIR}/generated")\r
\r
+-set(config_install_dir "lib/cmake/${PROJECT_NAME}")\r
++set(config_install_dir "lib${LIB_SUFFIX}/cmake/${PROJECT_NAME}")\r
+ set(include_install_dir "include")\r
+-set(pkgconfig_install_dir "lib/pkgconfig")\r
++set(pkgconfig_install_dir "lib${LIB_SUFFIX}/pkgconfig")\r
\r
+ set(version_config "${generated_dir}/${PROJECT_NAME}ConfigVersion.cmake")\r
+ set(project_config "${generated_dir}/${PROJECT_NAME}Config.cmake")\r
index 40274c1dbcd71d8d5942e958adc874ada8cbb2cd..c9e2710aacf08658e221c9f73c54b6c1b3c4d205 100644 (file)
@@ -1,13 +1,14 @@
 Summary:       Very fast C++ logging library
 Summary(pl.UTF-8):     Bardzo szybka biblioteka C++ do logowania
 Name:          spdlog
-Version:       0.16.1
+Version:       1.12
 Release:       1
 License:       MIT
 Group:         Development/Libraries
 #Source0Download: https://github.com/COMBINE-lab/spdlog/releases
 Source0:       https://github.com/COMBINE-lab/spdlog/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 5fc7dcdd9363b38b53e4705f5da9ca17
+# Source0-md5: e05894aef7494567b417328cee683a55
+Patch0:                libdir.patch
 URL:           https://github.com/COMBINE-lab/spdlog
 BuildRequires: cmake >= 3.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -34,6 +35,7 @@ logowania.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 install -d build
This page took 0.164971 seconds and 4 git commands to generate.