package created using the webbuild interface [release 1.21-1mamba;Thu Jul 02 2020]
This commit is contained in:
parent
80be26cd5f
commit
d97de6839c
48
phonesim.spec
Normal file
48
phonesim.spec
Normal file
@ -0,0 +1,48 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user