diff --git a/.gitignore b/.gitignore index aa066d5..79d3372 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1 @@ -/kaccounts-integration-15.03.90.tar.xz -/kaccounts-integration-15.03.95.tar.xz -/kaccounts-integration-15.04.0.tar.xz -/kaccounts-integration-15.04.1.tar.xz -/kaccounts-integration-15.04.2.tar.xz -/kaccounts-integration-15.04.3.tar.xz -/kaccounts-integration-15.08.0.tar.xz +/kaccounts-integration-15.08.1.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index abfb2e0..ccf9350 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,8 +1,8 @@ #global with_akonadi 1 Name: kaccounts-integration -Version: 15.08.0 -Release: 1%{?dist} +Version: 15.08.1 +Release: 0.1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://projects.kde.org/projects/kde/kdenetwork/kaccounts-integration @@ -47,7 +47,6 @@ across the KDE desktop. %package devel Summary: Development files for accounts-qt -Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} Requires: qt5-qtbase-devel%{?_isa} Requires: kf5-kcoreaddons-devel%{?_isa} @@ -57,17 +56,20 @@ Requires: signon-devel%{?_isa} %description devel Headers, development libraries and documentation for %{name}. + %prep %setup -q -n kaccounts-integration-%{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} @@ -83,17 +85,22 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_kf5_qtplugindir}/kded_accounts.so %{_kf5_datadir}/kservices5/kded/accounts.desktop %{_kf5_libdir}/libkaccounts.so.* -%{_kf5_qmldir}/org/kde/kaccounts +%{_kf5_qmldir}/org/kde/kaccounts/ %if 0%{?with_akonadi} %{_kf5_qtplugindir}/kaccounts/daemonplugins/kaccounts_akonadi_plugin.so %endif %files devel %{_kf5_libdir}/libkaccounts.so -%{_kf5_libdir}/cmake/KAccounts -%{_includedir}/KAccounts +%{_kf5_libdir}/cmake/KAccounts/ +%{_includedir}/KAccounts/ + %changelog +* Mon Sep 28 2015 Rex Dieter - 15.08.1-1 +- 15.08.1 +- .spec cosmetics + * Thu Aug 20 2015 Than Ngo - 15.08.0-1 - 15.08.0 diff --git a/sources b/sources index 570c019..d3dc2d2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -594b1e65f6d223bf6ccef38b8afa5111 kaccounts-integration-15.08.0.tar.xz +e27071a5e2724f759ad7ed189ea407c9 kaccounts-integration-15.08.1.tar.xz