68b4bb3
Name:           qmc2
89ad9e5
Version:        0.195
e467905
Release:        16%{?dist}
68b4bb3
Summary:        M.A.M.E. Catalog / Launcher II
68b4bb3
68b4bb3
#PDF.js is ASL 2.0
68b4bb3
#data/js/pdfjs/web/l10n.js is MIT
68b4bb3
#everything else is GPLv2
68b4bb3
License:        GPLv2 and ASL 2.0 and MIT
68b4bb3
URL:            http://qmc2.batcom-it.net
68b4bb3
Source0:        http://downloads.sourceforge.net/qmc2/%{name}-%{version}.tar.bz2
4adcce5
%if 0%{?fedora} >= 30
4adcce5
Patch0:         %{name}-minizip.patch
4adcce5
%endif
968d16f
Patch2:         %{name}-listxml-softlist-fix.patch
68b4bb3
#Fedora-specific configuration
68b4bb3
Patch1:         %{name}-ini.patch
68b4bb3
f03509e
BuildRequires: make
68b4bb3
BuildRequires:  desktop-file-utils
8d53b08
BuildRequires:  libarchive-devel
68b4bb3
BuildRequires:  libXmu-devel
4adcce5
BuildRequires:  minizip-devel
68b4bb3
BuildRequires:  phonon-devel
68b4bb3
BuildRequires:  qt4-webkit-devel
68b4bb3
BuildRequires:  rsync
68b4bb3
BuildRequires:  SDL2-devel
68b4bb3
Requires:       games-menus
579f28c
Provides:       bundled(lzma-sdk) = 16.04
89ad9e5
Provides:       PDF.js = 3f320f0b
68b4bb3
68b4bb3
%description
8d53b08
A Qt based multi-platform GUI front-end for MAME.
68b4bb3
68b4bb3
68b4bb3
%package -n qchdman
68b4bb3
Summary:        Qt CHDMAN GUI
68b4bb3
License:        GPLv2
68b4bb3
Requires:       mame-tools
68b4bb3
68b4bb3
%description -n qchdman
68b4bb3
A stand-alone graphical user interface / front-end to chdman
68b4bb3
68b4bb3
68b4bb3
%package arcade
68b4bb3
Summary:        Arcade QMC2 GUI
68b4bb3
License:        GPLv2
68b4bb3
68b4bb3
%description arcade
68b4bb3
A QML-based standalone graphical arcade mode binary which utilizes the cached
68b4bb3
data of qmc2 to quickly display and launch emulators and get you "straight into
68b4bb3
the games"
68b4bb3
68b4bb3
68b4bb3
%prep
4adcce5
%autosetup -p1 -n %{name}
029ede8
pushd arch/Linux/
46f57ec
ln -s Fedora.cfg Fedora_release_31.cfg
203e41f
ln -s Fedora.cfg Fedora_release_32.cfg
0556624
ln -s Fedora.cfg Fedora_release_33.cfg
44fbf0d
ln -s Fedora.cfg Fedora_release_34.cfg
029ede8
popd
68b4bb3
#ensure system minizip and zlib are used
68b4bb3
rm -rf minizip
68b4bb3
rm -rf zlib
68b4bb3
68b4bb3
68b4bb3
%build
68b4bb3
%make_build DISTCFG=1 CC_FLAGS="$RPM_OPT_FLAGS" CXX_FLAGS="$RPM_OPT_FLAGS" \
8d53b08
    L_FLAGS="$RPM_LD_FLAGS" SYSTEM_MINIZIP=1 SYSTEM_ZLIB=1 LIBARCHIVE=1
68b4bb3
%make_build arcade DISTCFG=1 CC_FLAGS="$RPM_OPT_FLAGS" CXX_FLAGS="$RPM_OPT_FLAGS" \
8d53b08
    L_FLAGS="$RPM_LD_FLAGS" SYSTEM_MINIZIP=1 SYSTEM_ZLIB=1 LIBARCHIVE=1
