[libnice] Remove some depreciated cruft from the spec file

Brian Pepple bpepple at fedoraproject.org
Tue Oct 16 21:45:48 UTC 2012


commit b3e62a5b23ad191cabafe716247b7b14cf716769
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Tue Oct 16 17:44:29 2012 -0400

    Remove some depreciated cruft from the spec file

 libnice.spec |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/libnice.spec b/libnice.spec
index 06a3f80..3d86bda 100644
--- a/libnice.spec
+++ b/libnice.spec
@@ -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


More information about the scm-commits mailing list