rpms/fluid-soundfont/F-10 fluid-soundfont.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Orcan Ogetbil oget at fedoraproject.org
Tue Apr 14 19:54:44 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/fluid-soundfont/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1497/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	fluid-soundfont.spec import.log 
Log Message:
* Tue Apr 14 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 3.1-2
- Add "Provides: soundfont2" to gm and gs packages
- Add common subpackage for directory ownership and the doc files
- Update description

* Fri Jan 30 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 3.1-1
- Initial Fedora build. SPEC file adapted from PersonalCopy-Lite-soundfont




--- NEW FILE fluid-soundfont.spec ---
Name:           fluid-soundfont
Version:        3.1
Release:        2%{?dist}
Summary:        Pro-quality GM/GS soundfont
Group:          Applications/Multimedia
License:        MIT
# The original URL (http://www.powermage.com/fluid) seems dead. Therefore we point
# to the Hammersound archives:
URL:            http://www.hammersound.com/cgi-bin/soundlink.pl?action=view_category&category=Collections&ListStart=0&ListLength=20
# The Hammersound source gives us a soundfont in a linux-unfriendly .sfArk format. 
# In order to convert this to a linux-friendly .sf2 format one needs to use a 
# non-free utility sfarkxtc from 
#    http://www.melodymachine.com
# This page explains how this conversion is done:
#    http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/doc/ch01s46.html
# Debian folks already did this and we will borrow their source tarball:
Source0:        http://ftp.de.debian.org/debian/pool/main/f/%{name}/%{name}_%{version}.orig.tar.gz
# Some information about the soundfont that can be found in the Hammersound archive:
Source1:        Fluid_R3_Readme.pdf
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch


%define common_description \
FluidR3 is the third release of Frank Wen's pro-quality GM/GS soundfont.\
The soundfont has lots of excellent samples, including all the GM instruments\
along side with the GS instruments that are recycled and reprogrammed versions\
of the GM presets.

%description
%common_description

%package common
Summary:        Common files for FluidR3 soundfont
Group:          Applications/Multimedia

%description common
%common_description

This package contains common files shared among all FluidR3 soundfont packages.

%package gm
Summary:        Pro-quality General Midi soundfont
Group:          Applications/Multimedia
Requires:       %{name}-common = %{version}-%{release}
Provides:       soundfont2

%description gm
%common_description

This package contains Fluid General Midi (GM) soundfont in soundfont 2.0 (.sf2)
format.

%package gs
Summary:        Pro-quality General Standard Extension soundfont
Group:          Applications/Multimedia
Requires:       %{name}-common = %{version}-%{release}
Requires:       %{name}-gm = %{version}-%{release}
Provides:       soundfont2


%description gs
%common_description

This package contains instruments belonging to General Midi's General Standard
(GS) Extension in soundfont 2.0 (.sf2) format.


%prep
%setup -q
cp -a %{SOURCE1} .

%build


%install
rm -rf $RPM_BUILD_ROOT

# The actual soundfonts:
mkdir -p $RPM_BUILD_ROOT%{_datadir}/soundfonts
install -p -m 644 FluidR3_GM.sf2 $RPM_BUILD_ROOT%{_datadir}/soundfonts
install -p -m 644 FluidR3_GS.sf2 $RPM_BUILD_ROOT%{_datadir}/soundfonts

%clean
rm -rf $RPM_BUILD_ROOT

%files common
%defattr(-,root,root,-)
%doc COPYING README *Readme*
%dir %{_datadir}/soundfonts/

%files gm
%defattr(-,root,root,-)
%{_datadir}/soundfonts/FluidR3_GM.sf2

%files gs
%defattr(-,root,root,-)
%{_datadir}/soundfonts/FluidR3_GS.sf2


%changelog
* Tue Apr 14 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 3.1-2
- Add "Provides: soundfont2" to gm and gs packages
- Add common subpackage for directory ownership and the doc files
- Update description

* Fri Jan 30 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 3.1-1
- Initial Fedora build. SPEC file adapted from PersonalCopy-Lite-soundfont


--- NEW FILE import.log ---
fluid-soundfont-3_1-2_fc10:F-10:fluid-soundfont-3.1-2.fc10.src.rpm:1239738809


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/fluid-soundfont/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Mar 2009 03:35:59 -0000	1.1
+++ .cvsignore	14 Apr 2009 19:54:12 -0000	1.2
@@ -0,0 +1,2 @@
+Fluid_R3_Readme.pdf
+fluid-soundfont_3.1.orig.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fluid-soundfont/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Mar 2009 03:35:59 -0000	1.1
+++ sources	14 Apr 2009 19:54:13 -0000	1.2
@@ -0,0 +1,2 @@
+01e65cc3ac20381b3b42f0b7a9e4a055  Fluid_R3_Readme.pdf
+189bbdf70221018cbda536984b105dfa  fluid-soundfont_3.1.orig.tar.gz




More information about the scm-commits mailing list