1
0
Stefan Dirsch 2021-07-01 19:11:41 +00:00 committed by Git OBS Bridge
parent 6aae0cb163
commit eabb6f7742
2 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jul 1 19:09:58 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
- specfile cleanup
-------------------------------------------------------------------
Thu Jul 1 12:54:48 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -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