]> git.pld-linux.org Git - packages/phonesim.git/blob - phonesim.spec
- updated to 2.0, Qt5 now
[packages/phonesim.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:        2.0
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:  48ac291bdf726f0bc25f7ac445a8adb9
10 URL:            http://ofono.org/
11 BuildRequires:  Qt5Core-devel >= 5
12 BuildRequires:  Qt5DBus-devel >= 5
13 BuildRequires:  Qt5Gui-devel >= 5
14 BuildRequires:  Qt5Network-devel >= 5
15 BuildRequires:  Qt5Qml-devel >= 5
16 BuildRequires:  Qt5Widgets-devel >= 5.10
17 BuildRequires:  Qt5Xml-devel >= 5
18 BuildRequires:  libstdc++-devel >= 6:5
19 BuildRequires:  pkgconfig
20 BuildRequires:  qt5-build >= 5
21 BuildRequires:  tar >= 1:1.22
22 BuildRequires:  xz
23 Requires:       Qt5Widgets >= 5.10
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 Phone Simulator for modem testing. It's used by oFono project.
28
29 %description -l pl.UTF-8
30 Symulator telefonu do testowania modemów. Jest używany przez projekt
31 oFono.
32
33 %prep
34 %setup -q
35
36 %build
37 %configure \
38         --disable-silent-rules
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc AUTHORS ChangeLog README TODO
53 %attr(755,root,root) %{_bindir}/phonesim
54 %dir %{_datadir}/phonesim
55 %{_datadir}/phonesim/default.xml
This page took 0.042582 seconds and 3 git commands to generate.