summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libax25.spec.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/libax25.spec.in b/libax25.spec.in
index f7abf94..c0a7d8c 100644
--- a/libax25.spec.in
+++ b/libax25.spec.in
@@ -35,7 +35,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
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%clean
@@ -48,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README
+%config(noreplace) %{_sysconfdir}/ax25/axports
+%config(noreplace) %{_sysconfdir}/ax25/nrports
+%config(noreplace) %{_sysconfdir}/ax25/rsports
%{_libdir}/*.so.*
%{_mandir}/man?/*