From 2f5e56871c13b3302c932a961f08da5edf9ea9ff Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 21:00:11 +0100 Subject: [PATCH] automatic version update by autodist [release 0.60.11-1mamba;Sat Mar 02 2013] --- README.md | 2 ++ bristol.spec | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 89 insertions(+) create mode 100644 bristol.spec diff --git a/README.md b/README.md index f408266..4066e27 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # bristol +Bristol is an emulation package for a number of different 'classic' synthesisers including additive and subtractive and a few organs. The application consists of the engine, which is called bristol, and its own GUI library called brighton that represents all the emulations. + diff --git a/bristol.spec b/bristol.spec new file mode 100644 index 0000000..395a67c --- /dev/null +++ b/bristol.spec @@ -0,0 +1,87 @@ +Name: bristol +Version: 0.60.11 +Release: 1mamba +Summary: Bristol is an emulation package for a number of different 'classic' synthesisers +Group: Graphical Desktop/Applications/Multimedia +Vendor: openmamba +Distribution: openmamba +Packager: Ercole 'ercolinux' Carpanetto +URL: http://bristol.sourceforge.net/ +Source: http://downloads.sourceforge.net/project/bristol/bristol/0.60/bristol-%{version}.tar.gz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libalsa-devel +BuildRequires: libjack-devel +BuildRequires: libX11-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Bristol is an emulation package for a number of different 'classic' synthesisers including additive and subtractive and a few organs. The application consists of the engine, which is called bristol, and its own GUI library called brighton that represents all the emulations. + +%package devel +Group: Development/Libraries +Summary: Development files for %{name} +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description devel +This package contains libraries and header files for developing applications that use %{name}. + +%prep +%setup -q + +%build +%configure \ + --disable-version-check + +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/brighton +%{_bindir}/bristol +%{_bindir}/bristoljackstats +%{_bindir}/startBristol +#%{_libdir}/libB11.so.* +#%{_libdir}/libC11.so.* +#%{_libdir}/libbrighton.so.* +#%{_libdir}/libbristol.so.* +#%{_libdir}/libbristolaudio.so.* +#%{_libdir}/libbristolic.so.* +%{_libdir}/libbristolmidi.so.* +#%{_libdir}/libbvg.so.* +%dir %{_datadir}/bristol +%{_datadir}/bristol/* +%{_mandir}/man1/*.gz + +%files devel +%defattr(-,root,root) +#%{_libdir}/libB11.so +#%{_libdir}/libC11.so +#%{_libdir}/libbrighton.so +#%{_libdir}/libbristol.so +#%{_libdir}/libbristolaudio.so +#%{_libdir}/libbristolic.so +%{_libdir}/libbristolmidi.so +#%{_libdir}/libbvg.so +%{_libdir}/*.la +%{_libdir}/*.a + +%changelog +* Sat Mar 02 2013 Automatic Build System 0.60.11-1mamba +- automatic version update by autodist + +* Sun Jan 20 2013 Automatic Build System 0.60.10-1mamba +- update to 0.60.10 + +* Sun Mar 27 2011 Ercole 'ercolinux' Carpanetto 0.60.8-1mamba +- package created with autospec +