summaryrefslogtreecommitdiffstats
path: root/ax25-apps.spec.in
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2015-05-28 10:10:41 +0200
committerRalf Baechle <ralf@linux-mips.org>2015-05-28 10:10:41 +0200
commit9cb2c11211f9fc913d0a459876e85e366121632e (patch)
treedc14a8baa0c8b74d826d6ace029355fb859b527f /ax25-apps.spec.in
parentb43a3ac6c95c35226e13ea5c8c8886c6d68a23de (diff)
RPM: Include config files in rpm package.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'ax25-apps.spec.in')
-rw-r--r--ax25-apps.spec.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/ax25-apps.spec.in b/ax25-apps.spec.in
index 04d4ce3..a8809e7 100644
--- a/ax25-apps.spec.in
+++ b/ax25-apps.spec.in
@@ -30,7 +30,8 @@ make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+make DESTDIR=$RPM_BUILD_ROOT install
+make DESTDIR=$RPM_BUILD_ROOT installconf
%clean
rm -rf $RPM_BUILD_ROOT
@@ -41,6 +42,9 @@ rm -rf $RPM_BUILD_ROOT
%doc ax25ipd/COPYING.ax25ipd ax25ipd/HISTORY.ax25ipd ax25ipd/README.ax25ipd
%doc ax25rtd/TODO.ax25rtd ax25rtd/README.ax25rtd
%{_bindir}/*
+%config(noreplace) %{_sysconfdir}/ax25/ax25ipd.conf
+%config(noreplace) %{_sysconfdir}/ax25/ax25mond.conf
+%config(noreplace) %{_sysconfdir}/ax25/ax25rtd.conf
%{_sbindir}/*
%{_mandir}/man?/*
%{_docdir}/*