automatic version update by autodist [release 0.60.11-1mamba;Sat Mar 02 2013]
This commit is contained in:
parent
d98adb5bcb
commit
2f5e56871c
@ -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.
|
||||
|
||||
|
87
bristol.spec
Normal file
87
bristol.spec
Normal file
@ -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 <ercole69@gmail.com>
|
||||
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 <autodist@mambasoft.it> 0.60.11-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jan 20 2013 Automatic Build System <autodist@mambasoft.it> 0.60.10-1mamba
|
||||
- update to 0.60.10
|
||||
|
||||
* Sun Mar 27 2011 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.60.8-1mamba
|
||||
- package created with autospec
|
||||
|
Loading…
Reference in New Issue
Block a user