[audacious-plugin-fc] Drop %defattr line.

Michael Schwendt mschwendt at fedoraproject.org
Fri Sep 16 20:15:54 UTC 2011


commit 4cf744a3e6173428317f208cf851eb8cbf35bb11
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Fri Sep 16 22:15:41 2011 +0200

    Drop %defattr line.

 audacious-plugin-fc.spec |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/audacious-plugin-fc.spec b/audacious-plugin-fc.spec
index f38dd81..579b165 100644
--- a/audacious-plugin-fc.spec
+++ b/audacious-plugin-fc.spec
@@ -4,16 +4,12 @@
 %endif
 %{?aud_plugin_dep}
 
-# Minimum audacious/audacious-plugins version in inter-package dependencies.
-%global aud_ver 3.0
-#Requires: audacious >= %{aud_ver}
-
 %global plugindir %(pkg-config audacious --variable=input_plugin_dir 2>/dev/null)
 
 Summary: Future Composer input plugin for Audacious
 Name: audacious-plugin-fc
 Version: 0.6
-Release: 9%{?dist}
+Release: 10%{?dist}
 Provides: audacious-plugins-fc = %{version}-%{release}
 URL: http://xmms-fc.sourceforge.net/
 License: GPLv2+
@@ -46,17 +42,19 @@ make %{?_smp_mflags}
 
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
+make DESTDIR=${RPM_BUILD_ROOT} install
 
 
 %files
-%defattr(-,root,root,-)
 %doc COPYING README
 %{plugindir}/fcdecoder.so
 %exclude %{plugindir}/fcdecoder.la
 
 
 %changelog
+* Fri Sep 16 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 0.6-10
+- Drop %%defattr line.
+
 * Wed Jul  6 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 0.6-9
 - Add missing preferences widget config types.
 


More information about the scm-commits mailing list