62 lines
1.7 KiB
RPMSpec
62 lines
1.7 KiB
RPMSpec
Name: briskola
|
|
Version: 1.0.0
|
|
Release: 3mamba
|
|
Summary: BrisKola is a clone of the Italian card game Briscola
|
|
Group: Graphical Desktop/Applications/Games
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://www.briskola.net
|
|
Source: http://www.briskola.net/files/briskola-%{version}.tar.gz
|
|
License: GPL
|
|
BuildRequires: cmake
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libqt4-devel
|
|
BuildRequires: libstdc++6-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
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.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%cmake -d build
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall -C build
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/briskola
|
|
%{_datadir}/applications/briskola.desktop
|
|
%{_datadir}/briskola/background/*.png
|
|
%{_datadir}/briskola/cards/*.png
|
|
%{_datadir}/briskola/decks/*.png
|
|
%{_datadir}/briskola/icons/*.png
|
|
%{_datadir}/briskola/misc/*.png
|
|
%{_datadir}/briskola/text/*.png
|
|
%{_datadir}/pixmaps/*.png
|
|
%doc README
|
|
|
|
%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
|
|
- automatic rebuild by autodist
|
|
|
|
* Tue Nov 17 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.0.0-1mamba
|
|
- package created by autospec
|