[ofono] whitespace fixes

Rex Dieter rdieter at fedoraproject.org
Tue Feb 25 00:10:10 UTC 2014


commit 5597ea0aed585b329713ddc071e392dd2d983cac
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Mon Feb 24 18:10:50 2014 -0600

    whitespace fixes

 .gitignore |    1 +
 ofono.spec |   89 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources    |    1 +
 3 files changed, 91 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..487f41f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ofono-1.14.tar.xz
diff --git a/ofono.spec b/ofono.spec
new file mode 100644
index 0000000..e731fee
--- /dev/null
+++ b/ofono.spec
@@ -0,0 +1,89 @@
+
+Name:    ofono
+Summary: Open Source Telephony
+Version: 1.14
+Release: 1%{?dist}
+
+License: GPLv2
+URL:     http://ofono.org/
+Source0: http://www.kernel.org/pub/linux/network/ofono/ofono-%{version}.tar.xz
+
+BuildRequires: pkgconfig(glib-2.0)
+BuildRequires: pkgconfig(dbus-1)
+BuildRequires: pkgconfig(libudev) >= 145
+BuildRequires: pkgconfig(bluez)
+BuildRequires: pkgconfig(libusb-1.0)
+BuildRequires: pkgconfig(mobile-broadband-provider-info)
+
+BuildRequires: systemd
+Requires(post): systemd
+Requires(preun): systemd
+Requires(postun): systemd
+
+%description
+oFono.org is a place to bring developers together around designing an
+infrastructure for building mobile telephony (GSM/UMTS) applications.
+oFono includes a high-level D-Bus API for use by telephony applications.
+oFono also includes a low-level plug-in API for integrating with telephony
+stacks, cellular modems and storage back-ends.
+
+%package devel
+Summary: Development files for oFono
+Requires: %{name}%{?_isa} = %{version}-%{release}
+%description devel
+%{summary}.
+
+
+%prep
+%setup -q
+
+
+%build
+%configure \
+  --enable-bluetooth \
+  --enable-pie \
+  --disable-silent-rules
+
+make %{?_smp_mflags}
+
+
+%install
+%make_install
+
+# create/own this
+mkdir -p %{buildroot}%{_libdir}/ofono/plugins
+
+
+%check
+make check
+
+
+%post
+%systemd_post ofono.service
+
+%preun
+%systemd_preun ofono.service
+
+%postun
+%systemd_postun_with_restart ofono.service
+
+%files
+%doc COPYING ChangeLog AUTHORS README
+%{_sysconfdir}/dbus-1/system.d/ofono.conf
+%dir %{_sysconfdir}/ofono/
+%config(noreplace) %{_sysconfdir}/ofono/phonesim.conf
+%{_sbindir}/ofonod
+%{_unitdir}/ofono.service
+%{_mandir}/man8/ofonod.8*
+%dir %{_libdir}/ofono/
+%dir %{_libdir}/ofono/plugins/
+
+%files devel
+%{_includedir}/ofono/
+%{_libdir}/pkgconfig/ofono.pc
+
+
+%changelog
+* Tue Feb 04 2014 Rex Dieter <rdieter at fedoraproject.org> 1.14-1
+- first try (borrowed from obs)
+
diff --git a/sources b/sources
index e69de29..2059d8c 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+8bc398d86642408cc71d039f59c61538  ofono-1.14.tar.xz


More information about the scm-commits mailing list