rebuilt with debug package and specfile fixes [release 0.0.5-3mamba;Wed Oct 06 2021]
This commit is contained in:
parent
8d17d042f4
commit
96350e5750
@ -3,6 +3,3 @@
|
|||||||
HoldingNuts is an open source multi-platform poker client and server.
|
HoldingNuts is an open source multi-platform poker client and server.
|
||||||
You can play the popular Texas Hold'em variant with people all over the world, meet your friends, run your own games and even setup your own poker-network.
|
You can play the popular Texas Hold'em variant with people all over the world, meet your friends, run your own games and even setup your own poker-network.
|
||||||
|
|
||||||
HoldingNuts è un client e server multipiattaforma per il poker
|
|
||||||
Puoi giocare il popolare Texas Hold'em con persone da tutto il mondo, incontrare i tuoi amici, ospitare i tuoi giochi e persino crearti la tua rete per il gioco del poker.
|
|
||||||
|
|
||||||
|
@ -1,48 +1,30 @@
|
|||||||
Name: holdingnuts
|
Name: holdingnuts
|
||||||
Version: 0.0.5
|
Version: 0.0.5
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: HoldingNuts is an open source multi-platform poker client and server.
|
Summary: HoldingNuts is an open source multi-platform poker client and server.
|
||||||
Summary(it): HoldingNuts è un client e server multipiattaforma per il poker
|
|
||||||
Group: Graphical Desktop/Applications/Games
|
Group: Graphical Desktop/Applications/Games
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.holdingnuts.net
|
URL: https://sourceforge.net/projects/holdingnuts/
|
||||||
Source: http://downloads.sourceforge.net/project/holdingnuts/holdingnuts/%{version}/holdingnuts-%{version}.tar.bz2
|
Source: http://downloads.sourceforge.net/project/holdingnuts/holdingnuts/%{version}/holdingnuts-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRequires: cmake
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libfontconfig-devel
|
|
||||||
BuildRequires: libfreetype-devel
|
|
||||||
BuildRequires: libgcc
|
|
||||||
BuildRequires: libglib-devel
|
|
||||||
BuildRequires: libICE-devel
|
|
||||||
BuildRequires: libopenssl-devel
|
|
||||||
BuildRequires: libpng-devel
|
|
||||||
BuildRequires: libqt4-devel
|
|
||||||
BuildRequires: libSDL-devel
|
BuildRequires: libSDL-devel
|
||||||
BuildRequires: libSM-devel
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libqt4-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libX11-devel
|
|
||||||
BuildRequires: libXext-devel
|
|
||||||
BuildRequires: libXfixes-devel
|
|
||||||
BuildRequires: libXinerama-devel
|
|
||||||
BuildRequires: libXrender-devel
|
|
||||||
BuildRequires: libz-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: cmake
|
||||||
|
|
||||||
%description
|
%description
|
||||||
HoldingNuts is an open source multi-platform poker client and server.
|
HoldingNuts is an open source multi-platform poker client and server.
|
||||||
You can play the popular Texas Hold'em variant with people all over the world, meet your friends, run your own games and even setup your own poker-network.
|
You can play the popular Texas Hold'em variant with people all over the world, meet your friends, run your own games and even setup your own poker-network.
|
||||||
|
|
||||||
%description -l it
|
%debug_package
|
||||||
HoldingNuts è un client e server multipiattaforma per il poker
|
|
||||||
Puoi giocare il popolare Texas Hold'em con persone da tutto il mondo, incontrare i tuoi amici, ospitare i tuoi giochi e persino crearti la tua rete per il gioco del poker.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -67,16 +49,24 @@ install build/src/system/*.so %{buildroot}%{_libdir}/
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/holdingnuts
|
%{_bindir}/holdingnuts
|
||||||
%{_bindir}/holdingnuts-server
|
%{_bindir}/holdingnuts-server
|
||||||
%{_libdir}/*.so
|
%{_libdir}/lib*.so
|
||||||
|
%dir %{_datadir}/holdingnuts
|
||||||
|
%dir %{_datadir}/holdingnuts/data
|
||||||
|
%dir %{_datadir}/holdingnuts/data/audio
|
||||||
%{_datadir}/holdingnuts/data/audio/*.wav
|
%{_datadir}/holdingnuts/data/audio/*.wav
|
||||||
|
%dir %{_datadir}/holdingnuts/data/gfx
|
||||||
%{_datadir}/holdingnuts/data/gfx/deck/classic/*.png
|
%{_datadir}/holdingnuts/data/gfx/deck/classic/*.png
|
||||||
%{_datadir}/holdingnuts/data/gfx/deck/default/*.png
|
%{_datadir}/holdingnuts/data/gfx/deck/default/*.png
|
||||||
%{_datadir}/holdingnuts/data/gfx/foyer/*.png
|
%{_datadir}/holdingnuts/data/gfx/foyer/*.png
|
||||||
%{_datadir}/holdingnuts/data/gfx/table/*.png
|
%{_datadir}/holdingnuts/data/gfx/table/*.png
|
||||||
|
%dir %{_datadir}/holdingnuts/data/i18n
|
||||||
%{_datadir}/holdingnuts/data/i18n/*.qm
|
%{_datadir}/holdingnuts/data/i18n/*.qm
|
||||||
%doc ChangeLog LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 06 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.5-3mamba
|
||||||
|
- rebuilt with debug package and specfile fixes
|
||||||
|
|
||||||
* Thu Feb 11 2016 Automatic Build System <autodist@mambasoft.it> 0.0.5-2mamba
|
* Thu Feb 11 2016 Automatic Build System <autodist@mambasoft.it> 0.0.5-2mamba
|
||||||
- automatic rebuild by autodist
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user