|
jvlomax |
76e6bd9 |
#this is to prevent empty debuginfo failur
|
|
jvlomax |
76e6bd9 |
%global debug_package %{nil}
|
|
jvlomax |
76e6bd9 |
|
|
jvlomax |
76e6bd9 |
Name: monobristol
|
|
Richard Hughes |
1a09e01 |
Version: 0.60.3.1
|
|
 |
6fc1c26 |
Release: 16%{?dist}
|
|
jvlomax |
76e6bd9 |
Summary: GUI launcher for Bristol in Mono
|
|
jvlomax |
76e6bd9 |
|
|
jvlomax |
76e6bd9 |
License: GPL+
|
|
jvlomax |
76e6bd9 |
URL: http://www.dacr.hu/monobristol/
|
|
jvlomax |
76e6bd9 |
Source: http://www.dacr.hu/monobristol/%{name}-%{version}.tar.gz
|
|
jvlomax |
76e6bd9 |
# No upstrem bugtracker. Patch emailed upstream 20120626
|
|
jvlomax |
76e6bd9 |
# The patch removes shebang from the top and removes .png extension from icon key
|
|
 |
db573a0 |
Patch1: %{name}-0.60.3-desktop.patch
|
|
jvlomax |
76e6bd9 |
Requires: bristol
|
|
jvlomax |
76e6bd9 |
Requires: mono-core
|
|
jvlomax |
76e6bd9 |
Requires: hicolor-icon-theme
|
|
jvlomax |
76e6bd9 |
|
|
jvlomax |
76e6bd9 |
BuildRequires: gtk-sharp2-devel
|
|
jvlomax |
76e6bd9 |
BuildRequires: desktop-file-utils
|
|
jvlomax |
76e6bd9 |
|
|
 |
db573a0 |
ExclusiveArch: %{mono_arches}
|
|
 |
db573a0 |
|
|
jvlomax |
76e6bd9 |
|
|
jvlomax |
76e6bd9 |
%description
|
|
jvlomax |
76e6bd9 |
monoBristol is very simple Gui for Bristol Synthesiser.
|
|
jvlomax |
76e6bd9 |
Bristol is an emulation package for a number of different 'classic'
|
|
jvlomax |
76e6bd9 |
synthesizers including additive and subtractive and a few organs.
|
|
jvlomax |
76e6bd9 |
|
|
jvlomax |
76e6bd9 |
%prep
|
|
jvlomax |
76e6bd9 |
%setup -q
|
|
jvlomax |
76e6bd9 |
%patch1 -p1
|
|
jvlomax |
76e6bd9 |
|
|
 |
50dc6ca |
sed -i "s#gmcs#mcs#g" configure*
|
|
 |
50dc6ca |
sed -i "s#gmcs#mcs#g" Makefile.in
|
|
 |
50dc6ca |
sed -i "s#gmcs#mcs#g" monoBristol.make
|
|
 |
50dc6ca |
|
|
jvlomax |
76e6bd9 |
%build
|
|
jvlomax |
76e6bd9 |
%configure
|
|
Yaakov Selkowitz |
fd75956 |
# not parallel safe
|
|
Yaakov Selkowitz |
fd75956 |
make
|
|
jvlomax |
76e6bd9 |
|
|
jvlomax |
76e6bd9 |
%install
|
|
jvlomax |
76e6bd9 |
#removal of buildroot is no longer necassary, except for EPEL5
|
|
jvlomax |
76e6bd9 |
make install DESTDIR=%{buildroot}
|
|
jvlomax |
76e6bd9 |
|
|
Richard Hughes |
1a09e01 |
# install the AppData file
|
|
 |
eaf1b59 |
mkdir -p %{buildroot}%{_datadir}/appdata
|
|
Richard Hughes |
1a09e01 |
cp monoBristol.appdata.xml %{buildroot}%{_datadir}/appdata/
|
|
Richard Hughes |
1a09e01 |
|
|
jvlomax |
76e6bd9 |
#install the icon
|
|
jvlomax |
76e6bd9 |
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/48x48/apps
|
|
jvlomax |
76e6bd9 |
mv %{name}.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
|
|
jvlomax |
76e6bd9 |
|
|
jvlomax |
76e6bd9 |
desktop-file-install \
|
|
jvlomax |
76e6bd9 |
--dir %{buildroot}%{_datadir}/applications \
|
|
jvlomax |
76e6bd9 |
monoBristol.desktop
|
|
jvlomax |
76e6bd9 |
|
|
jvlomax |
76e6bd9 |
%files
|
|
jvlomax |
76e6bd9 |
%doc AUTHORS COPYING README
|
|
jvlomax |
76e6bd9 |
%{_bindir}/%{name}
|
|
jvlomax |
76e6bd9 |
%{_datadir}/applications/monoBristol.desktop
|
|
jvlomax |
76e6bd9 |
%{_libdir}/%{name}/
|
|
jvlomax |
76e6bd9 |
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
|
|
Richard Hughes |
1a09e01 |
%{_datadir}/appdata/monoBristol.appdata.xml
|
|
jvlomax |
76e6bd9 |
|
|
jvlomax |
76e6bd9 |
%changelog
|
|
 |
