- 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
|
%define with_compat 0
|
||||||
|
|
||||||
Summary: X.Org X11 libXaw runtime library
|
Summary: X Athena Widget Set
|
||||||
Name: libXaw
|
Name: libXaw
|
||||||
Version: 1.0.6
|
Version: 1.0.6
|
||||||
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
|
||||||
@ -17,7 +17,7 @@ BuildRequires: pkgconfig(xmu) pkgconfig(xpm) pkgconfig(xext)
|
|||||||
BuildRequires: ed
|
BuildRequires: ed
|
||||||
|
|
||||||
%description
|
%description
|
||||||
X.Org X11 libXaw runtime library
|
Xaw is a widget set based on the X Toolkit Intrinsics (Xt) Library.
|
||||||
|
|
||||||
%if %{with_compat}
|
%if %{with_compat}
|
||||||
%package compat
|
%package compat
|
||||||
@ -29,10 +29,10 @@ X.Org X11 libXaw version 6 compatibility
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: X.Org X11 libXaw development package
|
Summary: Development files for %{name}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Requires: pkgconfig
|
||||||
Requires: pkgconfig(xproto) pkgconfig(xmu) pkgconfig(xt) pkgconfig(xpm)
|
Requires: pkgconfig(xproto) pkgconfig(xmu) pkgconfig(xt) pkgconfig(xpm)
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -52,7 +52,7 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
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
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -63,7 +63,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS COPYING README ChangeLog
|
%doc COPYING README ChangeLog
|
||||||
%{_libdir}/libXaw.so.7
|
%{_libdir}/libXaw.so.7
|
||||||
%{_libdir}/libXaw7.so.7
|
%{_libdir}/libXaw7.so.7
|
||||||
%{_libdir}/libXaw7.so.7.0.0
|
%{_libdir}/libXaw7.so.7.0.0
|
||||||
@ -91,6 +91,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user