summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorentin Lecouvey <corentin.lecouvey@eurogiciel.fr>2013-07-02 09:39:54 +0200
committerCorentin Lecouvey <corentin.lecouvey@eurogiciel.fr>2013-07-02 10:56:40 +0200
commita42a42900114a39a03fcf44d22d971dfc961bd67 (patch)
treee51fa6f410c2faa8b8c397e817bcbd0af45c3a48
parentb9fb00a2bc5b44ebea64faaa7cb186764901c977 (diff)
downloadconnman-a42a42900114a39a03fcf44d22d971dfc961bd67.tar.gz
connman-a42a42900114a39a03fcf44d22d971dfc961bd67.tar.bz2
connman-a42a42900114a39a03fcf44d22d971dfc961bd67.zip
packaging: move NTP scripts to packaging directory
-rw-r--r--40-connman-ntp.list1
-rw-r--r--packaging/40-connman-ntp.list1
-rw-r--r--packaging/connman-ntp.service (renamed from connman-ntp.service)0
-rw-r--r--packaging/connman.spec5
4 files changed, 5 insertions, 2 deletions
diff --git a/40-connman-ntp.list b/40-connman-ntp.list
deleted file mode 100644
index c608c941..00000000
--- a/40-connman-ntp.list
+++ /dev/null
@@ -1 +0,0 @@
-connman-ntp.serivice
diff --git a/packaging/40-connman-ntp.list b/packaging/40-connman-ntp.list
new file mode 100644
index 00000000..9b842821
--- /dev/null
+++ b/packaging/40-connman-ntp.list
@@ -0,0 +1 @@
+connman-ntp.service
diff --git a/connman-ntp.service b/packaging/connman-ntp.service
index 1978f743..1978f743 100644
--- a/connman-ntp.service
+++ b/packaging/connman-ntp.service
diff --git a/packaging/connman.spec b/packaging/connman.spec
index a43baab2..2b04cc23 100644
--- a/packaging/connman.spec
+++ b/packaging/connman.spec
@@ -6,6 +6,8 @@ Summary: Connection Manager
Url: http://connman.net
Group: Connectivity/Connection Management
Source0: %{name}-%{version}.tar.xz
+Source10: 40-connman-ntp.list
+Source11: connman-ntp.service
Source1001: connman.manifest
BuildRequires: systemd
BuildRequires: pkgconfig(dbus-1)
@@ -51,7 +53,8 @@ Header files and development files for connman.
%prep
%setup -q
-
+cp %{SOURCE10} .
+cp %{SOURCE11} .
cp %{SOURCE1001} .
%build