specfile fixes and added debug package [release 1.0.0-3mamba;Wed Oct 06 2021]
This commit is contained in:
parent
816d80af09
commit
3d81737b54
@ -3,6 +3,3 @@
|
|||||||
BrisKola is a clone of the Italian card game Briscola.
|
BrisKola is a clone of the Italian card game Briscola.
|
||||||
This is a classic Italian game, surely one of the most popular, thanks to the simplicity of the rules and the modest skills required to players.
|
This is a classic Italian game, surely one of the most popular, thanks to the simplicity of the rules and the modest skills required to players.
|
||||||
|
|
||||||
BrisKola è un clone del gioco di carte della Briscola.
|
|
||||||
E' in classico gioco di carte, sicuramente uno dei più popolarim grazie alla semplicità delle regole e all'abilità modesta richiesta ai giocatori
|
|
||||||
|
|
||||||
|
@ -1,47 +1,29 @@
|
|||||||
Name: briskola
|
Name: briskola
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: BrisKola is a clone of the Italian card game Briscola.
|
Summary: BrisKola is a clone of the Italian card game Briscola
|
||||||
Summary(it): BrisKola è un clone del gioco di carte italiano della Briscola.
|
|
||||||
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.briskola.net
|
URL: http://www.briskola.net
|
||||||
Source: http://www.briskola.net/files/briskola-%{version}.tar.gz
|
Source: http://www.briskola.net/files/briskola-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRequires: cmake
|
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: libgcc
|
||||||
BuildRequires: libglib-devel
|
|
||||||
BuildRequires: libICE-devel
|
|
||||||
BuildRequires: libopenssl-devel
|
|
||||||
BuildRequires: libpng-devel
|
|
||||||
BuildRequires: libqt4-devel
|
BuildRequires: libqt4-devel
|
||||||
BuildRequires: libSM-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
|
||||||
|
|
||||||
%description
|
%description
|
||||||
BrisKola is a clone of the Italian card game Briscola.
|
BrisKola is a clone of the Italian card game Briscola.
|
||||||
This is a classic Italian game, surely one of the most popular, thanks to the simplicity of the rules and the modest skills required to players.
|
This is a classic Italian game, surely one of the most popular, thanks to the simplicity of the rules and the modest skills required to players.
|
||||||
|
|
||||||
%description -l it
|
%debug_package
|
||||||
BrisKola è un clone del gioco di carte della Briscola.
|
|
||||||
E' in classico gioco di carte, sicuramente uno dei più popolarim grazie alla semplicità delle regole e all'abilità modesta richiesta ai giocatori
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -66,10 +48,12 @@ E' in classico gioco di carte, sicuramente uno dei più popolarim grazie alla se
|
|||||||
%{_datadir}/briskola/misc/*.png
|
%{_datadir}/briskola/misc/*.png
|
||||||
%{_datadir}/briskola/text/*.png
|
%{_datadir}/briskola/text/*.png
|
||||||
%{_datadir}/pixmaps/*.png
|
%{_datadir}/pixmaps/*.png
|
||||||
|
|
||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 06 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-3mamba
|
||||||
|
- specfile fixes and added debug package
|
||||||
|
|
||||||
* Tue Aug 25 2015 Automatic Build System <autodist@mambasoft.it> 1.0.0-2mamba
|
* Tue Aug 25 2015 Automatic Build System <autodist@mambasoft.it> 1.0.0-2mamba
|
||||||
- automatic rebuild by autodist
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user