mirror of
https://codeberg.org/kbruen/y3s2-gui-project.git
synced 2025-02-23 01:29:37 +02:00
33 lines
622 B
RPMSpec
33 lines
622 B
RPMSpec
|
Name: y3s2-gui-project
|
||
|
Version: 1.0.0
|
||
|
Release: 1%{?dist}
|
||
|
Summary: Maze project in OpenGL for Graphics and User Interfaces lecture in year 3, semester 2
|
||
|
|
||
|
License: UNLICENSED
|
||
|
URL: https://codeberg.org/kbruen/%{name}
|
||
|
Source0: https://codeberg.org/kbruen/%{name}/archive/v%{version}.tar.gz
|
||
|
|
||
|
BuildRequires: mesa-libGLU-devel
|
||
|
|
||
|
%description
|
||
|
Maze project in OpenGL for Graphics and User Interfaces lecture in year 3, semester 2
|
||
|
|
||
|
%global debug_package %{nil}
|
||
|
|
||
|
%prep
|
||
|
%autosetup -n %{name}
|
||
|
|
||
|
|
||
|
%build
|
||
|
%make_build
|
||
|
make build
|
||
|
|
||
|
|
||
|
%install
|
||
|
%make_install
|
||
|
|
||
|
|
||
|
%files
|
||
|
%{_bindir}/%{name}
|
||
|
|