- Remove package ownership of mandir/libdir/etc.
This commit is contained in:
parent
d77a19d78e
commit
975ef48d4d
11
libXaw.spec
11
libXaw.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: X.Org X11 libXaw runtime library
|
Summary: X.Org X11 libXaw runtime library
|
||||||
Name: libXaw
|
Name: libXaw
|
||||||
Version: 1.0.2
|
Version: 1.0.2
|
||||||
Release: 4
|
Release: 5
|
||||||
License: MIT/X11
|
License: MIT/X11
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -29,8 +29,8 @@ X.Org X11 libXaw runtime library
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: X.Org X11 libXaw development package
|
Summary: X.Org X11 libXaw development package
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
|
||||||
Requires(pre): xorg-x11-filesystem >= 0.99.2-3
|
Requires(pre): xorg-x11-filesystem >= 0.99.2-3
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
Requires: xorg-x11-proto-devel
|
Requires: xorg-x11-proto-devel
|
||||||
Requires: libXmu-devel
|
Requires: libXmu-devel
|
||||||
@ -71,7 +71,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS COPYING README INSTALL ChangeLog
|
%doc AUTHORS COPYING README INSTALL ChangeLog
|
||||||
%dir %{_libdir}
|
|
||||||
%{_libdir}/libXaw.so.6
|
%{_libdir}/libXaw.so.6
|
||||||
%{_libdir}/libXaw.so.7
|
%{_libdir}/libXaw.so.7
|
||||||
%{_libdir}/libXaw6.so.6
|
%{_libdir}/libXaw6.so.6
|
||||||
@ -93,15 +92,17 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
%{_libdir}/libXaw6.so
|
%{_libdir}/libXaw6.so
|
||||||
%{_libdir}/libXaw7.so
|
%{_libdir}/libXaw7.so
|
||||||
%dir %{_libdir}/pkgconfig
|
|
||||||
%{_libdir}/pkgconfig/xaw6.pc
|
%{_libdir}/pkgconfig/xaw6.pc
|
||||||
%{_libdir}/pkgconfig/xaw7.pc
|
%{_libdir}/pkgconfig/xaw7.pc
|
||||||
%dir %{_datadir}/aclocal
|
%dir %{_datadir}/aclocal
|
||||||
%{_datadir}/aclocal/xaw.m4
|
%{_datadir}/aclocal/xaw.m4
|
||||||
%dir %{_mandir}/man3
|
#%dir %{_mandir}/man3x
|
||||||
%{_mandir}/man3/*.3x*
|
%{_mandir}/man3/*.3x*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 07 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-5
|
||||||
|
- Remove package ownership of mandir/libdir/etc.
|
||||||
|
|
||||||
* Tue Jun 06 2006 Bill Nottingham <notting@redhat.com> 1.0.2-4
|
* Tue Jun 06 2006 Bill Nottingham <notting@redhat.com> 1.0.2-4
|
||||||
- Add "BuildRequires: ed" to fix library sonames
|
- Add "BuildRequires: ed" to fix library sonames
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user