SHA256
8
0
forked from pool/perl-OpenGL

Accepting request 1154727 from home:pgajdos:p

- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN

OBS-URL: https://build.opensuse.org/request/show/1154727
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-OpenGL?expand=0&rev=11
This commit is contained in:
2024-03-06 15:41:49 +00:00
committed by Git OBS Bridge
parent 4c65667ec6
commit bb465f1255
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 4 13:57:05 UTC 2024 - pgajdos@suse.com
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
-------------------------------------------------------------------
Fri Feb 2 22:36:38 UTC 2018 - stefan.bruens@rwth-aachen.de

View File

@@ -48,9 +48,8 @@ BuildRequires: pkgconfig(xmu)
Perl bindings to the OpenGL API, GLU, and GLUT/FreeGLUT
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -p1 -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%patch0 -p1
# MANUAL BEGIN
find include -type f \! -name glprocs.h -exec rm {} +
# MANUAL END