forked from pool/eglexternalplatform
- specfile cleanup
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/eglexternalplatform?expand=0&rev=4
This commit is contained in:
parent
6aae0cb163
commit
eabb6f7742
@ -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>
|
Thu Jul 1 12:54:48 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -27,7 +27,6 @@ Group: Development/Libraries/Other
|
|||||||
# Build-time parameters
|
# Build-time parameters
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -38,7 +37,7 @@ implementation specifics out of EGL drivers by using application-facing
|
|||||||
EGL functions.
|
EGL functions.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%autosetup -n %{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -48,11 +47,7 @@ EGL functions.
|
|||||||
%{__install} -m0644 eglexternalplatform.pc %{buildroot}%{_datadir}/pkgconfig/
|
%{__install} -m0644 eglexternalplatform.pc %{buildroot}%{_datadir}/pkgconfig/
|
||||||
%{__install} -m0644 interface/*.h %{buildroot}%{_includedir}/EGL/
|
%{__install} -m0644 interface/*.h %{buildroot}%{_includedir}/EGL/
|
||||||
|
|
||||||
%clean
|
|
||||||
[ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{_datadir}/pkgconfig/eglexternalplatform.pc
|
%{_datadir}/pkgconfig/eglexternalplatform.pc
|
||||||
|
Loading…
Reference in New Issue
Block a user