|
|
|
@ -1,12 +1,12 @@
|
|
|
|
|
%global framework kcontacts
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
|
Version: 15.12.0
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 15.12.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: The KContacts Library
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
URL: https://projects.kde.org/projects/kde/pim/%{framework}
|
|
|
|
|
URL: https://projects.kde.org/%{framework}
|
|
|
|
|
|
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
|
|
%if %{revision} >= 50
|
|
|
|
@ -25,7 +25,6 @@ BuildRequires: kf5-ki18n-devel >= 5.15
|
|
|
|
|
BuildRequires: kf5-kconfig-devel >= 5.15
|
|
|
|
|
BuildRequires: kf5-kcodecs-devel >= 5.15
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
@ -33,7 +32,6 @@ BuildRequires: kf5-kcodecs-devel >= 5.15
|
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: kf5-kcoreaddons-devel
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
|
developing applications that use %{name}.
|
|
|
|
@ -42,14 +40,16 @@ developing applications that use %{name}.
|
|
|
|
|
%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}
|
|
|
|
|
|
|
|
|
@ -64,13 +64,16 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_kf5_includedir}/kcontacts_version.h
|
|
|
|
|
%{_kf5_includedir}/KContacts
|
|
|
|
|
%{_kf5_includedir}/KContacts/
|
|
|
|
|
%{_kf5_libdir}/libKF5Contacts.so
|
|
|
|
|
%{_kf5_libdir}/cmake/KF5Contacts
|
|
|
|
|
%{_kf5_libdir}/cmake/KF5Contacts/
|
|
|
|
|
%{_kf5_archdatadir}/mkspecs/modules/qt_KContacts.pri
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Feb 06 2016 Rex Dieter <rdieter@fedoraproject.org> 15.12.1-1
|
|
|
|
|
- 15.12.1
|
|
|
|
|
|
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 15.12.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|