6fc1c26 |
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.60.3.1-16
|
|
 |
6fc1c26 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
 |
6fc1c26 |
|
|
 |
4649f08 |
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.60.3.1-15
|
|
 |
4649f08 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
 |
4649f08 |
|
|
 |
8f9d42d |
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.60.3.1-14
|
|
 |
8f9d42d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
 |
8f9d42d |
|
|
 |
4020fc2 |
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.60.3.1-13
|
|
 |
4020fc2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
 |
4020fc2 |
|
|
 |
e68b31e |
* Thu Jan 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.60.3.1-12
|
|
 |
e68b31e |
- Remove obsolete scriptlets
|
|
 |
e68b31e |
|
|
 |
cd124bd |
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.60.3.1-11
|
|
 |
cd124bd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
 |
cd124bd |
|
|
 |
10b6703 |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.60.3.1-10
|
|
 |
10b6703 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
 |
10b6703 |
|
|
 |
6c1b9c8 |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.60.3.1-9
|
|
 |
6c1b9c8 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
 |
6c1b9c8 |
|
|
 |
1b0be61 |
* Thu Oct 13 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.60.3.1-8
|
|
 |
1b0be61 |
- mono rebuild for aarch64 support
|
|
 |
1b0be61 |
|
|
 |
83233c2 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.60.3.1-7
|
|
 |
83233c2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
 |
83233c2 |
|
|
 |
0453272 |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.60.3.1-6
|
|
 |
0453272 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
 |
0453272 |
|
|
 |
eaf1b59 |
* Mon May 18 2015 Peter Robinson <pbrobinson@fedoraproject.org> 0.60.3.1-5
|
|
 |
eaf1b59 |
- Rebuild (mono4)
|
|
 |
eaf1b59 |
|
|
 |
c6843fd |
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.60.3.1-4
|
|
 |
c6843fd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
 |
c6843fd |
|
|
Yaakov Selkowitz |
fd75956 |
* Mon Jun 30 2014 Yaakov Selkowitz <yselkowi@redhat.com> - 0.60.3.1-3
|
|
Yaakov Selkowitz |
fd75956 |
- Avoid parallel make race condition (#992286, #1106234)
|
|
Yaakov Selkowitz |
fd75956 |
|
|
 |
fd6fba0 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.60.3.1-2
|
|
 |
fd6fba0 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
 |
fd6fba0 |
|
|
Richard Hughes |
1a09e01 |
* Thu May 29 2014 Richard Hughes <richard@hughsie.com> - 0.60.3.1-1
|
|
Richard Hughes |
1a09e01 |
- New upstream release
|
|
Richard Hughes |
1a09e01 |
|
|
 |
6c3c9b4 |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.60.3-11
|
|
 |
6c3c9b4 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
 |
6c3c9b4 |
|
|
 |
99c7144 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.60.3-10
|
|
 |
99c7144 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
 |
99c7144 |
|
|
 |
db573a0 |
* Fri Jul 20 2012 Dan Horák <dan[at]danny.cz> 0.60.3-9
|
|
 |
db573a0 |
- set ExclusiveArch
|
|
 |
db573a0 |
|
|
 |
6b21643 |
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.60.3-8
|
|
 |
6b21643 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
 |
6b21643 |
|
|
jvlomax |
76e6bd9 |
* Sat Jun 30 2012 Jørn Lomax <northlomax@gmail.com> 0.60.3-7
|
|
jvlomax |
76e6bd9 |
- fixed spelling error
|
|
jvlomax |
76e6bd9 |
* Thu Jun 28 2012 Jørn Lomax <northlomax@gmail.com> 0.60.3-6
|
|
jvlomax |
76e6bd9 |
- Changed licence and fixed ownerships
|
|
jvlomax |
76e6bd9 |
* Wed Jun 27 2012 Jørn Lomax <northlomax@gmail.com> 0.60.3-5
|
|
jvlomax |
76e6bd9 |
- Added installation of icon and spelling
|
|
jvlomax |
76e6bd9 |
- removed unused dependencies
|
|
jvlomax |
76e6bd9 |
* Tue Jun 26 2012 Jørn Lomax <northlomax@gmail.com> 0.60.3-4
|
|
jvlomax |
76e6bd9 |
- removed no arch and disabled empty debug warning
|
|
jvlomax |
76e6bd9 |
- fixed directories in files
|
|
jvlomax |
76e6bd9 |
* Thu Jun 21 2012 Jørn Lomax <northlomax@gmail.com> 0.60.3-3
|
|
jvlomax |
76e6bd9 |
- Clean up some more, change to added archbuild and quieted setup
|
|
jvlomax |
76e6bd9 |
* Thu Jun 21 2012 Brendan Jones <brendan.jones.it@gmail.com> 0.60.3-2
|
|
jvlomax |
76e6bd9 |
- clean up package, correct files
|
|
jvlomax |
76e6bd9 |
* Mon Jun 18 2012 Jørn Lomax <northlomax@gmail.com> 0.60.3-1
|
|
jvlomax |
76e6bd9 |
- inital package
|