cosmetics, update URL, use %license

epel9
Rex Dieter 9 years ago
parent 4b7ad5452c
commit a534d542bd

10
.gitignore vendored

@ -1,11 +1 @@
/kxmlrpcclient-5.8.0.tar.xz
/kxmlrpcclient-5.9.0.tar.xz
/kxmlrpcclient-5.10.0.tar.xz
/kxmlrpcclient-5.11.0.tar.xz
/kxmlrpcclient-5.12.0.tar.xz
/kxmlrpcclient-5.13.0.tar.xz
/kxmlrpcclient-5.14.0.tar.xz
/kxmlrpcclient-5.15.0.tar.xz
/kxmlrpcclient-5.16.0.tar.xz
/kxmlrpcclient-5.17.0.tar.xz
/kxmlrpcclient-5.18.0.tar.xz /kxmlrpcclient-5.18.0.tar.xz

@ -2,11 +2,11 @@
Name: kf5-%{framework} Name: kf5-%{framework}
Version: 5.18.0 Version: 5.18.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: KDE Frameworks 5 Tier 3 library for interaction with XML RPC services Summary: KDE Frameworks 5 Tier 3 library for interaction with XML RPC services
License: LGPLv2+ and BSD License: LGPLv2+ and BSD
URL: https://projects.kde.org/projects/frameworks/kxmlrpcclient URL: https://projects.kde.org/kxmlrpcclient
%global versiondir %(echo %{version} | cut -d. -f1-2) %global versiondir %(echo %{version} | cut -d. -f1-2)
%global revision %(echo %{version} | cut -d. -f3) %global revision %(echo %{version} | cut -d. -f3)
@ -17,12 +17,11 @@ URL: https://projects.kde.org/projects/frameworks/kxmlrpcclient
%endif %endif
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
BuildRequires: kf5-rpm-macros >= %{version}
BuildRequires: extra-cmake-modules >= %{version} BuildRequires: extra-cmake-modules >= %{version}
BuildRequires: qt5-qtbase-devel
BuildRequires: kf5-ki18n-devel >= %{version} BuildRequires: kf5-ki18n-devel >= %{version}
BuildRequires: kf5-kio-devel >= %{version} BuildRequires: kf5-kio-devel >= %{version}
BuildRequires: kf5-rpm-macros >= %{version}
BuildRequires: qt5-qtbase-devel
Requires: kf5-filesystem >= %{version} Requires: kf5-filesystem >= %{version}
@ -33,7 +32,6 @@ KDE Frameworks 5 Tier 3 library for interaction with XML RPC services.
Summary: Development files for %{name} Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: kf5-kio-devel >= %{version} Requires: kf5-kio-devel >= %{version}
%description devel %description devel
The %{name}-devel package contains libraries and header files for The %{name}-devel package contains libraries and header files for
developing applications that use %{name}. developing applications that use %{name}.
@ -42,16 +40,19 @@ 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}
%find_lang kxmlrpcclient5_qt --with-qt --all-name %find_lang kxmlrpcclient5_qt --with-qt --all-name
@ -59,17 +60,22 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%files -f kxmlrpcclient5_qt.lang %files -f kxmlrpcclient5_qt.lang
%doc COPYING.BSD README.md %doc README.md
%license COPYING.BSD
%{_kf5_libdir}/libKF5XmlRpcClient.so.* %{_kf5_libdir}/libKF5XmlRpcClient.so.*
%files devel %files devel
%{_kf5_includedir}/kxmlrpcclient_version.h %{_kf5_includedir}/kxmlrpcclient_version.h
%{_kf5_includedir}/KXmlRpcClient %{_kf5_includedir}/KXmlRpcClient/
%{_kf5_libdir}/libKF5XmlRpcClient.so %{_kf5_libdir}/libKF5XmlRpcClient.so
%{_kf5_libdir}/cmake/KF5XmlRpcClient %{_kf5_libdir}/cmake/KF5XmlRpcClient/
%{_kf5_archdatadir}/mkspecs/modules/qt_KXmlRpcClient.pri %{_kf5_archdatadir}/mkspecs/modules/qt_KXmlRpcClient.pri
%changelog %changelog
* Thu Jan 14 2016 Rex Dieter <rdieter@fedoraproject.org> 5.18.0-2
- cosmetics, update URL, use %%license
* Sun Jan 03 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 5.18.0-1 * Sun Jan 03 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 5.18.0-1
- KDE Frameworks 5.18.0 - KDE Frameworks 5.18.0

Loading…
Cancel
Save