autoreconf for aarch64
This commit is contained in:
parent
e23af7691e
commit
ce7adce17c
@ -1,13 +1,14 @@
|
|||||||
Summary: X Athena Widget Set
|
Summary: X Athena Widget Set
|
||||||
Name: libXaw
|
Name: libXaw
|
||||||
Version: 1.0.11
|
Version: 1.0.11
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
|
|
||||||
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
|
BuildRequires: autoconf automake libtool
|
||||||
BuildRequires: pkgconfig(xproto) pkgconfig(x11) pkgconfig(xt)
|
BuildRequires: pkgconfig(xproto) pkgconfig(x11) pkgconfig(xt)
|
||||||
BuildRequires: pkgconfig(xmu) pkgconfig(xpm) pkgconfig(xext)
|
BuildRequires: pkgconfig(xmu) pkgconfig(xpm) pkgconfig(xext)
|
||||||
# Required by the configury.
|
# Required by the configury.
|
||||||
@ -31,6 +32,7 @@ X.Org X11 libXaw development package
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
autoreconf -v --install --force
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -Os"
|
export CFLAGS="$RPM_OPT_FLAGS -Os"
|
||||||
%configure \
|
%configure \
|
||||||
--docdir=%{_docdir}/%{name}-%{version}-%{release} \
|
--docdir=%{_docdir}/%{name}-%{version}-%{release} \
|
||||||
@ -74,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
#{_docdir}/%{name}-%{version}-%{release}/%{name}.txt
|
#{_docdir}/%{name}-%{version}-%{release}/%{name}.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> - 1.0.11-4
|
||||||
|
- autoreconf for aarch64
|
||||||
|
|
||||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.11-3
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.11-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user