Drop useless %defattr
This commit is contained in:
parent
9393729c8d
commit
74d22ce8e7
@ -1,11 +1,11 @@
|
||||
Summary: Xt / Motif OpenGL widgets
|
||||
Name: mesa-libGLw
|
||||
Version: 8.0.0
|
||||
Release: 13%{?dist}
|
||||
Release: 14%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.mesa3d.org
|
||||
Source0: ftp://ftp.freedesktop.org/pub/mesa/glw/glw-%{version}.tar.bz2
|
||||
Source0: https://www.freedesktop.org/pub/mesa/glw/glw-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: libXt-devel
|
||||
BuildRequires: libGL-devel
|
||||
@ -53,13 +53,11 @@ find $RPM_BUILD_ROOT -name \*.la | xargs rm -f
|
||||
%ldconfig_postun
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README
|
||||
%{_libdir}/libGLw.so.1
|
||||
%{_libdir}/libGLw.so.1.0.0
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libGLw.so
|
||||
%{_libdir}/pkgconfig/glw.pc
|
||||
%{_includedir}/GL/GLwDrawA.h
|
||||
@ -68,6 +66,9 @@ find $RPM_BUILD_ROOT -name \*.la | xargs rm -f
|
||||
%{_includedir}/GL/GLwMDrawAP.h
|
||||
|
||||
%changelog
|
||||
* Thu Jul 05 2018 Adam Jackson <ajax@redhat.com> - 8.0.0-14
|
||||
- Drop useless %%defattr
|
||||
|
||||
* Fri Jun 29 2018 Adam Jackson <ajax@redhat.com> - 8.0.0-13
|
||||
- Use ldconfig scriptlet macros
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user