8234ebc
Name:		adplay
ef9bb6a
Version:	1.6
4d4204f
Release:	16%{?dist}
8234ebc
Summary:	An AdLib (OPL2) music player build on AdPlug
8234ebc
URL:		http://adplug.sourceforge.net/
8234ebc
Group:		Applications/Multimedia
8234ebc
Source:		http://download.sourceforge.net/adplug/%{name}-%{version}.tar.bz2
a7dc1c3
License:	GPLv2+
8234ebc
BuildRequires:	adplug-devel
8234ebc
BuildRequires:	audiofile-devel
8234ebc
BuildRequires:	alsa-lib-devel
8234ebc
8234ebc
%description
8234ebc
AdPlay is a command-line player for AdLib (OPL2) music utilizing
8234ebc
the AdPlug library.
8234ebc
8234ebc
%prep
8234ebc
%setup -q
8234ebc
8234ebc
%build
8234ebc
# I intentionally disable OSS and SDL: Fedora installs ALSA by default
8234ebc
# and I don't want to pull in the entire SDL library for this. We
8234ebc
# also explicitly forbid the QNX QSA driver, it won't hurt.
8234ebc
%configure --disable-static --disable-output-oss --disable-output-sdl \
cd29bf2
	--disable-output-qsa --disable-output-esound -with-gnu-ld
8234ebc
make %{?_smp_mflags}
8234ebc
8234ebc
%install
cd29bf2
%make_install
8234ebc
8234ebc
%files
8234ebc
%{_bindir}/adplay
8234ebc
%{_mandir}/man1/*
8234ebc
%doc AUTHORS ChangeLog COPYING NEWS README TODO
8234ebc
8234ebc
%changelog
4d4204f
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-16
4d4204f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
4d4204f
f823958
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.6-15
f823958
- Rebuilt for GCC 5 C++11 ABI change
f823958
737d289
* Fri Feb 20 2015 Michael Schwendt <mschwendt@fedoraproject.org> - 1.6-14
737d289
- Rebuild for adplug (GCC 5 C++ ABI change).
737d289
81a0609
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-13
81a0609
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
81a0609
a44e4bb
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-12
a44e4bb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
a44e4bb
c8bebf8
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-11
c8bebf8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
c8bebf8
cd29bf2
* Tue Feb 12 2013 Rahul Sundaram <sundaram@fedoraproject.org> - 1.6-10
cd29bf2
- disable esd support since esd is getting dropped in Fedora
cd29bf2
- clean up spec to follow current guidelines
cd29bf2
92d04de
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-9
92d04de
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
92d04de
edac1de
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-8
edac1de
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
edac1de
38200ac
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-7
38200ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
38200ac
44bbe44
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-6
44bbe44
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
44bbe44
428d48a
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-5
428d48a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
428d48a
6d4e281
* Thu Feb 14 2008 Linus Walleij <triad@df.lth.se> 1.6-4
6d4e281
- Rebuild for GCC 4.3.
6d4e281
d5ecada
* Sat Jan 19 2008 Linus Walleij <triad@df.lth.se> 1.6-3
d5ecada
- Rebuild to match new glibc ABI.
d5ecada
a7dc1c3
* Fri Aug 17 2007 Linus Walleij <triad@df.lth.se> 1.6-2
a7dc1c3
- Fix license to GPLv2+
a7dc1c3
ef9bb6a
* Wed Apr 11 2007 Linus Walleij <triad@df.lth.se> 1.6-1
ef9bb6a
- New upstream version.
ef9bb6a
982a6f7
* Fri Sep 1 2006 Linus Walleij <triad@df.lth.se> 1.5-3
982a6f7
- Rebuild for Fedora Extras 6.
982a6f7
5d689c0
* Wed Jul 26 2006 Linus Walleij <triad@df.lth.se> 1.5-2
5d689c0
- Match upstream library bump by rebuild.
5d689c0
8234ebc
* Sat May 6 2006 Linus Walleij <triad@df.lth.se> 1.5-1
8234ebc
- Upstream release a new version.
8234ebc
8234ebc
* Wed Feb 1 2006 Linus Walleij <triad@df.lth.se> 1.4-4
8234ebc
- RM unnecessary BR, fixup CXXFLAGS.
8234ebc
8234ebc
* Tue Jan 24 2006 Linus Walleij <triad@df.lth.se> 1.4-3
8234ebc
- Download address.
8234ebc
8234ebc
* Mon Jan 23 2006 Linus Walleij <triad@df.lth.se> 1.4-2
8234ebc
- Happy dist-tag.
8234ebc
8234ebc
* Sun Jan 15 2006 Linus Walleij <triad@df.lth.se> 1.4-1
8234ebc
- First try at an AdPlay RPM.