Adjust whitespace and ordering to personal preference

epel9
Benjamin A. Beasley 4 years ago
parent df9bab581a
commit 198427e43c

@ -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 <code@musicinmybrain.net> - 1.0.0-24.20110806svn386
- Adjust whitespace and ordering to personal preference
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-23.20110806svn386
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Loading…
Cancel
Save