]> git.pld-linux.org Git - packages/Lunchbox.git/blobdiff - Lunchbox.spec
- up to 1.15.0
[packages/Lunchbox.git] / Lunchbox.spec
index a15234920345bd3126e75166c6399e81c4f622e0..affdaba2176d0c9eb441ba242af252af5b687d0b 100644 (file)
@@ -3,21 +3,20 @@
 %bcond_without apidocs         # do not build and package API docs
 %bcond_with    mpi             # MPI support
 %bcond_with    skv             # SKV (Scalable Key-Value Store) support
-#
+
 Summary:       Lunchbox - C++ library for multi-threading programming
 Summary(pl.UTF-8):     Lunchbox - biblioteka C++ do programowania wielowątkowego
 Name:          Lunchbox
-Version:       1.10.0
-Release:       5
+Version:       1.15.0
+Release:       1
 License:       LGPL v2.1
 Group:         Libraries
 Source0:       https://github.com/Eyescale/Lunchbox/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 3e01c3a2ddeeb7b3682e88092831d5a5
-Source1:       https://github.com/Eyescale/CMake/archive/139ce7d/Eyescale-CMake-139ce7d.tar.gz
-# Source1-md5: 4a6abcd9e0fc417528a8ca68a97e65eb
-Patch0:                disable-broken-cmakefiles.patch
-Patch1:                boost-1.57.0.patch
+# Source0-md5: 5d36a9eb706ab65572fd208574c187a2
+Patch2:                cxx.patch
 URL:           http://pogl.wordpress.com/category/lunchbox/
+BuildRequires: Eyescale-CMake >= 2016.04
+BuildRequires: Servus-devel >= 1.5.0
 BuildRequires: avahi-devel
 BuildRequires: boost-devel >= 1.41.0
 BuildRequires: cmake >= 2.8
@@ -68,6 +67,9 @@ Pliki nagłówkowe biblioteki Lunchbox.
 Summary:       Lunchbox API documentation
 Summary(pl.UTF-8):     Dokumentacja API biblioteki Lunchbox
 Group:         Documentation
+%if "%{_rpmversion}" >= "5"
+BuildArch:     noarch
+%endif
 
 %description apidocs
 API documentation for Lunchbox library.
@@ -76,13 +78,12 @@ API documentation for Lunchbox library.
 Dokumentacja API biblioteki Lunchbox.
 
 %prep
-%setup -q -a1
+%setup -q
 
-%{__mv} CMake-* CMake/common
+ln -s %{_datadir}/Eyescale-CMake CMake/common
 %{__rm} .gitexternals
 
-%patch0 -p1
-%patch1 -p1
+%patch2 -p1
 
 %build
 install -d build
@@ -113,15 +114,14 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ACKNOWLEDGEMENTS.txt AUTHORS.txt CHANGES.txt LICENSE.txt README.md doc/RelNotes.md
+%doc ACKNOWLEDGEMENTS.txt AUTHORS.txt CHANGES.txt LICENSE.txt README.md doc/Changelog.md
 %attr(755,root,root) %{_libdir}/libLunchbox.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libLunchbox.so.3
+%attr(755,root,root) %ghost %{_libdir}/libLunchbox.so.8
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libLunchbox.so
 %{_includedir}/lunchbox
-%{_pkgconfigdir}/Lunchbox.pc
 %dir %{_datadir}/Lunchbox
 %{_datadir}/Lunchbox/CMake
 
This page took 0.043703 seconds and 4 git commands to generate.