libXaw 1.0.9
This commit is contained in:
parent
3163cfaa2e
commit
c7747ebe29
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
libXaw-1.0.7.tar.bz2
|
||||
/libXaw-1.0.8.tar.bz2
|
||||
/libXaw-1.0.9.tar.bz2
|
||||
|
34
libXaw.spec
34
libXaw.spec
@ -1,8 +1,6 @@
|
||||
%define with_compat 0
|
||||
|
||||
Summary: X Athena Widget Set
|
||||
Name: libXaw
|
||||
Version: 1.0.8
|
||||
Version: 1.0.9
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
URL: http://www.x.org
|
||||
@ -14,20 +12,11 @@ BuildRequires: pkgconfig(xproto) pkgconfig(x11) pkgconfig(xt)
|
||||
BuildRequires: pkgconfig(xmu) pkgconfig(xpm) pkgconfig(xext)
|
||||
# Required by the configury.
|
||||
BuildRequires: ed
|
||||
BuildRequires: xorg-x11-util-macros xmlto
|
||||
BuildRequires: xorg-x11-util-macros xmlto lynx
|
||||
|
||||
%description
|
||||
Xaw is a widget set based on the X Toolkit Intrinsics (Xt) Library.
|
||||
|
||||
%if %{with_compat}
|
||||
%package compat
|
||||
Summary: X.Org X11 libXaw version 6 compatibility
|
||||
Group: System Environment/Libraries
|
||||
|
||||
%description compat
|
||||
X.Org X11 libXaw version 6 compatibility
|
||||
%endif
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Group: Development/Libraries
|
||||
@ -46,9 +35,7 @@ export CFLAGS="$RPM_OPT_FLAGS -Os"
|
||||
%configure \
|
||||
--docdir=%{_docdir}/%{name}-%{version}-%{release} \
|
||||
--disable-xaw8 --disable-static \
|
||||
%if !%{with_compat}
|
||||
--disable-xaw6
|
||||
%endif
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -70,16 +57,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libXaw7.so.7
|
||||
%{_libdir}/libXaw7.so.7.0.0
|
||||
|
||||
%if %{with_compat}
|
||||
%files compat
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libXaw.so.6
|
||||
%{_libdir}/libXaw6.so
|
||||
%{_libdir}/libXaw6.so.6
|
||||
%{_libdir}/libXaw6.so.6.0.1
|
||||
%{_libdir}/pkgconfig/xaw6.pc
|
||||
%endif
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_includedir}/X11/Xaw
|
||||
@ -97,6 +74,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_docdir}/%{name}-%{version}-%{release}/%{name}.txt
|
||||
|
||||
%changelog
|
||||
* Thu Jan 13 2011 Adam Jackson <ajax@redhat.com> 1.0.9-1
|
||||
- libXaw 1.0.9
|
||||
- Remove with_compat, always disable xaw6.
|
||||
|
||||
* Mon Dec 06 2010 Adam Jackson <ajax@redhat.com> 1.0.8-2
|
||||
- Add BR: lynx so xmlto can generate text doc, fixes FTBFS.
|
||||
|
||||
* Thu Oct 28 2010 Adam Jackson <ajax@redhat.com>
|
||||
- Drop BuildRoot
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user