Remove some depreciated cruft from the spec file

This commit is contained in:
Brian Pepple 2012-10-16 17:44:29 -04:00
parent dec9519aa8
commit b3e62a5b23

View File

@ -54,7 +54,6 @@ make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
@ -66,7 +65,6 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%files
%defattr(-,root,root,-)
%doc NEWS README COPYING COPYING.LGPL COPYING.MPL
%{_bindir}/stunbdc
%{_bindir}/stund
@ -76,7 +74,6 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%files devel
%defattr(-,root,root,-)
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/nice.pc