]> git.pld-linux.org Git - SPECS.git/blob - phonesim.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / phonesim.spec
1 Summary:        Phone Simulator for modem testing
2 Summary(pl.UTF-8):      Symulator telefonu do testowania modemów
3 Name:           phonesim
4 Version:        1.21
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        https://www.kernel.org/pub/linux/network/ofono/%{name}-%{version}.tar.xz
9 # Source0-md5:  c4b20598d59dc3c448a4c0fec8d7bdfb
10 URL:            http://ofono.org/
11 BuildRequires:  QtCore-devel >= 4
12 BuildRequires:  QtDBus-devel >= 4
13 BuildRequires:  QtGui-devel >= 4
14 BuildRequires:  QtNetwork-devel >= 4
15 BuildRequires:  QtScript-devel >= 4
16 BuildRequires:  QtXml-devel >= 4
17 BuildRequires:  libstdc++-devel
18 BuildRequires:  pkgconfig
19 BuildRequires:  qt4-build >= 4
20 BuildRequires:  tar >= 1:1.22
21 BuildRequires:  xz
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Phone Simulator for modem testing. It's used by oFono project.
26
27 %description -l pl.UTF-8
28 Symulator telefonu do testowania modemów. Jest używany przez projekt
29 oFono.
30
31 %prep
32 %setup -q
33
34 %build
35 %configure \
36         --disable-silent-rules
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc AUTHORS ChangeLog README TODO
51 %attr(755,root,root) %{_bindir}/phonesim
52 %dir %{_datadir}/phonesim
53 %{_datadir}/phonesim/default.xml
This page took 0.39457 seconds and 3 git commands to generate.