Mageia Bugzilla – Attachment 12639 Details for
Bug 28717
Reintroduce: PlayonLinux works on Mageia 8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Cleaner spec file for mageia use
playonlinux.spec (text/x-rpm-spec), 11.33 KB, created by
Aurelian R
on 2021-04-16 15:48:32 CEST
(
hide
)
Description:
Cleaner spec file for mageia use
Filename:
MIME Type:
Creator:
Aurelian R
Created:
2021-04-16 15:48:32 CEST
Size:
11.33 KB
patch
obsolete
>%define oname PlayOnLinux >%define gitname POL-POM-4 >%define gitdate 20210124 >%define githash 749917b0 >%define gitver 4.4 > >Summary: Play your Windows games on Linux >Name: playonlinux >Version: 4.4.0 >Release: %mkrel 1 >License: GPLv3 and GPLv2+ and MIT >Group: Games/Other >Url: https://www.playonlinux.com ># Source0: https://github.com/PlayOnLinux/POL-POM-4/archive/refs/tags/${gitver}.tar.gz >Source0: POL-POM-4-4.4.tar.gz >Source1: playonlinux-getfromgit.sh ># patch from git to date 2021-01-24 >Patch0: PlayOnLinux-20210124.git.749917b0-all.patch >Patch1: playonlinux-4.3.3-hicolor.patch >Patch2: playonlinux-4.2.8-deb-set-debian-env.patch > >BuildRequires: appstream-util >BuildRequires: desktop-file-utils >BuildRequires: gcc >BuildRequires: gettext >BuildRequires: gzip >BuildRequires: make >BuildRequires: python3 >BuildRequires: python3-devel >BuildRequires: python3dist(natsort) >BuildRequires: python3dist(wxpython) >BuildRequires: %{_lib}appstream-glib8 > >BuildRequires: pkgconfig(gl) >BuildRequires: pkgconfig(x11) > >Requires: python3 >Requires: python3dist(natsort) >Requires: python3dist(wxpython) > >Requires: binutils >Requires: cabextract >Requires: curl >Requires: gettext >Requires: glxinfo >Requires: gnupg2 >Requires: icoutils >Requires: imagemagick >Requires: jq >Requires: netcat >Requires: p7zip >Requires: tar >Requires: unzip >Requires: wget >Requires: xterm >Requires: xz > >Requires: wine-bin >%ifarch x86_64 aarch64 >Recommends: wine32 >%endif > >%description >PlayOnLinux is a piece of software which allows you to install >and use easily numerous games and software designed to run >with Microsoft(R)'s Windows(R). Indeed, currently, still few >games are compatible with GNU/Linux, and it could be a factor >preventing from migrating to this system. PlayOnLinux brings an >accessible and efficient solution to this problem, cost-free >and respectful of the free software. > >%prep >%setup -q -n %{gitname}-%{gitver} >%patch0 -p1 >%patch1 -p1 > > >%build >%make_build \ > CFLAGS="$RPM_OPT_FLAGS $RPM_LD_FLAGS" \ > PYTHON="%{__python3} -m py_compile" > >%install >%make_install > ># Remove shebang from Python library >sed '1{/^#!\//d}' -i %{buildroot}%{_datadir}/%{name}/python/setupwindow/gui_server.py > ># Remove misplaced files and directories >rm -rf %{buildroot}%{_datadir}/%{name}/{bin,tests,CHANGELOG.md,LICENCE,README.md,TRANSLATORS} >rm -f %{buildroot}%{_datadir}/%{name}/etc/PlayOnLinux.{appdata.xml,desktop} > ># Byte compile importable Python modules outside of standard paths >%py_byte_compile %{__python3} %{buildroot}%{_datadir}/%{name}/python/ > >%find_lang pol > >%check >desktop-file-validate %{buildroot}%{_datadir}/applications/PlayOnLinux.desktop >appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/PlayOnLinux.appdata.xml > >%files -f pol.lang >%doc CHANGELOG.md README.md TRANSLATORS >%license doc/copyright LICENCE >%{_bindir}/%{name} >%{_bindir}/%{name}-pkg >%{_datadir}/%{name}/ >%{_datadir}/appdata/%{oname}.appdata.xml >%{_datadir}/applications/%{oname}.desktop >%{_iconsdir}/hicolor/*/apps/%{name}.png >%{_libexecdir}/%{name}-check_dd >%{_mandir}/man1/%{name}.1* >%{_mandir}/man1/%{name}-pkg.1* > > >%changelog >* Mon Apr 05 2021 aurelianr 4.4.0-1.mga8 >+ Revision: 1363432 >- fix dependencies > >* Tue Feb 05 2019 daviddavid <daviddavid> 4.3.4-2.mga7 >+ Revision: 1363432 >- fix dependencies > >* Tue Jan 01 2019 daviddavid <daviddavid> 4.3.4-1.mga7 >+ Revision: 1348011 >- new version: 4.3.4 > >* Wed Dec 12 2018 akien <akien> 4.3.3-1.mga7 >+ Revision: 1340487 >- Version 4.3.3 > >* Sun Sep 23 2018 umeabot <umeabot> 4.2.12-2.mga7 >+ Revision: 1300311 >- Mageia 7 Mass Rebuild > >* Sun Jun 25 2017 akien <akien> 4.2.12-1.mga6 >+ Revision: 1108393 >- Version 4.2.12 > >* Sat Jun 03 2017 akien <akien> 4.2.11-1.mga6 >+ Revision: 1105887 >- Version 4.2.11 > >* Mon Jan 25 2016 akien <akien> 4.2.10-1.mga6 >+ Revision: 927601 >- Version 4.2.10 > >* Mon Sep 21 2015 akien <akien> 4.2.9-2.mga6 >+ Revision: 882105 >- Fix wrong path in playonlinux-pkg wrapper script > >* Mon Sep 21 2015 akien <akien> 4.2.9-1.mga6 >+ Revision: 882095 >- Version 4.2.9 > >* Tue Jun 23 2015 akien <akien> 4.2.8-1.mga6 >+ Revision: 840490 >- Version 4.2.8 >- Use DEBIAN_PACKAGE upstream feature > o Cleaner solution than previous patch to disable new versions alerts > o Also disables automatic bug reports and sending of statistics > o Makes use of system-wide locale dir >- Add manpages from Debian >- Install only the necessary files > >* Sat Mar 07 2015 akien <akien> 4.2.6-1.mga5 >+ Revision: 818069 >- Disable notification for new upstream versions (mga#7535) >- Version 4.2.6 >- Install icon to hicolor theme > >* Sun Feb 22 2015 anaselli <anaselli> 4.2.5-2.mga5 >+ Revision: 816419 >- rebuilt for new libgphoto2 > >* Fri Nov 07 2014 akien <akien> 4.2.5-1.mga5 >+ Revision: 796004 >- Version 4.2.5 > >* Wed Oct 15 2014 umeabot <umeabot> 4.2.4-3.mga5 >+ Revision: 747663 >- Second Mageia 5 Mass Rebuild > >* Tue Sep 16 2014 umeabot <umeabot> 4.2.4-2.mga5 >+ Revision: 687648 >- Mageia 5 Mass Rebuild > >* Fri Jul 25 2014 akien <akien> 4.2.4-1.mga5 >+ Revision: 656531 >- Version 4.2.4 > >* Thu Jan 16 2014 akien <akien> 4.2.2-1.mga4 >+ Revision: 566670 >- New 4.2.2 version > >* Sat Oct 19 2013 umeabot <umeabot> 4.2.1-3.mga4 >+ Revision: 532077 >- Mageia 4 Mass Rebuild > >* Thu Aug 15 2013 stormi <stormi> 4.2.1-2.mga4 >+ Revision: 466672 >- requires p7zip > >* Wed Jun 05 2013 dams <dams> 4.2.1-1.mga4 >+ Revision: 437617 >- new version 4.2.1 > >* Sat Apr 13 2013 stormi <stormi> 4.1.9-3.mga3 >+ Revision: 409873 >- require gnupg to fix bug #9632 > >* Wed Feb 06 2013 stormi <stormi> 4.1.9-2.mga3 >+ Revision: 394804 >- add missing netcat dependency > >* Sat Jan 19 2013 stormi <stormi> 4.1.9-1.mga3 >+ Revision: 389842 >- version 4.1.9 > >* Sun Jan 13 2013 umeabot <umeabot> 4.1.8-2.mga3 >+ Revision: 377806 >- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild > >* Tue Oct 02 2012 tv <tv> 4.1.8-1.mga3 >+ Revision: 302226 >- new release >- require xz instead of lzma > >* Sun Aug 19 2012 stormi <stormi> 4.1.6-1.mga3 >+ Revision: 282291 >- fix disable-GL-checks patch again >- add patch to fix desktop file >- rediff disable-GL-checks patch >- new version 4.1.6 > >* Sat Aug 04 2012 tv <tv> 4.1.3-4.mga3 >+ Revision: 278478 >- seems to be 64bit friendly now > >* Wed Aug 01 2012 tv <tv> 4.1.3-3.mga3 >+ Revision: 277680 >- make it installable with wine64 > >* Sun Jul 29 2012 dmorgan <dmorgan> 4.1.3-2.mga3 >+ Revision: 275814 >- Add icoutils as Requires > >* Sun Jul 22 2012 dmorgan <dmorgan> 4.1.3-1.mga3 >+ Revision: 273571 >- New version > >* Tue Jun 26 2012 dams <dams> 4.1.2-1.mga3 >+ Revision: 264003 >- new version 4.1.2 >- rediff patch >- clean specfile > >* Tue Mar 06 2012 pterjan <pterjan> 4.0.15-2.mga2 >+ Revision: 220557 >- Drop the GL check binaries and use Debian patch to not call them > >* Sun Mar 04 2012 stormi <stormi> 4.0.15-1.mga2 >+ Revision: 218248 >- new version 4.0.15 > >* Sun Jan 29 2012 stormi <stormi> 4.0.14-1.mga2 >+ Revision: 202906 >- new version 4.0.14 > >* Sat Jan 28 2012 tv <tv> 4.0.13-2.mga2 >+ Revision: 202547 >- rebuild for missing packages > >* Sun Oct 23 2011 stormi <stormi> 4.0.13-1.mga2 >+ Revision: 157541 >- update to version 4.0.13 > >* Mon May 16 2011 ahmad <ahmad> 3.8.12-2.mga1 >+ Revision: 99316 >- playonlinux explicitly requires wine-full (i.e. i586 wine package), so it > shouldn't exist in x86_64 repos; i.e. it should be exclusive arch %%ix86 > >* Fri Mar 11 2011 stormi <stormi> 3.8.12-1.mga1 >+ Revision: 68233 >- new version 3.8.12 > >* Fri Mar 11 2011 stormi <stormi> 3.8.8-2.mga1 >+ Revision: 68228 >- clean spec >- imported package playonlinux > > >* Tue Feb 15 2011 Tomasz Pawel Gajc <tpg@mandriva.org> 3.8.8-1mdv2011.0 >+ Revision: 637862 >- update to new version 3.8.8 > >* Thu Dec 02 2010 Stéphane Téletchéa <steletch@mandriva.org> 3.8.6-1mdv2011.0 >+ Revision: 604687 >- Update to new version 3.8.6 > >* Sat Nov 27 2010 Tomasz Pawel Gajc <tpg@mandriva.org> 3.8.5-1mdv2011.0 >+ Revision: 601904 >- update to new version 3.8.5 > >* Wed Oct 06 2010 Thierry Vignaud <tv@mandriva.org> 3.8.3-2mdv2011.0 >+ Revision: 583153 >- require wine-full instead of wine > >* Thu Sep 30 2010 Thierry Vignaud <tv@mandriva.org> 3.8.3-1mdv2011.0 >+ Revision: 582197 >- new release > >* Sun Jul 11 2010 Tomasz Pawel Gajc <tpg@mandriva.org> 3.7.6-1mdv2011.0 >+ Revision: 550985 >- update to new version 3.7.6 > > + Ahmad Samir <ahmadsamir@mandriva.org> > - clean spec and .desktop file > >* Mon Mar 01 2010 Tomasz Pawel Gajc <tpg@mandriva.org> 3.7.3-3mdv2010.1 >+ Revision: 513266 >- require mesa-demos on distributions older than 2010.1 >- revert my last commit (use wine instead of wine64 on x86_64) > >* Thu Feb 25 2010 Tomasz Pawel Gajc <tpg@mandriva.org> 3.7.3-2mdv2010.1 >+ Revision: 510839 >- require wine64 on other arch than x86 > >* Tue Feb 16 2010 Frederik Himpe <fhimpe@mandriva.org> 3.7.3-1mdv2010.1 >+ Revision: 506860 >- update to new version 3.7.3 > >* Wed Feb 03 2010 Thierry Vignaud <tv@mandriva.org> 3.7.2-2mdv2010.1 >+ Revision: 499986 >- requires glxinfo instead of mesa-demos > >* Sun Jan 24 2010 Tomasz Pawel Gajc <tpg@mandriva.org> 3.7.2-1mdv2010.1 >+ Revision: 495607 >- update to new version 3.7.2 >- do not remove the LICENCE file (mdvbz #56517) > >* Wed Nov 11 2009 Frederik Himpe <fhimpe@mandriva.org> 3.7.1-1mdv2010.1 >+ Revision: 464816 >- update to new version 3.7.1 > >* Sun Oct 11 2009 Zombie Ryushu <ryushu@mandriva.org> 3.7-1mdv2010.1 >+ Revision: 456673 >- Upgrade to 3.7 > >* Thu Jul 09 2009 Frederik Himpe <fhimpe@mandriva.org> 3.6-1mdv2010.0 >+ Revision: 394017 >- update to new version 3.6 > >* Sat May 09 2009 Tomasz Pawel Gajc <tpg@mandriva.org> 3.5-1mdv2010.0 >+ Revision: 373869 >- update to new version 3.5 > >* Sat Mar 07 2009 Tomasz Pawel Gajc <tpg@mandriva.org> 3.4-1mdv2009.1 >+ Revision: 351817 >- update to new version 3.4 > >* Fri Feb 13 2009 Guillaume Bedot <littletux@mandriva.org> 3.3.1-2mdv2009.1 >+ Revision: 340055 >- Make pol installable again >- Fix description > >* Mon Feb 02 2009 Tomasz Pawel Gajc <tpg@mandriva.org> 3.3.1-1mdv2009.1 >+ Revision: 336455 >- update to new version 3.3.1 > >* Mon Jan 26 2009 Tomasz Pawel Gajc <tpg@mandriva.org> 3.3-1mdv2009.1 >+ Revision: 333868 >- update to new version 3.3 > >* Mon Dec 29 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 3.2.2-2mdv2009.1 >+ Revision: 320803 >- rebuild for new python > >* Mon Dec 15 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 3.2.2-1mdv2009.1 >+ Revision: 314396 >- update to new version 3.2.2 > >* Sun Nov 30 2008 Emmanuel Andry <eandry@mandriva.org> 3.2.1-1mdv2009.1 >+ Revision: 308522 >- New version (bugfix) > >* Sat Nov 29 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 3.2-1mdv2009.1 >+ Revision: 308015 >- update to new version 3.2 > >* Tue Nov 11 2008 Emmanuel Andry <eandry@mandriva.org> 3.1.3-1mdv2009.1 >+ Revision: 302278 >- update to new version 3.1.3 > >* Mon Oct 20 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 3.1.2-1mdv2009.1 >+ Revision: 295743 >- update to new version 3.1.2 >- fix executable script > >* Thu Jul 10 2008 Olivier Blin <oblin@mandriva.com> 3.0.8-3mdv2009.0 >+ Revision: 233490 >- do not untar the main source two times >- improve helper (use sh, do not fork, keep return code) >- python-devel is not required to build >- require wxPythonGTK >- gnome-python-extras/pygtk2.0/python-dbus are not used anymore > >* Thu Jul 10 2008 Olivier Blin <oblin@mandriva.com> 3.0.8-2mdv2009.0 >+ Revision: 233481 >- require mesa-demos (for glxinfo) >- require cabextract and lzma >- require binutils for ar > >* Thu Jul 03 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 3.0.8-1mdv2009.0 >+ Revision: 231165 >- update to new version 3.0.8 > >* Wed Jun 25 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 3.0.7-1mdv2009.0 >+ Revision: 228894 >- update to new version 3.0.7 > >* Mon Jun 16 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 3.0.4-1mdv2009.0 >+ Revision: 219635 >- add source and spec file >- Created package structure for playonlinux. >
%define oname PlayOnLinux %define gitname POL-POM-4 %define gitdate 20210124 %define githash 749917b0 %define gitver 4.4 Summary: Play your Windows games on Linux Name: playonlinux Version: 4.4.0 Release: %mkrel 1 License: GPLv3 and GPLv2+ and MIT Group: Games/Other Url: https://www.playonlinux.com # Source0: https://github.com/PlayOnLinux/POL-POM-4/archive/refs/tags/${gitver}.tar.gz Source0: POL-POM-4-4.4.tar.gz Source1: playonlinux-getfromgit.sh # patch from git to date 2021-01-24 Patch0: PlayOnLinux-20210124.git.749917b0-all.patch Patch1: playonlinux-4.3.3-hicolor.patch Patch2: playonlinux-4.2.8-deb-set-debian-env.patch BuildRequires: appstream-util BuildRequires: desktop-file-utils BuildRequires: gcc BuildRequires: gettext BuildRequires: gzip BuildRequires: make BuildRequires: python3 BuildRequires: python3-devel BuildRequires: python3dist(natsort) BuildRequires: python3dist(wxpython) BuildRequires: %{_lib}appstream-glib8 BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(x11) Requires: python3 Requires: python3dist(natsort) Requires: python3dist(wxpython) Requires: binutils Requires: cabextract Requires: curl Requires: gettext Requires: glxinfo Requires: gnupg2 Requires: icoutils Requires: imagemagick Requires: jq Requires: netcat Requires: p7zip Requires: tar Requires: unzip Requires: wget Requires: xterm Requires: xz Requires: wine-bin %ifarch x86_64 aarch64 Recommends: wine32 %endif %description PlayOnLinux is a piece of software which allows you to install and use easily numerous games and software designed to run with Microsoft(R)'s Windows(R). Indeed, currently, still few games are compatible with GNU/Linux, and it could be a factor preventing from migrating to this system. PlayOnLinux brings an accessible and efficient solution to this problem, cost-free and respectful of the free software. %prep %setup -q -n %{gitname}-%{gitver} %patch0 -p1 %patch1 -p1 %build %make_build \ CFLAGS="$RPM_OPT_FLAGS $RPM_LD_FLAGS" \ PYTHON="%{__python3} -m py_compile" %install %make_install # Remove shebang from Python library sed '1{/^#!\//d}' -i %{buildroot}%{_datadir}/%{name}/python/setupwindow/gui_server.py # Remove misplaced files and directories rm -rf %{buildroot}%{_datadir}/%{name}/{bin,tests,CHANGELOG.md,LICENCE,README.md,TRANSLATORS} rm -f %{buildroot}%{_datadir}/%{name}/etc/PlayOnLinux.{appdata.xml,desktop} # Byte compile importable Python modules outside of standard paths %py_byte_compile %{__python3} %{buildroot}%{_datadir}/%{name}/python/ %find_lang pol %check desktop-file-validate %{buildroot}%{_datadir}/applications/PlayOnLinux.desktop appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/PlayOnLinux.appdata.xml %files -f pol.lang %doc CHANGELOG.md README.md TRANSLATORS %license doc/copyright LICENCE %{_bindir}/%{name} %{_bindir}/%{name}-pkg %{_datadir}/%{name}/ %{_datadir}/appdata/%{oname}.appdata.xml %{_datadir}/applications/%{oname}.desktop %{_iconsdir}/hicolor/*/apps/%{name}.png %{_libexecdir}/%{name}-check_dd %{_mandir}/man1/%{name}.1* %{_mandir}/man1/%{name}-pkg.1* %changelog * Mon Apr 05 2021 aurelianr 4.4.0-1.mga8 + Revision: 1363432 - fix dependencies * Tue Feb 05 2019 daviddavid <daviddavid> 4.3.4-2.mga7 + Revision: 1363432 - fix dependencies * Tue Jan 01 2019 daviddavid <daviddavid> 4.3.4-1.mga7 + Revision: 1348011 - new version: 4.3.4 * Wed Dec 12 2018 akien <akien> 4.3.3-1.mga7 + Revision: 1340487 - Version 4.3.3 * Sun Sep 23 2018 umeabot <umeabot> 4.2.12-2.mga7 + Revision: 1300311 - Mageia 7 Mass Rebuild * Sun Jun 25 2017 akien <akien> 4.2.12-1.mga6 + Revision: 1108393 - Version 4.2.12 * Sat Jun 03 2017 akien <akien> 4.2.11-1.mga6 + Revision: 1105887 - Version 4.2.11 * Mon Jan 25 2016 akien <akien> 4.2.10-1.mga6 + Revision: 927601 - Version 4.2.10 * Mon Sep 21 2015 akien <akien> 4.2.9-2.mga6 + Revision: 882105 - Fix wrong path in playonlinux-pkg wrapper script * Mon Sep 21 2015 akien <akien> 4.2.9-1.mga6 + Revision: 882095 - Version 4.2.9 * Tue Jun 23 2015 akien <akien> 4.2.8-1.mga6 + Revision: 840490 - Version 4.2.8 - Use DEBIAN_PACKAGE upstream feature o Cleaner solution than previous patch to disable new versions alerts o Also disables automatic bug reports and sending of statistics o Makes use of system-wide locale dir - Add manpages from Debian - Install only the necessary files * Sat Mar 07 2015 akien <akien> 4.2.6-1.mga5 + Revision: 818069 - Disable notification for new upstream versions (mga#7535) - Version 4.2.6 - Install icon to hicolor theme * Sun Feb 22 2015 anaselli <anaselli> 4.2.5-2.mga5 + Revision: 816419 - rebuilt for new libgphoto2 * Fri Nov 07 2014 akien <akien> 4.2.5-1.mga5 + Revision: 796004 - Version 4.2.5 * Wed Oct 15 2014 umeabot <umeabot> 4.2.4-3.mga5 + Revision: 747663 - Second Mageia 5 Mass Rebuild * Tue Sep 16 2014 umeabot <umeabot> 4.2.4-2.mga5 + Revision: 687648 - Mageia 5 Mass Rebuild * Fri Jul 25 2014 akien <akien> 4.2.4-1.mga5 + Revision: 656531 - Version 4.2.4 * Thu Jan 16 2014 akien <akien> 4.2.2-1.mga4 + Revision: 566670 - New 4.2.2 version * Sat Oct 19 2013 umeabot <umeabot> 4.2.1-3.mga4 + Revision: 532077 - Mageia 4 Mass Rebuild * Thu Aug 15 2013 stormi <stormi> 4.2.1-2.mga4 + Revision: 466672 - requires p7zip * Wed Jun 05 2013 dams <dams> 4.2.1-1.mga4 + Revision: 437617 - new version 4.2.1 * Sat Apr 13 2013 stormi <stormi> 4.1.9-3.mga3 + Revision: 409873 - require gnupg to fix bug #9632 * Wed Feb 06 2013 stormi <stormi> 4.1.9-2.mga3 + Revision: 394804 - add missing netcat dependency * Sat Jan 19 2013 stormi <stormi> 4.1.9-1.mga3 + Revision: 389842 - version 4.1.9 * Sun Jan 13 2013 umeabot <umeabot> 4.1.8-2.mga3 + Revision: 377806 - Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild * Tue Oct 02 2012 tv <tv> 4.1.8-1.mga3 + Revision: 302226 - new release - require xz instead of lzma * Sun Aug 19 2012 stormi <stormi> 4.1.6-1.mga3 + Revision: 282291 - fix disable-GL-checks patch again - add patch to fix desktop file - rediff disable-GL-checks patch - new version 4.1.6 * Sat Aug 04 2012 tv <tv> 4.1.3-4.mga3 + Revision: 278478 - seems to be 64bit friendly now * Wed Aug 01 2012 tv <tv> 4.1.3-3.mga3 + Revision: 277680 - make it installable with wine64 * Sun Jul 29 2012 dmorgan <dmorgan> 4.1.3-2.mga3 + Revision: 275814 - Add icoutils as Requires * Sun Jul 22 2012 dmorgan <dmorgan> 4.1.3-1.mga3 + Revision: 273571 - New version * Tue Jun 26 2012 dams <dams> 4.1.2-1.mga3 + Revision: 264003 - new version 4.1.2 - rediff patch - clean specfile * Tue Mar 06 2012 pterjan <pterjan> 4.0.15-2.mga2 + Revision: 220557 - Drop the GL check binaries and use Debian patch to not call them * Sun Mar 04 2012 stormi <stormi> 4.0.15-1.mga2 + Revision: 218248 - new version 4.0.15 * Sun Jan 29 2012 stormi <stormi> 4.0.14-1.mga2 + Revision: 202906 - new version 4.0.14 * Sat Jan 28 2012 tv <tv> 4.0.13-2.mga2 + Revision: 202547 - rebuild for missing packages * Sun Oct 23 2011 stormi <stormi> 4.0.13-1.mga2 + Revision: 157541 - update to version 4.0.13 * Mon May 16 2011 ahmad <ahmad> 3.8.12-2.mga1 + Revision: 99316 - playonlinux explicitly requires wine-full (i.e. i586 wine package), so it shouldn't exist in x86_64 repos; i.e. it should be exclusive arch %%ix86 * Fri Mar 11 2011 stormi <stormi> 3.8.12-1.mga1 + Revision: 68233 - new version 3.8.12 * Fri Mar 11 2011 stormi <stormi> 3.8.8-2.mga1 + Revision: 68228 - clean spec - imported package playonlinux * Tue Feb 15 2011 Tomasz Pawel Gajc <tpg@mandriva.org> 3.8.8-1mdv2011.0 + Revision: 637862 - update to new version 3.8.8 * Thu Dec 02 2010 Stéphane Téletchéa <steletch@mandriva.org> 3.8.6-1mdv2011.0 + Revision: 604687 - Update to new version 3.8.6 * Sat Nov 27 2010 Tomasz Pawel Gajc <tpg@mandriva.org> 3.8.5-1mdv2011.0 + Revision: 601904 - update to new version 3.8.5 * Wed Oct 06 2010 Thierry Vignaud <tv@mandriva.org> 3.8.3-2mdv2011.0 + Revision: 583153 - require wine-full instead of wine * Thu Sep 30 2010 Thierry Vignaud <tv@mandriva.org> 3.8.3-1mdv2011.0 + Revision: 582197 - new release * Sun Jul 11 2010 Tomasz Pawel Gajc <tpg@mandriva.org> 3.7.6-1mdv2011.0 + Revision: 550985 - update to new version 3.7.6 + Ahmad Samir <ahmadsamir@mandriva.org> - clean spec and .desktop file * Mon Mar 01 2010 Tomasz Pawel Gajc <tpg@mandriva.org> 3.7.3-3mdv2010.1 + Revision: 513266 - require mesa-demos on distributions older than 2010.1 - revert my last commit (use wine instead of wine64 on x86_64) * Thu Feb 25 2010 Tomasz Pawel Gajc <tpg@mandriva.org> 3.7.3-2mdv2010.1 + Revision: 510839 - require wine64 on other arch than x86 * Tue Feb 16 2010 Frederik Himpe <fhimpe@mandriva.org> 3.7.3-1mdv2010.1 + Revision: 506860 - update to new version 3.7.3 * Wed Feb 03 2010 Thierry Vignaud <tv@mandriva.org> 3.7.2-2mdv2010.1 + Revision: 499986 - requires glxinfo instead of mesa-demos * Sun Jan 24 2010 Tomasz Pawel Gajc <tpg@mandriva.org> 3.7.2-1mdv2010.1 + Revision: 495607 - update to new version 3.7.2 - do not remove the LICENCE file (mdvbz #56517) * Wed Nov 11 2009 Frederik Himpe <fhimpe@mandriva.org> 3.7.1-1mdv2010.1 + Revision: 464816 - update to new version 3.7.1 * Sun Oct 11 2009 Zombie Ryushu <ryushu@mandriva.org> 3.7-1mdv2010.1 + Revision: 456673 - Upgrade to 3.7 * Thu Jul 09 2009 Frederik Himpe <fhimpe@mandriva.org> 3.6-1mdv2010.0 + Revision: 394017 - update to new version 3.6 * Sat May 09 2009 Tomasz Pawel Gajc <tpg@mandriva.org> 3.5-1mdv2010.0 + Revision: 373869 - update to new version 3.5 * Sat Mar 07 2009 Tomasz Pawel Gajc <tpg@mandriva.org> 3.4-1mdv2009.1 + Revision: 351817 - update to new version 3.4 * Fri Feb 13 2009 Guillaume Bedot <littletux@mandriva.org> 3.3.1-2mdv2009.1 + Revision: 340055 - Make pol installable again - Fix description * Mon Feb 02 2009 Tomasz Pawel Gajc <tpg@mandriva.org> 3.3.1-1mdv2009.1 + Revision: 336455 - update to new version 3.3.1 * Mon Jan 26 2009 Tomasz Pawel Gajc <tpg@mandriva.org> 3.3-1mdv2009.1 + Revision: 333868 - update to new version 3.3 * Mon Dec 29 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 3.2.2-2mdv2009.1 + Revision: 320803 - rebuild for new python * Mon Dec 15 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 3.2.2-1mdv2009.1 + Revision: 314396 - update to new version 3.2.2 * Sun Nov 30 2008 Emmanuel Andry <eandry@mandriva.org> 3.2.1-1mdv2009.1 + Revision: 308522 - New version (bugfix) * Sat Nov 29 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 3.2-1mdv2009.1 + Revision: 308015 - update to new version 3.2 * Tue Nov 11 2008 Emmanuel Andry <eandry@mandriva.org> 3.1.3-1mdv2009.1 + Revision: 302278 - update to new version 3.1.3 * Mon Oct 20 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 3.1.2-1mdv2009.1 + Revision: 295743 - update to new version 3.1.2 - fix executable script * Thu Jul 10 2008 Olivier Blin <oblin@mandriva.com> 3.0.8-3mdv2009.0 + Revision: 233490 - do not untar the main source two times - improve helper (use sh, do not fork, keep return code) - python-devel is not required to build - require wxPythonGTK - gnome-python-extras/pygtk2.0/python-dbus are not used anymore * Thu Jul 10 2008 Olivier Blin <oblin@mandriva.com> 3.0.8-2mdv2009.0 + Revision: 233481 - require mesa-demos (for glxinfo) - require cabextract and lzma - require binutils for ar * Thu Jul 03 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 3.0.8-1mdv2009.0 + Revision: 231165 - update to new version 3.0.8 * Wed Jun 25 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 3.0.7-1mdv2009.0 + Revision: 228894 - update to new version 3.0.7 * Mon Jun 16 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 3.0.4-1mdv2009.0 + Revision: 219635 - add source and spec file - Created package structure for playonlinux.
View Attachment As Raw
Actions:
View
Attachments on
bug 28717
:
12578
|
12581
| 12639