Commit 9cf439cd authored by Geoff Simmons's avatar Geoff Simmons

Install the etc/*.conf files in the RPM package.

parent ff89833d
Pipeline #379 skipped
...@@ -88,6 +88,9 @@ chmod o-w %{_builddir}/%{name}-%{version}/src/test ...@@ -88,6 +88,9 @@ chmod o-w %{_builddir}/%{name}-%{version}/src/test
make install DESTDIR=%{buildroot} make install DESTDIR=%{buildroot}
install -D -m 0644 etc/trackrdrd.conf %{buildroot}%{_sysconfdir}/trackrdrd.conf
install -D -m 0644 etc/trackrdr-kafka.conf %{buildroot}%{_sysconfdir}/trackrdr-kafka.conf
# None of these for fedora/epel # None of these for fedora/epel
find %{buildroot}/%{_libdir}/ -name '*.la' -exec rm -f {} ';' find %{buildroot}/%{_libdir}/ -name '*.la' -exec rm -f {} ';'
find %{buildroot}/%{_libdir}/ -name '*.a' -exec rm -f {} ';' find %{buildroot}/%{_libdir}/ -name '*.a' -exec rm -f {} ';'
...@@ -99,6 +102,7 @@ rm -rf %{buildroot} ...@@ -99,6 +102,7 @@ rm -rf %{buildroot}
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_bindir}/* %{_bindir}/*
%{_libdir}/* %{_libdir}/*
%{_sysconfdir}/*
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%doc README.rst %doc README.rst
#%license LICENSE #%license LICENSE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment