Dan Vrátil 21ced2f
Name:           kdecoration
Dan Vrátil 21ced2f
Summary:        A plugin-based library to create window decorations
Dan Vrátil 76db3d5
Version:        5.2.1
Dan Vrátil 4616f34
Release:        2%{?dist}
Dan Vrátil 21ced2f
Dan Vrátil 21ced2f
License:        LGPLv2
Dan Vrátil 21ced2f
URL:            https://projects.kde.org/projects/kde/workspace/kdecoration
Dan Vrátil 21ced2f
Dan Vrátil 21ced2f
%global revision %(echo %{version} | cut -d. -f3)
Dan Vrátil 21ced2f
%if %{revision} >= 50
Dan Vrátil 21ced2f
%global stable unstable
Dan Vrátil 21ced2f
%else
Dan Vrátil 21ced2f
%global stable stable
Dan Vrátil 21ced2f
%endif
Dan Vrátil 21ced2f
Source0:        http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz
Dan Vrátil 21ced2f
Dan Vrátil 21ced2f
BuildRequires:  extra-cmake-modules
Dan Vrátil 21ced2f
BuildRequires:  kf5-rpm-macros
Dan Vrátil 21ced2f
BuildRequires:  qt5-qtbase-devel
Dan Vrátil 21ced2f
Dan Vrátil 21ced2f
Requires:       kf5-filesystem
Dan Vrátil 21ced2f
Dan Vrátil 21ced2f
%description
Dan Vrátil 21ced2f
%{summary}.
Dan Vrátil 21ced2f
Dan Vrátil 21ced2f
%package devel
Dan Vrátil 21ced2f
Summary:        Developer files for %{name}
Dan Vrátil 21ced2f
Requires:       %{name}%{?_isa} = %{version}-%{release}
Dan Vrátil 21ced2f
Dan Vrátil 21ced2f
%description devel
Dan Vrátil 21ced2f
%{summary}.
Dan Vrátil 21ced2f
Dan Vrátil 21ced2f
Dan Vrátil 21ced2f
%prep
Dan Vrátil 21ced2f
%setup -q -n %{name}-%{version}
Dan Vrátil 21ced2f
Dan Vrátil 21ced2f
Dan Vrátil 21ced2f
%build
Dan Vrátil 21ced2f
# Cleanup includes mess, install everything into %%{_kf5_includedir}/KDecoration2
Dan Vrátil 21ced2f
sed -i "s/set(KDECORATION2_INCLUDEDIR \"\${CMAKE_INSTALL_INCLUDEDIR}\/KDecoration2\")/set(KDECORATION2_INCLUDEDIR \"\${KF5_INCLUDE_INSTALL_DIR}\/KDecoration2\")/" CMakeLists.txt
Dan Vrátil 21ced2f
Dan Vrátil 21ced2f
mkdir -p %{_target_platform}
Dan Vrátil 21ced2f
pushd %{_target_platform}
Dan Vrátil 21ced2f
%{cmake_kf5} ..
Dan Vrátil 21ced2f
popd
Dan Vrátil 21ced2f
Dan Vrátil 21ced2f
make %{?_smp_mflags} -C %{_target_platform}
Dan Vrátil 21ced2f
Dan Vrátil 21ced2f
Dan Vrátil 21ced2f
%install
Dan Vrátil 21ced2f
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
Dan Vrátil 21ced2f
Dan Vrátil 21ced2f
%post -p /sbin/ldconfig
Dan Vrátil 21ced2f
%postun -p /sbin/ldconfig
Dan Vrátil 21ced2f
Dan Vrátil 21ced2f
%files
Dan Vrátil 21ced2f
%doc COPYING.LIB
Dan Vrátil 21ced2f
%{_kf5_libdir}/libkdecorations2.so.*
Dan Vrátil 21ced2f
%{_kf5_libdir}/libkdecorations2private.so.*
Dan Vrátil 21ced2f
Dan Vrátil 21ced2f
%files devel
Dan Vrátil 21ced2f
%{_kf5_libdir}/libkdecorations2.so
Dan Vrátil 21ced2f
%{_kf5_libdir}/libkdecorations2private.so
Dan Vrátil 21ced2f
%{_kf5_libdir}/cmake/KDecoration2
Dan Vrátil 21ced2f
%{_kf5_includedir}/KDecoration2
Dan Vrátil 21ced2f
%{_kf5_includedir}/kdecoration2_version.h
Dan Vrátil 21ced2f
Dan Vrátil 21ced2f
%changelog
Dan Vrátil 4616f34
* Fri Feb 27 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.1-2
Dan Vrátil 4616f34
- Rebuild (GCC 5)
Dan Vrátil 4616f34
Dan Vrátil 76db3d5
* Tue Feb 24 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.1-1
Dan Vrátil 76db3d5
- Plasma 5.2.1
Dan Vrátil 76db3d5
Dan Vrátil 21ced2f
* Mon Jan 26 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.0-1
Dan Vrátil 21ced2f
- Plasma 5.2.0
Dan Vrátil 21ced2f
Dan Vrátil 21ced2f
* Tue Jan 20 2015 Daniel Vrátil <dvratil@redhat.com> - 5.1.95-2.beta
Dan Vrátil 21ced2f
- improved sed macro
Dan Vrátil 21ced2f
Dan Vrátil 21ced2f
* Mon Jan 12 2015 Daniel Vrátil <dvratil@redhat.com> - 5.1.95-1.beta
Dan Vrátil 21ced2f
- Plasma 5.1.95 Beta