- libXaw 1.0.7
This commit is contained in:
parent
b5cee34cba
commit
0a2446a0b5
@ -1 +1 @@
|
|||||||
libXaw-1.0.6.tar.bz2
|
libXaw-1.0.7.tar.bz2
|
||||||
|
15
libXaw.spec
15
libXaw.spec
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
Summary: X Athena Widget Set
|
Summary: X Athena Widget Set
|
||||||
Name: libXaw
|
Name: libXaw
|
||||||
Version: 1.0.6
|
Version: 1.0.7
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -43,9 +43,11 @@ X.Org X11 libXaw development package
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -Os"
|
export CFLAGS="$RPM_OPT_FLAGS -Os"
|
||||||
%configure --disable-xaw8 --disable-static \
|
%configure \
|
||||||
|
--docdir=%{_docdir}/%{name}-%{version}-%{release} \
|
||||||
|
--disable-xaw8 --disable-static \
|
||||||
%if !%{with_compat}
|
%if !%{with_compat}
|
||||||
--disable-xaw6
|
--disable-xaw6
|
||||||
%endif
|
%endif
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -89,8 +91,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libXaw7.so
|
%{_libdir}/libXaw7.so
|
||||||
%{_libdir}/pkgconfig/xaw7.pc
|
%{_libdir}/pkgconfig/xaw7.pc
|
||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
%dir %{_docdir}/%{name}-%{version}-%{release}
|
||||||
|
%{_docdir}/%{name}-%{version}-%{release}/widgets*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 19 2009 Adam Jackson <ajax@redhat.com> 1.0.7-1
|
||||||
|
- libXaw 1.0.7
|
||||||
|
|
||||||
* Thu Aug 13 2009 Parag <paragn@fedoraproject.org> 1.0.6-4
|
* Thu Aug 13 2009 Parag <paragn@fedoraproject.org> 1.0.6-4
|
||||||
- Merge-review cleanups #226064
|
- Merge-review cleanups #226064
|
||||||
- Updated summary, added Requires: pkgconfig
|
- Updated summary, added Requires: pkgconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user