|
|
@ -1,5 +1,5 @@ |
|
|
|
Name: y3s2-gui-project |
|
|
|
Name: y3s2-gui-project |
|
|
|
Version: 1.0.2 |
|
|
|
Version: 1.0.3 |
|
|
|
Release: 1%{?dist} |
|
|
|
Release: 1%{?dist} |
|
|
|
Summary: Maze project in OpenGL for Graphics and User Interfaces lecture in year 3, semester 2 |
|
|
|
Summary: Maze project in OpenGL for Graphics and User Interfaces lecture in year 3, semester 2 |
|
|
|
|
|
|
|
|
|
|
@ -9,6 +9,7 @@ Source0: https://codeberg.org/kbruen/%{name}/archive/v%{version}.tar.gz |
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: mesa-libGLU-devel |
|
|
|
BuildRequires: mesa-libGLU-devel |
|
|
|
BuildRequires: freeglut-devel |
|
|
|
BuildRequires: freeglut-devel |
|
|
|
|
|
|
|
BuildRequires: desktop-file-utils |
|
|
|
|
|
|
|
|
|
|
|
%description |
|
|
|
%description |
|
|
|
Maze project in OpenGL for Graphics and User Interfaces lecture in year 3, semester 2 |
|
|
|
Maze project in OpenGL for Graphics and User Interfaces lecture in year 3, semester 2 |
|
|
@ -26,8 +27,10 @@ mkdir obj |
|
|
|
|
|
|
|
|
|
|
|
%install |
|
|
|
%install |
|
|
|
%make_install |
|
|
|
%make_install |
|
|
|
|
|
|
|
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{name}.desktop |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files |
|
|
|
%files |
|
|
|
%{_bindir}/%{name} |
|
|
|
%{_bindir}/%{name} |
|
|
|
|
|
|
|
%{_datadir}/applications/%{name}.desktop |
|
|
|
|
|
|
|
|
|
|
|