1
0
Fork 0
mirror of https://codeberg.org/kbruen/y3s2-gui-project.git synced 2025-02-22 17:19:37 +02:00
y3s2-gui-project/y3s2-gui-project.spec

37 lines
808 B
RPMSpec
Raw Normal View History

2022-06-05 10:21:15 +03:00
Name: y3s2-gui-project
2022-06-05 14:25:32 +03:00
Version: 1.0.7
2022-06-05 10:21:15 +03:00
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
2022-06-05 10:27:20 +03:00
BuildRequires: freeglut-devel
2022-06-05 10:59:44 +03:00
BuildRequires: desktop-file-utils
2022-06-05 10:21:15 +03:00
%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
2022-06-05 10:27:20 +03:00
mkdir obj
2022-06-05 10:21:15 +03:00
%make_build
%install
%make_install
2022-06-05 10:59:44 +03:00
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{name}.desktop
2022-06-05 10:21:15 +03:00
%files
%{_bindir}/%{name}
2022-06-05 10:59:44 +03:00
%{_datadir}/applications/%{name}.desktop
2022-06-05 10:21:15 +03:00