standardize the specfile [release 5.9.0-2mamba;Sun Apr 26 2015]
This commit is contained in:
parent
5c42b15d13
commit
8b71cf742b
@ -1,8 +1,9 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: kglobalaccel
|
||||
Version: 5.9.0
|
||||
Release: 1mamba
|
||||
Summary: Global desktop keyboard shortcuts
|
||||
Release: 2mamba
|
||||
Summary: KDE Frameworks 5 global desktop keyboard shortcuts
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
@ -17,6 +18,24 @@ BuildRequires: libqt5-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: rpm-macros-kde5
|
||||
BuildRequires: libQt5Core
|
||||
BuildRequires: libQt5DBus
|
||||
BuildRequires: libQt5Gui
|
||||
BuildRequires: libQt5Widgets
|
||||
BuildRequires: libQt5X11Extras
|
||||
BuildRequires: libQt5Test
|
||||
BuildRequires: libkconfig-devel
|
||||
BuildRequires: libkcoreaddons-devel
|
||||
BuildRequires: libkcrash-devel
|
||||
BuildRequires: libkdbusaddons-devel
|
||||
BuildRequires: libki18n-devel
|
||||
BuildRequires: libkwindowsystem-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: gettext
|
||||
BuildRequires: python
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
@ -34,6 +53,12 @@ KGlobalAccel allows you to have global accelerators that are independent of the
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: libkconfig-devel
|
||||
Requires: libkcoreaddons-devel
|
||||
Requires: libkcrash-devel
|
||||
Requires: libkdbusaddons-devel
|
||||
Requires: libki18n-devel
|
||||
Requires: libkwindowsystem-devel
|
||||
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
@ -44,14 +69,14 @@ This package contains libraries and header files for developing applications tha
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake -d build
|
||||
%cmake_kde5 -d build
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
%find_lang %{name} || touch %{name}.lang
|
||||
%find_lang kglobalaccel5_qt --with-qt --all-name || touch kglobalaccel5_qt.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -59,29 +84,32 @@ This package contains libraries and header files for developing applications tha
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files -n lib%{name}
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libKF5GlobalAccel.so.*
|
||||
%{_bindir}/kglobalaccel5
|
||||
%{_datadir}/kservices5/kglobalaccel5.desktop
|
||||
%{_kde5_bindir}/kglobalaccel5
|
||||
%{_kde5_datadir}/kservices5/kglobalaccel5.desktop
|
||||
%{_datadir}/dbus-1/interfaces/kf5_org.kde.*.xml
|
||||
%{_datadir}/dbus-1/services/org.kde.kglobalaccel.service
|
||||
%{_datadir}/dbus-1/interfaces/kf5_org.kde.KGlobalAccel.xml
|
||||
%{_datadir}/dbus-1/interfaces/kf5_org.kde.kglobalaccel.Component.xml
|
||||
%{_datadir}/locale/*/LC_MESSAGES/kglobalaccel5*.qm
|
||||
%{_datadir}/locale/*/LC_MESSAGES/kglobalaccel5.qm
|
||||
|
||||
%files -n lib%{name} -f kglobalaccel5_qt.lang
|
||||
%defattr(-,root,root)
|
||||
%{_kde5_libdir}/libKF5GlobalAccel.so.*
|
||||
%doc COPYING.LIB
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/KF5/KGlobalAccel
|
||||
%{_includedir}/KF5/KGlobalAccel/*
|
||||
%{_includedir}/KF5/kglobalaccel_version.h
|
||||
%dir %{_libdir}/cmake/KF5GlobalAccel
|
||||
%{_libdir}/cmake/KF5GlobalAccel/KF5GlobalAccel*.cmake
|
||||
%{_libdir}/libKF5GlobalAccel.so
|
||||
/usr/mkspecs/modules/qt_KGlobalAccel.pri
|
||||
%{_kde5_includedir}/KGlobalAccel
|
||||
%{_kde5_includedir}/kglobalaccel_version.h
|
||||
%{_kde5_libdir}/cmake/KF5GlobalAccel
|
||||
%{_kde5_libdir}/libKF5GlobalAccel.so
|
||||
%{_kde5_mkspecsdir}/qt_KGlobalAccel.pri
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Sun Apr 26 2015 Davide Madrisan <davide.madrisan@gmail.com> 5.9.0-2mamba
|
||||
- standardize the specfile
|
||||
|
||||
* Wed Apr 15 2015 Automatic Build System <autodist@mambasoft.it> 5.9.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user