From 12a0ea29a6d87c2b7e760ad6fe1c8e8761f729a0 Mon Sep 17 00:00:00 2001 From: "Graydon, Tracy" Date: Thu, 11 Jul 2013 15:09:15 -0700 Subject: [PATCH] Remove the extraneous manifests. Change-Id: I08047aae085fa4a865e182fce1a51a1c30e6d94a --- packaging/dlog.changes | 3 +++ packaging/dlog.spec | 11 ++++------- packaging/dlogutil.manifest | 23 ----------------------- packaging/libdlog.manifest | 9 --------- 4 files changed, 7 insertions(+), 39 deletions(-) delete mode 100644 packaging/dlogutil.manifest delete mode 100644 packaging/libdlog.manifest diff --git a/packaging/dlog.changes b/packaging/dlog.changes index bb72c3e..1dc4eb1 100644 --- a/packaging/dlog.changes +++ b/packaging/dlog.changes @@ -1,3 +1,6 @@ +* Thu Jul 11 22:07:57 UTC 2013 - tracy.graydon@intel.com +- Add a manifest to spec to fix a package build issue + * Wed Jun 19 2013 Baptiste DURAND submit/tizen/20130527.020305@767017c - Fix Spec file and permission according to RPMLINT rules - Fix path for systemd services diff --git a/packaging/dlog.spec b/packaging/dlog.spec index 6267bad..ea0c435 100755 --- a/packaging/dlog.spec +++ b/packaging/dlog.spec @@ -7,9 +7,8 @@ License: Apache License, Version 2.0 Source0: %{name}-%{version}.tar.gz Source101: dlog-main.service Source102: dlog-radio.service -Source103: dlogutil.manifest -Source104: packaging/libdlog.manifest -Source105: tizen-debug-level.service +Source103: dlog.manifest +Source104: tizen-debug-level.service BuildRequires: pkgconfig(libsystemd-journal) Requires(post): /usr/bin/vconftool @@ -46,9 +45,9 @@ Requires(preun): /usr/bin/systemctl Utilities for print log data - %prep %setup -q +cp %{SOURCE103} . %build @@ -58,8 +57,6 @@ make %{?jobs:-j%jobs} %install rm -rf %{buildroot} -cp %{SOURCE103} . -cp %{SOURCE104} . %make_install mkdir -p %{buildroot}/opt/etc/dlog cp %{_builddir}/%{name}-%{version}/.dloglevel %{buildroot}/opt/etc/dlog/.dloglevel @@ -77,7 +74,7 @@ mkdir -p %{buildroot}%{_unitdir}/multi-user.target.wants install -m 0644 %SOURCE101 %{buildroot}%{_unitdir} install -m 0644 %SOURCE102 %{buildroot}%{_unitdir} -install -m 0644 %SOURCE105 %{buildroot}%{_unitdir} +install -m 0644 %SOURCE104 %{buildroot}%{_unitdir} ln -s ../dlog-main.service %{buildroot}%{_unitdir}/multi-user.target.wants/dlog-main.service ln -s ../dlog-radio.service %{buildroot}%{_unitdir}/multi-user.target.wants/dlog-radio.service diff --git a/packaging/dlogutil.manifest b/packaging/dlogutil.manifest deleted file mode 100644 index bf95834..0000000 --- a/packaging/dlogutil.manifest +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/packaging/libdlog.manifest b/packaging/libdlog.manifest deleted file mode 100644 index 2292929..0000000 --- a/packaging/libdlog.manifest +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - -- 2.7.4