49 lines
1.2 KiB
RPMSpec
49 lines
1.2 KiB
RPMSpec
Name: phonesim
|
|
Version: 1.21
|
|
Release: 1mamba
|
|
Summary: Phone Simulator for modem testing
|
|
Group: System/Kernel and Hardware
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://git.kernel.org/pub/scm/network/ofono/phonesim.git
|
|
Source: https://git.kernel.org/pub/scm/network/ofono/phonesim.git/snapshot/phonesim-%{version}.tar.gz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: ldconfig
|
|
BuildRequires: libgcc
|
|
BuildRequires: libqt4-devel
|
|
BuildRequires: libstdc++6-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
Phone Simulator for modem testing.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
./bootstrap-configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/phonesim
|
|
%{_datadir}/phonesim/default.xml
|
|
%doc AUTHORS COPYING
|
|
|
|
%changelog
|
|
* Thu Jul 02 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.21-1mamba
|
|
- package created using the webbuild interface
|