From 398ec0a30be1668d0532a02c6882ce1f634b4068 Mon Sep 17 00:00:00 2001 From: Björn Esser Date: Aug 30 2013 08:56:27 +0000 Subject: new upstream version --- diff --git a/.gitignore b/.gitignore index aedcdfe..4a406bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ +*~ *.rpm *.tar* -result_*/ -/libyui-3.0.4-37f6bc2.tar.gz -/libyui-3.0.5-4d4bf96.tar.gz +results_*/ diff --git a/libyui.spec b/libyui.spec index 434fdbd..e1f6577 100644 --- a/libyui.spec +++ b/libyui.spec @@ -7,8 +7,8 @@ #%%global no_ui_dep 1 Name: lib%{libsuffix} -Version: 3.0.9 -Release: 2%{?dist} +Version: 3.0.10 +Release: 1%{?dist} Summary: GUI-abstraction library License: (LGPLv2 or LGPLv3) and MIT @@ -76,12 +76,10 @@ a changelog and some brief examples how to build a UI using %{name}. %build mkdir -p build -cd build +pushd build %cmake ..\ -DPREFIX=%{_prefix} \ -DLIB_DIR=%{_libdir} \ - -DDOC_DIR=%{_defaultdocdir} \ - -DDOC_SUBDIR=%{name}-%{version} \ -DCMAKE_BUILD_TYPE=RELEASE \ -DRESPECT_FLAGS=ON make %{?_smp_mflags} @@ -89,7 +87,7 @@ make %{?_smp_mflags} docs %install -cd build +pushd build %make_install install -m0755 -d %{buildroot}%{_libdir}/%{libsuffix} @@ -113,16 +111,16 @@ rm -rf ../html/*.m* %files %doc COPYING* -%{_libdir}/lib*.so.%{major_so_ver}* +%{_libdir}/%{name}.so.%{major_so_ver}* %dir %{_libdir}/%{libsuffix} %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/theme %files devel -%{_libdir}/lib*.so +%{_libdir}/%{name}.so %{_libdir}/pkgconfig/%{name}.pc -%{_libdir}/cmake/ +%{_libdir}/cmake %files devel-common @@ -134,6 +132,9 @@ rm -rf ../html/*.m* %doc COPYING* ChangeLog *.pdf examples/ html/ %changelog +* Fri Aug 30 2013 Björn Esser - 3.0.10-1 +- new upstream version + * Tue Jul 30 2013 Petr Machata - 3.0.9-2 - Rebuild for boost 1.54.0 diff --git a/sources b/sources index b070ddd..c20db78 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cc2bd25c86131e9577350710c0e81ad2 libyui-3.0.9.tar.gz +c2fdaac58cfad64caf89b7a6a458d407 libyui-3.0.10.tar.gz