Remove some depreciated cruft from the spec file
This commit is contained in:
parent
dec9519aa8
commit
b3e62a5b23
@ -54,7 +54,6 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||||
|
|
||||||
@ -66,7 +65,6 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc NEWS README COPYING COPYING.LGPL COPYING.MPL
|
%doc NEWS README COPYING COPYING.LGPL COPYING.MPL
|
||||||
%{_bindir}/stunbdc
|
%{_bindir}/stunbdc
|
||||||
%{_bindir}/stund
|
%{_bindir}/stund
|
||||||
@ -76,7 +74,6 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/nice.pc
|
%{_libdir}/pkgconfig/nice.pc
|
||||||
|
Loading…
Reference in New Issue
Block a user