[fst] Spec cleanup

Brendan Jones bsjones at fedoraproject.org
Tue Feb 25 05:37:16 UTC 2014


commit 5538d22807aef0c7fc3b1caf0d634536bc80086d
Author: Brendan Jones <brendan.jones.it at gmail.com>
Date:   Tue Feb 25 06:30:10 2014 +0100

    Spec cleanup

 fst.spec |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/fst.spec b/fst.spec
index 8eae53e..580a22d 100644
--- a/fst.spec
+++ b/fst.spec
@@ -2,7 +2,7 @@
 
 Name:          fst
 Version:       1.9
-Release:       0.2.20110131git%{commit}%{?dist}
+Release:       0.3.20110131git%{commit}%{?dist}
 Summary:       Run VST plugins under wine
 License:       GPLv2+
 Group:         Applications/Multimedia
@@ -18,14 +18,14 @@ BuildRequires: wine-devel
 ExclusiveArch: i686
 
 %description
-fst is an audio plugin host that allows you to run native Windows VST audio 
+%{name} is an audio plugin host that allows you to run native Windows VST audio 
 plugins DLL's under wine on Linux using the JACK audio connection kit.
 
 %package devel
 Summary:      Development files for fst
 Requires:     %{name}%{?_isa} = %{version}-%{release}
 %description devel 
-Development headers for fst and VST plugins
+Development headers for %{name} and VST plugins
 
 %prep
 %setup -q -n %{name}
@@ -38,11 +38,11 @@ sed -i -e 's|exec "$WINELOADER" "$apppath" "$@"|exec "$WINELOADER" "%{_libdir}/f
 
 %install
 mkdir -p %{buildroot}%{_bindir}
-mkdir -p %{buildroot}%{_libdir}/fst
-cp -rp *.so %{buildroot}%{_libdir}/fst
+mkdir -p %{buildroot}%{_libdir}/%{name}
+cp -rp *.so %{buildroot}%{_libdir}/%{name}
 cp -rp *.exe %{buildroot}%{_bindir}
-mkdir -p %{buildroot}%{_includedir}/fst
-cp -rp *.h vestige %{buildroot}%{_includedir}/fst
+mkdir -p %{buildroot}%{_includedir}/%{name}
+cp -rp *.h vestige %{buildroot}%{_includedir}/%{name}
 
 %files
 %doc COPYING README
@@ -54,6 +54,9 @@ cp -rp *.h vestige %{buildroot}%{_includedir}/fst
 
 
 %changelog
+* Tue Feb 25 2014 Brendan Jones <brendan.jones.it at gmail.com> 1.9-0.3.20110131git
+- various cleanups
+
 * Fri Oct 25 2013 Brendan Jones <brendan.jones.it at gmail.com> 1.9-0.2.20110131git2066144
 - Add docs, smp_mflags
 - Expand description


More information about the scm-commits mailing list