cosmetics, -BR: cmake, update URL

epel8
Rex Dieter 9 years ago
parent b0aa9d613c
commit 58aa8ad400

3
.gitignore vendored

@ -1,4 +1 @@
/kservice-5.15.0.tar.xz
/kservice-5.16.0.tar.xz
/kservice-5.17.0.tar.xz
/kservice-5.18.0.tar.xz /kservice-5.18.0.tar.xz

@ -3,11 +3,11 @@
Name: kf5-%{framework} Name: kf5-%{framework}
Summary: KDE Frameworks 5 Tier 3 solution for advanced plugin and service introspection Summary: KDE Frameworks 5 Tier 3 solution for advanced plugin and service introspection
Version: 5.18.0 Version: 5.18.0
Release: 1%{?dist} Release: 2%{?dist}
# mixture of LGPLv2 and LGPLv2+ (mostly the latter) # mixture of LGPLv2 and LGPLv2+ (mostly the latter)
License: LGPLv2 License: LGPLv2
URL: https://projects.kde.org/projects/frameworks/kservice URL: https://projects.kde.org/kservice
%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)
@ -18,6 +18,7 @@ URL: https://projects.kde.org/projects/frameworks/kservice
%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
## downstream patches
# Fedora customizations to the menu categories # Fedora customizations to the menu categories
# adds the Administration menu from redhat-menus which equals System + Settings # adds the Administration menu from redhat-menus which equals System + Settings
# This prevents the stuff getting listed twice, under both System and Settings. # This prevents the stuff getting listed twice, under both System and Settings.
@ -28,9 +29,6 @@ Patch0: kservice-5.15.0-xdg-menu.patch
# hide that by default, make it qCDebug instead (of qCWarning) # hide that by default, make it qCDebug instead (of qCWarning)
Patch1: kservice-5.17.0-vfolder_spam.patch Patch1: kservice-5.17.0-vfolder_spam.patch
## upstream patches
BuildRequires: cmake
BuildRequires: extra-cmake-modules >= %{version} BuildRequires: extra-cmake-modules >= %{version}
BuildRequires: kf5-kconfig-devel >= %{version} BuildRequires: kf5-kconfig-devel >= %{version}
BuildRequires: kf5-kcoreaddons-devel >= %{version} BuildRequires: kf5-kcoreaddons-devel >= %{version}
@ -74,6 +72,7 @@ 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 kservice5_qt --with-man --with-qt --all-name %find_lang kservice5_qt --with-man --with-qt --all-name
mv %{buildroot}%{_kf5_sysconfdir}/xdg/menus/applications.menu %{buildroot}/%{_kf5_sysconfdir}/xdg/menus/kf5-applications.menu mv %{buildroot}%{_kf5_sysconfdir}/xdg/menus/applications.menu %{buildroot}/%{_kf5_sysconfdir}/xdg/menus/kf5-applications.menu
@ -105,6 +104,9 @@ mkdir -p %{buildroot}%{_kf5_datadir}/kservicetypes5
%changelog %changelog
* Thu Jan 14 2016 Rex Dieter <rdieter@fedoraproject.org> 5.18.0-2
- cosmetics, -BR: cmake, update URL
* 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