]> git.pld-linux.org Git - packages/phonesim.git/blame - phonesim.spec
- updated to 2.0, Qt5 now
[packages/phonesim.git] / phonesim.spec
CommitLineData
94b16543
JB
1Summary: Phone Simulator for modem testing
2Summary(pl.UTF-8): Symulator telefonu do testowania modemów
3Name: phonesim
63dccad8 4Version: 2.0
94b16543
JB
5Release: 1
6License: GPL v2
7Group: X11/Applications
45e4b56d 8Source0: https://www.kernel.org/pub/linux/network/ofono/%{name}-%{version}.tar.xz
63dccad8 9# Source0-md5: 48ac291bdf726f0bc25f7ac445a8adb9
94b16543 10URL: http://ofono.org/
63dccad8
JB
11BuildRequires: Qt5Core-devel >= 5
12BuildRequires: Qt5DBus-devel >= 5
13BuildRequires: Qt5Gui-devel >= 5
14BuildRequires: Qt5Network-devel >= 5
15BuildRequires: Qt5Qml-devel >= 5
16BuildRequires: Qt5Widgets-devel >= 5.10
17BuildRequires: Qt5Xml-devel >= 5
18BuildRequires: libstdc++-devel >= 6:5
94b16543 19BuildRequires: pkgconfig
63dccad8 20BuildRequires: qt5-build >= 5
94b16543
JB
21BuildRequires: tar >= 1:1.22
22BuildRequires: xz
63dccad8 23Requires: Qt5Widgets >= 5.10
94b16543
JB
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
27Phone Simulator for modem testing. It's used by oFono project.
28
29%description -l pl.UTF-8
30Symulator telefonu do testowania modemów. Jest używany przez projekt
31oFono.
32
33%prep
34%setup -q
35
36%build
37%configure \
38 --disable-silent-rules
39%{__make}
40
41%install
42rm -rf $RPM_BUILD_ROOT
43
44%{__make} install \
45 DESTDIR=$RPM_BUILD_ROOT
46
47%clean
48rm -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.086796 seconds and 4 git commands to generate.