From c61e5bc9082b0c38c91233b05f4f495510a69ba3 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 26 May 2015 15:15:17 +0200 Subject: Package /etc/ax25/{ax,nr,rs}ports into libax25 package. Signed-off-by: Ralf Baechle --- libax25.spec.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libax25.spec.in') 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?/* -- cgit v1.2.3