This commit is contained in:
committed by
Git OBS Bridge
parent
fa95c0f980
commit
69c8422124
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 1 18:52:15 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Bump to 4.97.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 8 02:18:18 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
Name: kf5-filesystem
|
||||
Url: http://www.kde.org
|
||||
Version: 4.96.0
|
||||
Version: 4.97.0
|
||||
Release: 0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: KF5 Directory Layout
|
||||
@@ -28,8 +28,6 @@ Obsoletes: kf5
|
||||
Obsoletes: kf5-devel
|
||||
Source0: macros.kf5
|
||||
Source1: COPYING
|
||||
#BuildRequires: libqt5-qtbase-common-devel
|
||||
#Requires: libqt5-qtbase-common-devel
|
||||
|
||||
%description
|
||||
This package installs the KF5 directory structure.
|
||||
@@ -60,9 +58,9 @@ install -D -m644 %{SOURCE1} %{buildroot}%{_docdir}/kf5-filesystem/COPYING
|
||||
%define _kf5_cmakedir %{_kf5_libdir}/cmake
|
||||
%define _kf5_mkspecsdir %{_kf5_libdir}/qt5/mkspecs/modules
|
||||
# Until all interfaces are renamed
|
||||
%define _kf5_dbusinterfacesdir %{_kf5_datadir}/dbus-1/interfaces/kf5
|
||||
%define _kf5_dbusinterfacesdir %{_kf5_datadir}/dbus-1/interfaces
|
||||
%define _kf5_configdir %{_kf5_sysconfdir}/xdg
|
||||
%define _kf5_applicationsdir %{_kf5_sharedir}/applications/kde5
|
||||
%define _kf5_applicationsdir %{_kf5_sharedir}/applications
|
||||
%define _kf5_iconsdir %{_kf5_sharedir}/icons
|
||||
%define _kf5_wallpapersdir %{_kf5_sharedir}/wallpapers
|
||||
%define _kf5_appsdir %{_kf5_datadir}
|
||||
@@ -89,7 +87,6 @@ mkdir -p %{buildroot}%{_kf5_dbusinterfacesdir}
|
||||
mkdir -p %{buildroot}%{_kf5_servicesdir}
|
||||
mkdir -p %{buildroot}%{_kf5_servicetypesdir}
|
||||
mkdir -p %{buildroot}%{_kf5_datadir}/applications
|
||||
mkdir -p %{buildroot}%{_kf5_datadir}/applications/kde5
|
||||
mkdir -p %{buildroot}%{_kf5_configdir}
|
||||
mkdir -p %{buildroot}%{_kf5_datadir}/kf5widgets
|
||||
mkdir -p %{buildroot}%{_kf5_datadir}/kf5widgets/pics
|
||||
@@ -129,7 +126,7 @@ mkdir -p %{buildroot}%{_kf5_datadir}/icons/oxygen/scalable/status/small/{16x16,2
|
||||
%dir %{_kf5_datadir}/kde5
|
||||
%dir %{_kf5_servicesdir}
|
||||
%dir %{_kf5_servicetypesdir}
|
||||
%dir %{_kf5_datadir}/applications/kde5
|
||||
%dir %{_kf5_datadir}/applications
|
||||
%dir %{_kf5_configdir}
|
||||
%dir %{_kf5_datadir}/kf5widgets
|
||||
%dir %{_kf5_datadir}/kf5widgets/pics
|
||||
|
@@ -14,10 +14,9 @@
|
||||
%_kf5_qmldir %{_kf5_libdir}/qt5/qml
|
||||
%_kf5_cmakedir %{_kf5_libdir}/cmake
|
||||
%_kf5_mkspecsdir %{_kf5_libdir}/qt5/mkspecs/modules
|
||||
# Until all interfaces are renamed
|
||||
%_kf5_dbusinterfacesdir %{_kf5_datadir}/dbus-1/interfaces/kf5
|
||||
%_kf5_dbusinterfacesdir %{_kf5_datadir}/dbus-1/interfaces
|
||||
%_kf5_configdir %{_kf5_sysconfdir}/xdg
|
||||
%_kf5_applicationsdir %{_kf5_sharedir}/applications/kde5
|
||||
%_kf5_applicationsdir %{_kf5_sharedir}/applications
|
||||
%_kf5_iconsdir %{_kf5_sharedir}/icons
|
||||
%_kf5_wallpapersdir %{_kf5_sharedir}/wallpapers
|
||||
%_kf5_appsdir %{_kf5_datadir}
|
||||
@@ -26,7 +25,7 @@
|
||||
%_kf5_servicetypesdir %{_kf5_sharedir}/kde5/servicetypes
|
||||
%_kf5_htmldir %{_kf5_sharedir}/doc/HTML
|
||||
|
||||
%_kf5_version 4.96.0
|
||||
%_kf5_version 4.97.0
|
||||
|
||||
%_kf5_build_type release
|
||||
|
||||
@@ -52,7 +51,7 @@
|
||||
-DQML_INSTALL_DIR=%{_kf5_qmldir} \\\
|
||||
-DIMPORTS_INSTALL_DIR=%{_kf5_importdir} \\\
|
||||
-DECM_MKSPECS_INSTALL_DIR=%{_kf5_mkspecsdir} \\\
|
||||
-DDBUS_INTERFACES_INSTALL_DIR=share/dbus-1/interfaces/kf5 \\\
|
||||
-DDBUS_INTERFACES_INSTALL_DIR=share/dbus-1/interfaces \\\
|
||||
-DBUILD_TESTING=OFF \\\
|
||||
$bdir %* \
|
||||
%{nil}
|
||||
|
Reference in New Issue
Block a user