Import package

epel9
Dan Vrátil 10 years ago
parent a9c36e0f0b
commit d89eb9097f

1
.gitignore vendored

@ -0,0 +1 @@
/syndication-15.08.0.tar.xz

@ -0,0 +1,69 @@
%global framework syndication
Name: kf5-%{framework}
Version: 15.08.0
Release: 1%{?dist}
Summary: The Syndication Library
License: LGPLv2+ and BSD
URL: https://projects.kde.org/projects/kde/pim/%{framework}
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
%global stable unstable
%else
%global stable stable
%endif
Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{framework}-%{version}.tar.xz
BuildRequires: kf5-rpm-macros
BuildRequires: extra-cmake-modules
BuildRequires: qt5-qtbase-devel
BuildRequires: kf5-kio-devel >= 5.12
BuildRequires: kf5-kcodecs-devel >= 5.12
%description
%{summary}.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%setup -q -n %{framework}-%{version}
%build
mkdir -p %{_target_platform}
pushd %{_target_platform}
%{cmake_kf5} ..
popd
make %{?_smp_mflags} -C %{_target_platform}
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%license COPYING.LIB COPYING.BSD
%{_kf5_libdir}/libKF5Syndication.so.*
%files devel
%{_kf5_includedir}/syndication_version.h
%{_kf5_includedir}/Syndication
%{_kf5_libdir}/libKF5Syndication.so
%{_kf5_libdir}/cmake/KF5Syndication
%{_kf5_archdatadir}/mkspecs/modules/qt_Syndication.pri
%changelog
* Mon Aug 24 2015 Daniel Vrátil <dvratil@redhat.com> - 15.08.0-1
- Initial version

@ -0,0 +1 @@
f2309d08e4747aefd17bb22a8c2a9e06 syndication-15.08.0.tar.xz
Loading…
Cancel
Save