|
|
@ -1,12 +1,12 @@
|
|
|
|
%global framework syndication
|
|
|
|
%global framework syndication
|
|
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Version: 15.12.0
|
|
|
|
Version: 15.12.1
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: The Syndication Library
|
|
|
|
Summary: The Syndication Library
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+ and BSD
|
|
|
|
License: LGPLv2+ and BSD
|
|
|
|
URL: https://projects.kde.org/projects/kde/pim/%{framework}
|
|
|
|
URL: https://projects.kde.org/%{framework}
|
|
|
|
|
|
|
|
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
|
%if %{revision} >= 50
|
|
|
|
%if %{revision} >= 50
|
|
|
@ -37,14 +37,16 @@ developing applications that use %{name}.
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{framework}-%{version}
|
|
|
|
%setup -q -n %{framework}-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
mkdir -p %{_target_platform}
|
|
|
|
mkdir %{_target_platform}
|
|
|
|
pushd %{_target_platform}
|
|
|
|
pushd %{_target_platform}
|
|
|
|
%{cmake_kf5} ..
|
|
|
|
%{cmake_kf5} ..
|
|
|
|
popd
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
@ -58,13 +60,16 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%{_kf5_includedir}/syndication_version.h
|
|
|
|
%{_kf5_includedir}/syndication_version.h
|
|
|
|
%{_kf5_includedir}/Syndication
|
|
|
|
%{_kf5_includedir}/Syndication/
|
|
|
|
%{_kf5_libdir}/libKF5Syndication.so
|
|
|
|
%{_kf5_libdir}/libKF5Syndication.so
|
|
|
|
%{_kf5_libdir}/cmake/KF5Syndication
|
|
|
|
%{_kf5_libdir}/cmake/KF5Syndication/
|
|
|
|
%{_kf5_archdatadir}/mkspecs/modules/qt_Syndication.pri
|
|
|
|
%{_kf5_archdatadir}/mkspecs/modules/qt_Syndication.pri
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 15.12.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|