68b4bb3
%make_build qchdman DISTCFG=1 CXX_FLAGS="$RPM_OPT_FLAGS" L_FLAGS="$RPM_LD_FLAGS"
68b4bb3
%make_build doc DISTCFG=1
68b4bb3
68b4bb3
68b4bb3
%install
68b4bb3
rm -rf $RPM_BUILD_ROOT
68b4bb3
68b4bb3
make install DESTDIR=$RPM_BUILD_ROOT DISTCFG=1 PREFIX=%{_prefix} \
68b4bb3
    QT_TRANSLATION=../../qt4/translations
68b4bb3
68b4bb3
make arcade-install DESTDIR=$RPM_BUILD_ROOT DISTCFG=1 PREFIX=%{_prefix} \
a869ed9
    QT_TRANSLATION=../../qt4/translations
68b4bb3
68b4bb3
make qchdman-install DESTDIR=$RPM_BUILD_ROOT DISTCFG=1 PREFIX=%{_prefix} \
68b4bb3
    QT_TRANSLATION=../../qt4/translations
68b4bb3
68b4bb3
make doc-install DESTDIR=$RPM_BUILD_ROOT DISTCFG=1 MAN_DIR=%{_mandir}
68b4bb3
68b4bb3
#remove docs since we are installing docs in %%doc
68b4bb3
pushd $RPM_BUILD_ROOT%{_datadir}/%{name}
68b4bb3
rm -fr doc
68b4bb3
ln -s %{_docdir}/%{name} doc
68b4bb3
popd
68b4bb3
68b4bb3
#validate the desktop files
68b4bb3
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/qmc2-sdlmame.desktop
68b4bb3
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/qmc2-arcade.desktop
68b4bb3
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/qchdman.desktop
68b4bb3
68b4bb3
68b4bb3
%files
68b4bb3
%doc data/doc/html/*
68b4bb3
%license data/doc/html/us/copying.html data/js/pdfjs/LICENSE
68b4bb3
%config(noreplace) %{_sysconfdir}/qmc2
68b4bb3
%{_bindir}/qmc2
68b4bb3
%{_bindir}/qmc2-sdlmame
68b4bb3
%{_datadir}/applications/qmc2-sdlmame.desktop
68b4bb3
%{_mandir}/man6/qmc2-main-gui.6*
68b4bb3
%{_mandir}/man6/qmc2-sdlmame.6*
68b4bb3
%{_mandir}/man6/qmc2.6*
68b4bb3
%{_datadir}/qmc2
68b4bb3
68b4bb3
%files arcade
68b4bb3
%license data/doc/html/us/copying.html
68b4bb3
%{_bindir}/qmc2-arcade
68b4bb3
%{_datadir}/applications/qmc2-arcade.desktop
68b4bb3
%{_mandir}/man6/qmc2-arcade.6*
68b4bb3
68b4bb3
%files -n qchdman
68b4bb3
%license data/doc/html/us/copying.html
68b4bb3
%{_bindir}/qchdman
68b4bb3
%{_datadir}/applications/qchdman.desktop
68b4bb3
%{_mandir}/man6/qchdman.6*
68b4bb3
68b4bb3
68b4bb3
%changelog
e467905
* Tue Feb 09 2021 Miro Hrončok <mhroncok@redhat.com> - 0.195-16
e467905
- Rebuilt for minizip 3.0.0
e467905
0ea6dbe
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.195-15
0ea6dbe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
0ea6dbe
44fbf0d
* Mon Aug 17 2020 Julian Sikorski <belegdol@fedoraproject.org> - 0.195-14
44fbf0d
- Fix qmake detection on rawhide
44fbf0d
8078fca
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.195-13
8078fca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
8078fca
0556624
* Wed Mar 04 2020 Julian Sikorski <belegdol@fedoraproject.org> - 0.195-12
0556624
- Fix qmake detection on rawhide
0556624
3e4e9b0
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.195-11
3e4e9b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
3e4e9b0
968d16f
* Mon Jan 06 2020 Julian Sikorski <belegdol@fedoraproject.org> - 0.195-10
968d16f
- Fix listxml parsing for MAME 0.217 and newer using a patch from upstream SVN
968d16f
203e41f
* Thu Sep 05 2019 Julian Sikorski <belegdol@fedoraproject.org> - 0.195-9
203e41f
- Fix qmake detection on rawhide
203e41f
898ec56
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.195-8
898ec56
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
898ec56
46f57ec
* Thu Mar 28 2019 Julian Sikorski <belegdol@fedoraproject.org> - 0.195-7
46f57ec
- Fix qmake detection on rawhide
46f57ec
7a95cdb
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.195-6
7a95cdb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
7a95cdb
4adcce5
* Sat Oct 20 2018 Julian Sikorski <belegdol@fedoraproject.org> - 0.195-5
4adcce5
- Add patch migrating to the new minizip package
4adcce5
0bbd2d8
* Fri Sep 07 2018 Julian Sikorski <belegdol@fedoraproject.org> - 0.195-4
029ede8
- Fixed qmake detection on rawhide
0bbd2d8
a106e6a
* Tue Aug 28 2018 Patrik Novotný <panovotn@redhat.com> - 0.195-3
a106e6a
- change requires to minizip-compat(-devel), rhbz#1609830, rhbz#1615381
029ede8
5a2c3c2
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.195-2
5a2c3c2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
5a2c3c2
89ad9e5
* Fri Mar 09 2018 Julian Sikorski <belegdol@fedoraproject.org> - 0.195-1
89ad9e5
- Updated to 0.195
89ad9e5
4851fdd
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.192-2
4851fdd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
4851fdd
e7804bf
* Sat Dec 02 2017 Julian Sikorski <belegdol@fedoraproject.org> - 0.192-1
e7804bf
- Updated to 0.192
e7804bf
b74de09
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.187-3
b74de09
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
b74de09
e1b2f35
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.187-2
e1b2f35
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
e1b2f35
d1e6472
* Mon Jul 03 2017 Julian Sikorski <belegdol@fedoraproject.org> - 0.187-1
d1e6472
- Updated to 0.187
d1e6472
19b5d68
* Sun Jun 18 2017 Julian Sikorski <belegdol@fedoraproject.org> - 0.186-1
19b5d68
- Updated to 0.186
19b5d68
- Updated the -ini patch
19b5d68
ff460cb
* Wed Feb 22 2017 Julian Sikorski <belegdol@fedoraproject.org> - 0.183-1
ff460cb
- Updated to 0.183
ff460cb
- Updated the -ini patch
ff460cb
366d098
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.71-2
366d098
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
366d098
579f28c
* Fri Jan 27 2017 Julian Sikorski <belegdol@fedoraproject.org> - 0.71-1
579f28c
- Updated to 0.71
579f28c
- Bundled lzma-sdk is now at 16.04
579f28c
- PDF.js is now at 76b4c8fa
579f28c
1483264
* Thu Dec 01 2016 Julian Sikorski <belegdol@fedoraproject.org> - 0.70-1
1483264
- Updated to 0.70
1483264
7612faa
* Fri Oct 28 2016 Julian Sikorski <belegdol@fedoraproject.org> - 0.69-1
7612faa
- Updated to 0.69
7612faa
8d53b08
* Fri Sep 30 2016 Julian Sikorski <belegdol@fedoraproject.org> - 0.68-1
8d53b08
- Updated to 0.68
8d53b08
- Updated description as per upstream suggestions
8d53b08
- Added libarchive support
8d53b08
6d64992
* Sat Sep 03 2016 Julian Sikorski <belegdol@fedoraproject.org> - 0.67-1
6d64992
- Updated to 0.67
6d64992
a869ed9
* Wed Jul 27 2016 Julian Sikorski <belegdol@fedoraproject.org> - 0.66-1
a869ed9
- Updated to 0.66
a869ed9
- Dropped included patches
a869ed9
68b4bb3
* Wed Jul 13 2016 Julian Sikorski <belegdol@fedoraproject.org> - 0.65-4
68b4bb3
- Fixed warning in generated man pages
68b4bb3
- Updated %%description spelling to front-end to silence rpmlint
68b4bb3
68b4bb3
* Tue Jul 12 2016 Julian Sikorski <belegdol@fedoraproject.org> - 0.65-3
68b4bb3
- Patched to use system-wide minizip and zlib
68b4bb3
- Added comments clarifying patches' purpuse
68b4bb3
- Corrected the License tags
68b4bb3
- Fixed online documentation symlink
68b4bb3
- Added qmc2-arcade
68b4bb3
68b4bb3
* Fri Jul 08 2016 Julian Sikorski <belegdol@fedoraproject.org> - 0.65-2
68b4bb3
- Fixed old changelog entries
68b4bb3
- Tagged copying.html as %%license
68b4bb3
- Modernised the SPEC file
68b4bb3
- Dropped ancient Provides/Obsoletes
68b4bb3
- Worked around lack of F25 config
68b4bb3
- Ensured $RPM_OPT_FLAGS and $RPM_LD_FLAGS are used
68b4bb3
- Applied some build fixes from upstream svn
68b4bb3
68b4bb3
* Sun Jul 03 2016 Julian Sikorski <belegdol@fedoraproject.org> - 0.65-1
68b4bb3
- Updated to 0.65
68b4bb3
68b4bb3
* Wed Apr 27 2016 Julian Sikorski <belegdol@fedoraproject.org> - 0.63-1
68b4bb3
- Updated to 0.63
68b4bb3
68b4bb3
* Thu Apr 07 2016 Julian Sikorski <belegdol@fedoraproject.org> - 0.62-1
68b4bb3
- Updated to 0.62
68b4bb3
- Updated the -ini patch
68b4bb3
68b4bb3
* Sat Mar 12 2016 Julian Sikorski <belegdol@fedoraproject.org> - 0.61-1
68b4bb3
- Updated to 0.61
68b4bb3
68b4bb3
* Thu Jan 28 2016 Julian Sikorski <belegdol@fedoraproject.org> - 0.60-1
68b4bb3
- Updated to 0.60
68b4bb3
68b4bb3
* Thu Dec 31 2015 Julian Sikorski <belegdol@fedoraproject.org> - 0.59-1
68b4bb3
- Updated to 0.59
68b4bb3
- Switched to SDL2
68b4bb3
68b4bb3
* Fri Nov 27 2015 Julian Sikorski <belegdol@fedoraproject.org> - 0.58-1
68b4bb3
- Updated to 0.58
68b4bb3
- Updated the URL
68b4bb3
68b4bb3
* Fri Oct 30 2015 Julian Sikorski <belegdol@fedoraproject.org> - 0.57-1
68b4bb3
- Updated to 0.57
68b4bb3
- Dropped the dat files from ini patch now that mame-data-extras is retired
68b4bb3
68b4bb3
* Thu Oct 01 2015 Julian Sikorski <belegdol@fedoraproject.org> - 0.56-1
68b4bb3
- Updated to 0.56
68b4bb3
68b4bb3
* Sat Aug 29 2015 Julian Sikorski <belegdol@fedoraproject.org> - 0.55-1
68b4bb3
- Updated to 0.55
68b4bb3
68b4bb3
* Thu Jul 30 2015 Julian Sikorski <belegdol@fedoraproject.org> - 0.54-1
68b4bb3
- Updated to 0.54
68b4bb3
- Dropped upstreamed patch
68b4bb3
- Updated the -ini patch
68b4bb3
68b4bb3
* Tue Jul 07 2015 Julian Sikorski <belegdol@fedoraproject.org> - 0.53-1
68b4bb3
- Updated to 0.53
68b4bb3
- Dropped -sdlmess subpackage
68b4bb3
- Added man pages
68b4bb3
- Cleaned up the spec file slightly
68b4bb3
- Updated the default configuration
68b4bb3
68b4bb3
* Tue Mar 31 2015 Julian Sikorski <belegdol@fedoraproject.org> - 0.50-1
68b4bb3
- Updated to 0.50
68b4bb3
- Switched to use history.dat instead of sysinfo.dat by default
68b4bb3
68b4bb3
* Thu Feb 26 2015 Julian Sikorski <belegdol@fedoraproject.org> - 0.49-1
68b4bb3
- Updated to 0.49
68b4bb3
68b4bb3
* Sun Feb 01 2015 Julian Sikorski <belegdol@fedoraproject.org> - 0.48-1
68b4bb3
- Updated to 0.48
68b4bb3
68b4bb3
* Sat Jan 03 2015 Julian Sikorski <belegdol@fedoraproject.org> - 0.47-1
68b4bb3
- Updated to 0.47
68b4bb3
68b4bb3
* Sat Nov 29 2014 Julian Sikorski <belegdol@fedoraproject.org> - 0.46-1
68b4bb3
- Updated to 0.46
68b4bb3
68b4bb3
* Sat Oct 18 2014 Julian Sikorski <belegdol@fedoraproject.org> - 0.45-1
68b4bb3
- Updated to 0.45
68b4bb3
68b4bb3
* Sun Aug 03 2014 Julian Sikorski <belegdol@fedoraproject.org> - 0.44-1
68b4bb3
- Updated to 0.44
68b4bb3
68b4bb3
* Sat Apr 26 2014 Julian Sikorski <belegdol@fedoraproject.org> - 0.43-1
68b4bb3
- Updated to 0.43
68b4bb3
- Updated the ini patch to use category.ini supplied with qmc2 by default
68b4bb3
- Added bundled(lzma-sdk) = 9.22 to Provides
68b4bb3
68b4bb3
* Thu Jan 09 2014 Julian Sikorski <belegdol@fedoraproject.org> - 0.42-1
68b4bb3
- Updated to 0.42
68b4bb3
68b4bb3
* Sun Nov 10 2013 Julian Sikorski <belegdol@fedoraproject.org> - 0.41-1
68b4bb3
- Updated to 0.41
68b4bb3
68b4bb3
* Thu Sep 19 2013 Julian Sikorski <belegdol@fedoraproject.org> - 0.40-1
68b4bb3
- Updated to 0.40
68b4bb3
- cheat_file → cheatpath
68b4bb3
68b4bb3
* Mon Jun 17 2013 Julian Sikorski <belegdol@fedoraproject.org> - 0.39-1
68b4bb3
- Updated to 0.39
68b4bb3
- Added qchdman
68b4bb3
- Fixed Source0 URL
68b4bb3
68b4bb3
* Sat Jan 12 2013 Julian Sikorski <belegdol@fedoraproject.org> - 0.38-1
68b4bb3
- Updated to 0.38
68b4bb3
- Updated the ini patch
68b4bb3
68b4bb3
* Fri Sep 21 2012 Julian Sikorski <belegdol@fedoraproject.org> - 0.37-1
68b4bb3
- Updated to 0.37
68b4bb3
- Updated the ini patch
68b4bb3
- SDLMAME/SDLMESS have been gone for a while, so just use them internally
68b4bb3
- Require mame/mess since the compatibility provides were dropped
68b4bb3
- Updated summaries
68b4bb3
68b4bb3
* Tue May 22 2012 Julian Sikorski <belegdol@fedoraproject.org> - 0.36-1
68b4bb3
- Updated to 0.36
68b4bb3
68b4bb3
* Thu Mar 08 2012 Nicolas Chauvet <kwizart@gmail.com> - 0.35-3
68b4bb3
- Rebuilt for c++ ABI breakage
68b4bb3
68b4bb3
* Thu Feb 09 2012 Nicolas Chauvet <kwizart@gmail.com> - 0.35-2
68b4bb3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
68b4bb3
68b4bb3
* Mon Feb 06 2012 Julian Sikorski <belegdol@fedoraproject.org> - 0.35-1
68b4bb3
- Updated to 0.35
68b4bb3
- Updated the ini patch
68b4bb3
- Made the inter-subpackage dependencies arch-specific
68b4bb3
68b4bb3
* Tue Nov 15 2011 Julian Sikorski <belegdol@fedoraproject.org> - 0.34-1
68b4bb3
- Updated to 0.34 (new versioning scheme)
68b4bb3
- Dropped obsolete Group, Buildroot, %%clean and %%defattr
68b4bb3
68b4bb3
* Wed Jun 29 2011 Julian Sikorski <belegdol@fedoraproject.org> - 0.2-0.24.b20
68b4bb3
- Updated to 0.2b20
68b4bb3
- Updated the ini patch
68b4bb3
68b4bb3
* Sun Apr 03 2011 Julian Sikorski <belegdol@fedoraproject.org> - 0.2-0.23.b19
68b4bb3
- Updated to 0.2b19
68b4bb3
68b4bb3
* Thu Jan 13 2011 Julian Sikorski <belegdol@fedoraproject.org> - 0.2-0.22.b18
68b4bb3
- Updated to 0.2b18
68b4bb3
68b4bb3
* Fri Oct 22 2010 Julian Sikorski <belegdol@fedoraproject.org> - 0.2-0.21.b17
68b4bb3
- Updated to 0.2b17
68b4bb3
- Added Fedora 15 config
68b4bb3
68b4bb3
* Fri Jul 30 2010 Julian Sikorski <belegdol@fedoraproject.org> - 0.2-0.20.b16
68b4bb3
- Updated to 0.2b16
68b4bb3
68b4bb3
* Sun May 16 2010 Julian Sikorski <belegdol@fedoraproject.org> - 0.2-0.19.b15
68b4bb3
- Updated to 0.2b15
68b4bb3
- Updated the ini template patch to include Catver.ini
68b4bb3
- s/qt4-devel/qt-webkit-devel due to changes in qt package
68b4bb3
68b4bb3
* Mon Mar 15 2010 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-0.18.b14
68b4bb3
- Updated to 0.2b14
68b4bb3
- Dropped --fno-var-tracking-assignments
68b4bb3
68b4bb3
* Sat Jan 02 2010 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-0.17.b13
68b4bb3
- Updated to 0.2b13
68b4bb3
- Dropped the cflags patch
68b4bb3
- Dropped the additional Fedora configs
68b4bb3
68b4bb3
* Sat Nov 21 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-0.16.b12
68b4bb3
- Updated to 0.2b12
68b4bb3
- Worked around RH bug 532763 for Fedora 12 and above
68b4bb3
- Added Fedora 12 and Fedora 13 configs
68b4bb3
68b4bb3
* Fri Sep 11 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-0.15.b11
68b4bb3
- Updated to 0.2b11
68b4bb3
- Updated the ini patch
68b4bb3
- Dropped F12 rawhide workaround
68b4bb3
68b4bb3
* Mon Jul 20 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-0.14.b10
68b4bb3
- Updated to 0.2b10
68b4bb3
- Added F12 rawhide config
68b4bb3
68b4bb3
* Mon Jun 08 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-0.13.b9
68b4bb3
- Updated to 0.2b9
68b4bb3
68b4bb3
* Thu Apr 23 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-0.12.b8
68b4bb3
- Updated to 0.2b8
68b4bb3
- Updated the ini patch
68b4bb3
- Dropped the upstreamed gcc44 patch
68b4bb3
- Dropped the F11 Beta workaround
68b4bb3
68b4bb3
* Mon Mar 30 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-0.11.b7
68b4bb3
- Handle the template properly
68b4bb3
- Updated the configs for Fedora 11 Beta
68b4bb3
68b4bb3
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.2-0.10.b7
68b4bb3
- rebuild for new F11 features
68b4bb3
68b4bb3
* Mon Mar 09 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-0.9.b7
68b4bb3
- Updated to 0.2b7
68b4bb3
- Dropped the rawhide fedora-release workaround
68b4bb3
- Overhauled for sdlmess support
68b4bb3
- Desktop files now come with the tarball and use the shipped icon
68b4bb3
- Updated Summary and %%description (M.A.M.E. → M.A.M.E./M.E.S.S.)
68b4bb3
- Updated the ini patch
68b4bb3
- Avoid installing qmc2.ini.new
68b4bb3
- Dropped hicolor-icon-theme from Requires
68b4bb3
- Switched to system-wide Qt translations
68b4bb3
- No longer force Windows Qt style
68b4bb3
- Updated the URL
68b4bb3
- Added libXmu-devel to BuildRequires
68b4bb3
- Added gcc-4.4 fix from SVN
68b4bb3
68b4bb3
* Mon Jan  5 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-0.8.b6
68b4bb3
- Updated to 0.2b6
68b4bb3
- Updated the ini patch
68b4bb3
- Updated the rawhide fedora-relase workaround
68b4bb3
- Added PRETTY=0 to compilation flags
68b4bb3
68b4bb3
* Thu Oct 16 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-0.7.b5
68b4bb3
- Updated to 0.2b5
68b4bb3
68b4bb3
* Tue Aug 19 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-0.6.b4
68b4bb3
- Added phonon-devel to BuildRequires
68b4bb3
- Cleaned up BuildRequires and Requires
68b4bb3
68b4bb3
* Tue Aug 19 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-0.5.b4
68b4bb3
- Updated to 0.2b4
68b4bb3
68b4bb3
* Wed Jul 30 2008 Thorsten Leemhuis 
68b4bb3
- rebuild for buildsys cflags issue
68b4bb3
68b4bb3
* Mon Jul  7 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-0.3.b3
68b4bb3
- Updated to 0.2b3
68b4bb3
- Dropped the qt4 patch, use DISTCFG instead
68b4bb3
- Updated the ini patch to include dat files location
68b4bb3
- Added SDL-devel to BuildRequires
68b4bb3
68b4bb3
* Sat May 10 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-0.2.b2
68b4bb3
- Updated to 0.2b2
68b4bb3
- Dropped %%{?dist} from %%changelog
68b4bb3
- Added hyphen before version number in %%changelog
68b4bb3
68b4bb3
* Wed Mar 26 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-0.1.b1
68b4bb3
- Updated to 0.2b1
68b4bb3
- Dropped the ini fix since it has been merged upstream
68b4bb3
68b4bb3
* Sat Feb 23 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.1-4
68b4bb3
- Updated the inipaths to reflect the post-0.123u1 SDLMAME configuration
68b4bb3
68b4bb3
* Sat Feb 23 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.1-3
68b4bb3
- Replaced the previous workaround with a proper fix from upstream
68b4bb3
68b4bb3
* Mon Feb 11 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.1-2
68b4bb3
- Updated the ini path to fix import/export feature
68b4bb3
68b4bb3
* Wed Feb  6 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.1-1
68b4bb3
- Upstream sync
68b4bb3
68b4bb3
* Thu Jan 31 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.1-0.10.b11
68b4bb3
- Upstream sync
68b4bb3
- Drop backup files deletion, there are none present
68b4bb3
- Adjusted the License tag
68b4bb3
- Fixed the executable permissions
68b4bb3
68b4bb3
* Mon Jul 30 2007 XulChris <tkmame@retrogames.com> - 0.1-0.9.b10
68b4bb3
- Upstream sync
68b4bb3
- Remove no longer needed qt43 patch
68b4bb3
68b4bb3
* Mon Jul 02 2007 XulChris <tkmame@retrogames.com> - 0.1-0.8.b9
68b4bb3
- Add patch to fix Qt-4.3 segmentation fault
68b4bb3
68b4bb3
* Sun Apr 22 2007 XulChris <tkmame@retrogames.com> - 0.1-0.7.b9
68b4bb3
- Remove style from desktop file and add it to ini file instead
68b4bb3
- Dribble Bugzilla #89
68b4bb3
68b4bb3
* Fri Mar 30 2007 XulChris <tkmame@retrogames.com> - 0.1-0.6.b9
68b4bb3
- Upstream sync
68b4bb3
- Remove no longer needed datadir patch
68b4bb3
68b4bb3
* Sun Mar 11 2007 XulChris <tkmame@retrogames.com> - 0.1-0.5.b8
68b4bb3
- Update desktop category
68b4bb3
- Include new paths in ini file
68b4bb3
- Add patch to fix DATADIR parsing in Makefile
68b4bb3
68b4bb3
* Fri Feb 23 2007 XulChris <tkmame@retrogames.com> - 0.1-0.4.b8
68b4bb3
- Upstream sync
68b4bb3
- Update Source0 URL
68b4bb3
- Remove patches which are now included in upstream
68b4bb3
- Move creation of desktop file to %%prep
68b4bb3
- Sync ini patch with new ini template
68b4bb3
68b4bb3
* Wed Jan 31 2007 XulChris <tkmame@retrogames.com> - 0.1-0.3.b7
68b4bb3
- Fix ini patch
68b4bb3
68b4bb3
* Wed Jan 17 2007 XulChris <tkmame@retrogames.com> - 0.1-0.2.b7
68b4bb3
- Make opengl default video mode
68b4bb3
- Remove macros from Patch tags
68b4bb3
- Move creation of .desktop file into %%build
68b4bb3
- Fix Categories field in .desktop file
68b4bb3
- Remove Version field from .desktop file
68b4bb3
- Fix documentation
68b4bb3
68b4bb3
* Sun Dec 24 2006 XulChris <tkmame@retrogames.com> - 0.1-0.1.b7
68b4bb3
- Initial Release