forked from perl/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:
		| @@ -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 | Fri Feb  2 22:36:38 UTC 2018 - stefan.bruens@rwth-aachen.de | ||||||
|  |  | ||||||
|   | |||||||
| @@ -48,9 +48,8 @@ BuildRequires:  pkgconfig(xmu) | |||||||
| Perl bindings to the OpenGL API, GLU, and GLUT/FreeGLUT | Perl bindings to the OpenGL API, GLU, and GLUT/FreeGLUT | ||||||
|  |  | ||||||
| %prep | %prep | ||||||
| %setup -q -n %{cpan_name}-%{version} | %autosetup -p1 -n %{cpan_name}-%{version} | ||||||
| find . -type f -print0 | xargs -0 chmod 644 | find . -type f -print0 | xargs -0 chmod 644 | ||||||
| %patch0 -p1 |  | ||||||
| # MANUAL BEGIN | # MANUAL BEGIN | ||||||
| find include -type f  \! -name glprocs.h -exec rm {} + | find include -type f  \! -name glprocs.h -exec rm {} + | ||||||
| # MANUAL END | # MANUAL END | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user