- Merge-review cleanups #226064
- Updated summary, added Requires: pkgconfig - removed zero length file AUTHORS
This commit is contained in:
parent
35e44aa5ff
commit
b5cee34cba
19
libXaw.spec
19
libXaw.spec
@ -1,9 +1,9 @@
|
||||
%define with_compat 0
|
||||
|
||||
Summary: X.Org X11 libXaw runtime library
|
||||
Summary: X Athena Widget Set
|
||||
Name: libXaw
|
||||
Version: 1.0.6
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: MIT
|
||||
URL: http://www.x.org
|
||||
Group: System Environment/Libraries
|
||||
@ -17,7 +17,7 @@ BuildRequires: pkgconfig(xmu) pkgconfig(xpm) pkgconfig(xext)
|
||||
BuildRequires: ed
|
||||
|
||||
%description
|
||||
X.Org X11 libXaw runtime library
|
||||
Xaw is a widget set based on the X Toolkit Intrinsics (Xt) Library.
|
||||
|
||||
%if %{with_compat}
|
||||
%package compat
|
||||
@ -29,10 +29,10 @@ X.Org X11 libXaw version 6 compatibility
|
||||
%endif
|
||||
|
||||
%package devel
|
||||
Summary: X.Org X11 libXaw development package
|
||||
Summary: Development files for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
Requires: pkgconfig
|
||||
Requires: pkgconfig(xproto) pkgconfig(xmu) pkgconfig(xt) pkgconfig(xpm)
|
||||
|
||||
%description devel
|
||||
@ -52,7 +52,7 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
|
||||
%clean
|
||||
@ -63,7 +63,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING README ChangeLog
|
||||
%doc COPYING README ChangeLog
|
||||
%{_libdir}/libXaw.so.7
|
||||
%{_libdir}/libXaw7.so.7
|
||||
%{_libdir}/libXaw7.so.7.0.0
|
||||
@ -91,6 +91,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 13 2009 Parag <paragn@fedoraproject.org> 1.0.6-4
|
||||
- Merge-review cleanups #226064
|
||||
- Updated summary, added Requires: pkgconfig
|
||||
- removed zero length file AUTHORS
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user