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)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
|
||||||
Name: kglobalaccel
|
Name: kglobalaccel
|
||||||
Version: 5.9.0
|
Version: 5.9.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Global desktop keyboard shortcuts
|
Summary: KDE Frameworks 5 global desktop keyboard shortcuts
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
@ -17,6 +18,24 @@ BuildRequires: libqt5-devel
|
|||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
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}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -34,6 +53,12 @@ KGlobalAccel allows you to have global accelerators that are independent of the
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
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
|
%description -n lib%{name}-devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
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
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build
|
%cmake_kde5 -d build
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%makeinstall -C build
|
||||||
|
|
||||||
%find_lang %{name} || touch %{name}.lang
|
%find_lang kglobalaccel5_qt --with-qt --all-name || touch kglobalaccel5_qt.lang
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{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
|
%post -n lib%{name} -p /sbin/ldconfig
|
||||||
%postun -n lib%{name} -p /sbin/ldconfig
|
%postun -n lib%{name} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libKF5GlobalAccel.so.*
|
%{_kde5_bindir}/kglobalaccel5
|
||||||
%{_bindir}/kglobalaccel5
|
%{_kde5_datadir}/kservices5/kglobalaccel5.desktop
|
||||||
%{_datadir}/kservices5/kglobalaccel5.desktop
|
%{_datadir}/dbus-1/interfaces/kf5_org.kde.*.xml
|
||||||
%{_datadir}/dbus-1/services/org.kde.kglobalaccel.service
|
%{_datadir}/dbus-1/services/org.kde.kglobalaccel.service
|
||||||
%{_datadir}/dbus-1/interfaces/kf5_org.kde.KGlobalAccel.xml
|
%{_datadir}/locale/*/LC_MESSAGES/kglobalaccel5.qm
|
||||||
%{_datadir}/dbus-1/interfaces/kf5_org.kde.kglobalaccel.Component.xml
|
|
||||||
%{_datadir}/locale/*/LC_MESSAGES/kglobalaccel5*.qm
|
%files -n lib%{name} -f kglobalaccel5_qt.lang
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_kde5_libdir}/libKF5GlobalAccel.so.*
|
||||||
%doc COPYING.LIB
|
%doc COPYING.LIB
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/KF5/KGlobalAccel
|
%{_kde5_includedir}/KGlobalAccel
|
||||||
%{_includedir}/KF5/KGlobalAccel/*
|
%{_kde5_includedir}/kglobalaccel_version.h
|
||||||
%{_includedir}/KF5/kglobalaccel_version.h
|
%{_kde5_libdir}/cmake/KF5GlobalAccel
|
||||||
%dir %{_libdir}/cmake/KF5GlobalAccel
|
%{_kde5_libdir}/libKF5GlobalAccel.so
|
||||||
%{_libdir}/cmake/KF5GlobalAccel/KF5GlobalAccel*.cmake
|
%{_kde5_mkspecsdir}/qt_KGlobalAccel.pri
|
||||||
%{_libdir}/libKF5GlobalAccel.so
|
|
||||||
/usr/mkspecs/modules/qt_KGlobalAccel.pri
|
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Apr 15 2015 Automatic Build System <autodist@mambasoft.it> 5.9.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user