From 198427e43ca121f15109f79f12bfda3c849a209b Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Thu, 15 Apr 2021 18:58:38 -0400 Subject: [PATCH] Adjust whitespace and ordering to personal preference --- libinstpatch.spec | 42 +++++++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/libinstpatch.spec b/libinstpatch.spec index 748ab79..ae83154 100644 --- a/libinstpatch.spec +++ b/libinstpatch.spec @@ -1,36 +1,37 @@ -Name: libinstpatch -Summary: MIDI instrument patch library -Version: 1.0.0 -Release: 23.20110806svn386%{?dist} -URL: http://www.swamiproject.org/ -License: LGPLv2+ +Name: libinstpatch +Version: 1.0.0 +Release: 24.20110806svn386%{?dist} +Summary: Instrument file software library + +URL: http://www.swamiproject.org/ +License: LGPLv2+ # Fetch source via # sh libinstpatch-snapshot.sh 386 -Source0: libinstpatch-%{version}-svn386.tar.bz2 +Source0: libinstpatch-%{version}-svn386.tar.bz2 # script to download sources and make tarball from svn -Source1: libinstpatch-snapshot.sh +Source1: libinstpatch-snapshot.sh # .pc file fixes. Patch sent upstream via their mailing list -Patch0: libinstpatch-cmake-fixes.patch +Patch0: libinstpatch-cmake-fixes.patch + +BuildRequires: cmake +BuildRequires: gcc -BuildRequires: cmake -BuildRequires: gcc -BuildRequires: glib2-devel -BuildRequires: libsndfile-devel - +BuildRequires: glib2-devel +BuildRequires: libsndfile-devel %description libInstPatch stands for lib-Instrument-Patch and is a library for processing -digital sample based MIDI instrument "patch" files. The types of files +digital sample based MIDI instrument “patch” files. The types of files libInstPatch supports are used for creating instrument sounds for wavetable synthesis. libInstPatch provides an object framework (based on GObject) to load patch files into, which can then be edited, converted, compressed and saved. %package devel -Summary: Development package for %{name} -Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: glib2-devel -Requires: libsndfile-devel +Summary: Development package for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: glib2-devel +Requires: libsndfile-devel %description devel This package includes the development libraries and header files for @@ -64,6 +65,9 @@ This package includes the development libraries and header files for %changelog +* Thu Apr 15 2021 Benjamin A. Beasley - 1.0.0-24.20110806svn386 +- Adjust whitespace and ordering to personal preference + * Tue Jan 26 2021 Fedora Release Engineering - 1.0.0-23.20110806svn386 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild