From eabb6f7742b52c9cda6317eaa6e99028bc940becd658b0168e453546bc025f13 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Thu, 1 Jul 2021 19:11:41 +0000 Subject: [PATCH] - specfile cleanup OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/eglexternalplatform?expand=0&rev=4 --- eglexternalplatform.changes | 5 +++++ eglexternalplatform.spec | 7 +------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eglexternalplatform.changes b/eglexternalplatform.changes index 153f8d4..97ed7fe 100644 --- a/eglexternalplatform.changes +++ b/eglexternalplatform.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 1 19:09:58 UTC 2021 - Stefan Dirsch + +- specfile cleanup + ------------------------------------------------------------------- Thu Jul 1 12:54:48 UTC 2021 - Stefan Dirsch diff --git a/eglexternalplatform.spec b/eglexternalplatform.spec index 968e065..8378585 100644 --- a/eglexternalplatform.spec +++ b/eglexternalplatform.spec @@ -27,7 +27,6 @@ Group: Development/Libraries/Other # Build-time parameters BuildRequires: pkg-config BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: %{name}-%{version}.tar.gz %description @@ -38,7 +37,7 @@ implementation specifics out of EGL drivers by using application-facing EGL functions. %prep -%setup -q -n %{name}-%{version} +%autosetup -n %{name}-%{version} %build @@ -48,11 +47,7 @@ EGL functions. %{__install} -m0644 eglexternalplatform.pc %{buildroot}%{_datadir}/pkgconfig/ %{__install} -m0644 interface/*.h %{buildroot}%{_includedir}/EGL/ -%clean -[ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot} - %files -%defattr(-,root,root) %license COPYING %doc README.md %{_datadir}/pkgconfig/eglexternalplatform.pc