116 lines
3.4 KiB
RPMSpec
116 lines
3.4 KiB
RPMSpec
%define majver %(echo %version | cut -d. -f1-2)
|
|
Name: kservice
|
|
Version: 5.9.0
|
|
Release: 1mamba
|
|
Summary: Plugin framework for desktop services
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://www.kde.org
|
|
Source: http://download.kde.org/stable/frameworks/%{majver}/kservice-%{version}.tar.xz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: kconfig-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libkcoreaddons-devel
|
|
BuildRequires: libkcrash-devel
|
|
BuildRequires: libkdbusaddons-devel
|
|
BuildRequires: libki18n-devel
|
|
BuildRequires: libqt5-devel
|
|
BuildRequires: libstdc++6-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: cmake
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
KService provides a plugin framework for handling desktop services. Services can be applications or libraries. They can be bound to MIME types or handled by application specific code.
|
|
|
|
%package -n lib%{name}
|
|
Group: System/Libraries
|
|
Summary: Shared libraries for %{name}
|
|
|
|
%description -n lib%{name}
|
|
This package contains shared libraries for %{name}.
|
|
|
|
%package -n lib%{name}-devel
|
|
Group: Development/Libraries
|
|
Summary: Development files for %{name}
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description -n lib%{name}-devel
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%cmake -d build
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall -C build
|
|
|
|
mv %{buildroot}%{_sysconfdir}/xdg/menus/applications.menu %{buildroot}%{_sysconfdir}/xdg/menus/applications-kf5.menu
|
|
%find_lang kservice5
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post -n lib%{name} -p /sbin/ldconfig
|
|
%postun -n lib%{name} -p /sbin/ldconfig
|
|
|
|
%files -f kservice5.lang
|
|
%defattr(-,root,root)
|
|
%{_sysconfdir}/xdg/menus/applications-kf5.menu
|
|
%{_bindir}/kbuildsycoca5
|
|
%{_datadir}/kservicetypes5/application.desktop
|
|
%{_datadir}/kservicetypes5/kplugininfo.desktop
|
|
%{_mandir}/man8/desktoptojson.8*
|
|
%{_mandir}/man8/kbuildsycoca5.8*
|
|
%{_mandir}/it/man8/kbuildsycoca5.8*
|
|
%{_mandir}/nl/man8/desktoptojson.8*
|
|
%{_mandir}/nl/man8/kbuildsycoca5.8*
|
|
%{_mandir}/pt_BR/man8/desktoptojson.8*
|
|
%{_mandir}/pt_BR/man8/kbuildsycoca5.8*
|
|
%{_mandir}/sv/man8/desktoptojson.8*
|
|
%{_mandir}/sv/man8/kbuildsycoca5.8*
|
|
%{_mandir}/uk/man8/desktoptojson.8*
|
|
%{_mandir}/uk/man8/kbuildsycoca5.8*
|
|
%doc COPYING
|
|
|
|
%files -n lib%{name}
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libKF5Service.so.*
|
|
%doc COPYING.LIB
|
|
|
|
%files -n lib%{name}-devel
|
|
%defattr(-,root,root)
|
|
%dir %{_includedir}/KF5/KService
|
|
%{_includedir}/KF5/KService/*
|
|
%{_includedir}/KF5/kservice_version.h
|
|
%dir %{_libdir}/cmake/KF5Service
|
|
%{_libdir}/cmake/KF5Service/KF5Service*.cmake
|
|
%{_libdir}/libKF5Service.so
|
|
/usr/mkspecs/modules/qt_KService.pri
|
|
%doc README.md
|
|
|
|
%changelog
|
|
* Wed Apr 15 2015 Automatic Build System <autodist@mambasoft.it> 5.9.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Mar 22 2015 Automatic Build System <autodist@mambasoft.it> 5.8.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Mar 03 2015 Automatic Build System <autodist@mambasoft.it> 5.7.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Feb 14 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.6.0-1mamba
|
|
- package created using the webbuild interface
|