139 lines
4.2 KiB
RPMSpec
139 lines
4.2 KiB
RPMSpec
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
Name: solid
|
|
Version: 5.13.0
|
|
Release: 1mamba
|
|
Summary: KDE Frameworks 5 hardware abstraction framework
|
|
Group: Graphical Desktop/Libraries/KDE
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://www.kde.org
|
|
Source: http://download.kde.org/stable/frameworks/%{majver}/solid-%{version}.tar.xz
|
|
License: LGPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libqt5-devel
|
|
BuildRequires: libstdc++6-devel
|
|
BuildRequires: libudev-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: cmake
|
|
BuildRequires: extra-cmake-modules
|
|
BuildRequires: rpm-macros-kde5
|
|
BuildRequires: libQt5Core
|
|
BuildRequires: libQt5Xml
|
|
BuildRequires: libQt5DBus
|
|
BuildRequires: libQt5Widgets
|
|
#BuildRequires: Qt5LinguistTools
|
|
BuildRequires: libQt5Test
|
|
BuildRequires: libsystemd-devel
|
|
BuildRequires: udisks2-devel
|
|
BuildRequires: upower-devel
|
|
BuildRequires: bison
|
|
BuildRequires: flex
|
|
# MediaPlayerInfo: enables identification and querying of portable media players
|
|
# Runtime-only dependency of the udev solid backend.
|
|
# Support for m-p-i is included even if not found during build
|
|
Requires: media-player-info
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
#-- The following features have been disabled:
|
|
#
|
|
# * Solid::Job, WIP: Base class for Solid Asynchronous apis
|
|
# * Solid::PowerManagement, WIP: Freedesktop backend for the asyncrhonous api
|
|
# * Solid::PowerManagement, WIP: Freedesktop backend for the asyncrhonous api
|
|
|
|
# Note: that API is turned off deliberately (it's not ready yet)
|
|
|
|
%description
|
|
Solid is a device integration framework.
|
|
It provides a way of querying and interacting with hardware independently of the underlying operating system.
|
|
|
|
%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_kde5 -d build
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall -C build
|
|
|
|
%find_lang solid5_qt --with-qt --all-name || touch solid.lang
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post -n lib%{name} -p /sbin/ldconfig
|
|
%postun -n lib%{name} -p /sbin/ldconfig
|
|
|
|
%files -f solid5_qt.lang
|
|
%defattr(-,root,root)
|
|
%{_kde5_bindir}/solid-hardware5
|
|
|
|
%files -n lib%{name}
|
|
%defattr(-,root,root)
|
|
%{_kde5_libdir}/libKF5Solid.so.*
|
|
%{_kde5_qmldir}/org/kde/solid
|
|
%doc COPYING.LIB
|
|
|
|
%files -n lib%{name}-devel
|
|
%defattr(-,root,root)
|
|
%{_kde5_includedir}/Solid
|
|
%{_kde5_includedir}/solid_version.h
|
|
%{_kde5_libdir}/cmake/KF5Solid
|
|
%{_kde5_libdir}/libKF5Solid.so
|
|
%{_kde5_mkspecsdir}/qt_Solid.pri
|
|
%doc README.md TODO
|
|
|
|
%changelog
|
|
* Tue Aug 18 2015 Automatic Build System <autodist@mambasoft.it> 5.13.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jul 13 2015 Automatic Build System <autodist@mambasoft.it> 5.12.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jun 18 2015 Automatic Build System <autodist@mambasoft.it> 5.11.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon May 11 2015 Automatic Build System <autodist@mambasoft.it> 5.10.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Apr 25 2015 Davide Madrisan <davide.madrisan@gmail.com> 5.9.0-3mamba
|
|
- fix license and standardize the specfile
|
|
|
|
* Sat Apr 11 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.9.0-2mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Apr 11 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.9.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Mar 19 2015 Automatic Build System <autodist@mambasoft.it> 5.8.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Feb 22 2015 Automatic Build System <autodist@mambasoft.it> 5.7.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Feb 06 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.6.0-1mamba
|
|
- package created using the webbuild interface
|