summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2011-10-19 09:25:45 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2011-10-19 09:25:45 +0200
commit7f017258023e4b4d6c52de0ebdb68bf9baedf9e0 (patch)
tree1f046ef2f1b43b2e79768c17d23a9314a66f6512
parent205c05f78609eae7027f5d2b5ad14e87a0fb6f8e (diff)
downloadDLT-daemon-7f017258023e4b4d6c52de0ebdb68bf9baedf9e0.tar.gz
Added DLT conf files to spec and distfile.
-rw-r--r--automotive-dlt.spec.cmake8
-rw-r--r--automotive-dlt.spec.in2
-rwxr-xr-xdistfiles4
3 files changed, 10 insertions, 4 deletions
diff --git a/automotive-dlt.spec.cmake b/automotive-dlt.spec.cmake
index f4f8d14..b6f3dde 100644
--- a/automotive-dlt.spec.cmake
+++ b/automotive-dlt.spec.cmake
@@ -53,9 +53,11 @@ mkdir -p $RPM_BUILD_ROOT/etc/init.d
rm -rf $RPM_BUILD_ROOT
%files
-/etc/init.d/dlt-daemon
-%{_libdir}/libdlt.so.2
-%{_libdir}/libdlt.so.2.2.0
+#/etc/init.d/dlt-daemon
+/etc/dlt-system.conf
+/etc/dlt.conf
+%{_libdir}/libdlt.so.@PRINT_MAJOR_VERSION@
+%{_libdir}/libdlt.so.@GENIVI_PROJECT_VERSION@
%{_libdir}/libdlt.so
%{_bindir}/dlt-system
%{_bindir}/dlt-convert
diff --git a/automotive-dlt.spec.in b/automotive-dlt.spec.in
index 1cb54ec..074a0eb 100644
--- a/automotive-dlt.spec.in
+++ b/automotive-dlt.spec.in
@@ -62,6 +62,8 @@ rm -rf $RPM_BUILD_ROOT
%files
#/etc/init.d/dlt-daemon
+/etc/dlt-system.conf
+/etc/dlt.conf
%{_libdir}/libdlt.so.@PRINT_MAJOR_VERSION@
%{_libdir}/libdlt.so.@GENIVI_PROJECT_VERSION@
%{_libdir}/libdlt.so
diff --git a/distfiles b/distfiles
index 6d57c12..564194d 100755
--- a/distfiles
+++ b/distfiles
@@ -13,4 +13,6 @@ cmake_uninstall.cmake.in
[^/]*\.cmake
.*\.xpm
LICENSE.txt
-README \ No newline at end of file
+README
+src/daemon/dlt.conf
+src/system/dlt-system.conf