Update to 1.6.3
This commit is contained in:
parent
6f3d5bfe25
commit
44dd7e8ea1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
Xaw3d-1.5E.tar.gz
|
||||
/libXaw3d-1.6.1.tar.bz2
|
||||
/libXaw3d-1.6.2.tar.bz2
|
||||
/libXaw3d-1.6.3.tar.bz2
|
||||
|
||||
15
Xaw3d.spec
15
Xaw3d.spec
@ -1,7 +1,7 @@
|
||||
Summary: A version of the MIT Athena widget set for X
|
||||
Name: Xaw3d
|
||||
Version: 1.6.2
|
||||
Release: 16%{?dist}
|
||||
Version: 1.6.3
|
||||
Release: 1%{?dist}
|
||||
Source: http://xorg.freedesktop.org/archive/individual/lib/libXaw3d-%{version}.tar.bz2
|
||||
Patch5: Xaw3d-1.5-debian-fixes.patch
|
||||
Patch7: Xaw3d-1.6.1-3Dlabel.patch
|
||||
@ -67,12 +67,11 @@ package.
|
||||
--enable-arrow-scrollbars \
|
||||
--enable-gray-stipples \
|
||||
--enable-multiplane-bitmaps
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%make_install
|
||||
rm $RPM_BUILD_ROOT%{_libdir}/libXaw3d.la
|
||||
rm -r $RPM_BUILD_ROOT%{_docdir}
|
||||
|
||||
@ -82,7 +81,8 @@ rm -r $RPM_BUILD_ROOT%{_docdir}
|
||||
|
||||
|
||||
%files
|
||||
%doc ChangeLog COPYING README src/README.XAW3D
|
||||
%license COPYING
|
||||
%doc ChangeLog README src/README.XAW3D
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%files devel
|
||||
@ -91,6 +91,9 @@ rm -r $RPM_BUILD_ROOT%{_docdir}
|
||||
%{_includedir}/X11/Xaw3d
|
||||
|
||||
%changelog
|
||||
* Sun Aug 11 2019 Orion Poplawski <orion@nwra.com> - 1.6.3-1
|
||||
- Update to 1.6.3
|
||||
|
||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user