[packages/phonesim] - new

qboosh qboosh at pld-linux.org
Sun Sep 2 10:01:23 CEST 2012


commit 94b16543b4e3b7fdcb41d1b2a9ee8f907b6bd4a6
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Sep 2 10:01:30 2012 +0200

    - new

 phonesim.spec | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 53 insertions(+)
---
diff --git a/phonesim.spec b/phonesim.spec
new file mode 100644
index 0000000..c3ba6ae
--- /dev/null
+++ b/phonesim.spec
@@ -0,0 +1,53 @@
+Summary:	Phone Simulator for modem testing
+Summary(pl.UTF-8):	Symulator telefonu do testowania modemów
+Name:		phonesim
+Version:	1.18
+Release:	1
+License:	GPL v2
+Group:		X11/Applications
+Source0:	http://www.kernel.org/pub/linux/network/ofono/%{name}-%{version}.tar.xz
+# Source0-md5:	f3c69f349c87a5e2fc641f98154b5947
+URL:		http://ofono.org/
+BuildRequires:	QtCore-devel >= 4
+BuildRequires:	QtDBus-devel >= 4
+BuildRequires:	QtGui-devel >= 4
+BuildRequires:	QtNetwork-devel >= 4
+BuildRequires:	QtScript-devel >= 4
+BuildRequires:	QtXml-devel >= 4
+BuildRequires:	libstdc++-devel
+BuildRequires:	pkgconfig
+BuildRequires:	qt4-build >= 4
+BuildRequires:	tar >= 1:1.22
+BuildRequires:	xz
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Phone Simulator for modem testing. It's used by oFono project.
+
+%description -l pl.UTF-8
+Symulator telefonu do testowania modemów. Jest używany przez projekt
+oFono.
+
+%prep
+%setup -q
+
+%build
+%configure \
+	--disable-silent-rules
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/phonesim
+%dir %{_datadir}/phonesim
+%{_datadir}/phonesim/default.xml
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/phonesim.git/commitdiff/94b16543b4e3b7fdcb41d1b2a9ee8f907b6bd4a6



More information about the pld-cvs-commit mailing list