diff --git a/.gitignore b/.gitignore index 47b2a9a..da324b9 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /attica-5.9.0.tar.xz /attica-5.10.0.tar.xz /attica-5.11.0.tar.xz +/attica-5.12.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index baed7ba..533e027 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,13 +1,12 @@ %global framework attica Name: kf5-attica -Version: 5.11.0 -Release: 2%{?dist} +Version: 5.12.0 +Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API -Group: Development/Libraries License: LGPLv2+ -URL: http://www.kde.org +URL: https://projects.kde.org/projects/frameworks/attica %global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -30,7 +29,6 @@ API version 1.4. %package devel Summary: Development files for %{name} -Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} Requires: qt5-qtbase-devel @@ -41,14 +39,16 @@ Requires: qt5-qtbase-devel %prep %setup -q -n %{framework}-%{version} + %build -mkdir -p %{_target_platform} +mkdir %{_target_platform} pushd %{_target_platform} %{cmake_kf5} .. popd make %{?_smp_mflags} -C %{_target_platform} + %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} @@ -71,6 +71,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Jul 09 2015 Rex Dieter - 5.12.0-1 +- 5.12.0, update URL, .spec cosmetics + * Wed Jun 17 2015 Fedora Release Engineering - 5.11.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index d749ddd..6be3a75 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cf34c6fa2dcad71300592dd393920ff4 attica-5.11.0.tar.xz +f12d5f866690b0954dfaa963e971eb27 attica-5.12.0.tar.xz