mirror of
https://codeberg.org/kbruen/y3s2-gui-project.git
synced 2025-02-22 17:19:37 +02:00
Modified RPM spec file
This commit is contained in:
parent
639354097c
commit
50c9179575
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
Name: y3s2-gui-project
|
Name: y3s2-gui-project
|
||||||
Version: 1.0.0
|
Version: 1.0.1
|
||||||
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
|
||||||
|
|
||||||
|
@ -8,6 +8,7 @@ URL: https://codeberg.org/kbruen/%{name}
|
||||||
Source0: https://codeberg.org/kbruen/%{name}/archive/v%{version}.tar.gz
|
Source0: https://codeberg.org/kbruen/%{name}/archive/v%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: mesa-libGLU-devel
|
BuildRequires: mesa-libGLU-devel
|
||||||
|
BuildRequires: freeglut-devel
|
||||||
|
|
||||||
%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
|
||||||
|
@ -19,8 +20,8 @@ Maze project in OpenGL for Graphics and User Interfaces lecture in year 3, semes
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
mkdir obj
|
||||||
%make_build
|
%make_build
|
||||||
make build
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
Loading…
Add table
Reference in a new issue