- Remove package ownership of mandir/libdir/etc.
- Added "BuildRequires: xorg-x11-proto-devel" needed by xau.pc
This commit is contained in:
parent
5660643f70
commit
15074c3350
33
libXau.spec
33
libXau.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: X.Org X11 libXau runtime library
|
Summary: X.Org X11 libXau runtime library
|
||||||
Name: libXau
|
Name: libXau
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: 2
|
Release: 3
|
||||||
License: MIT/X11
|
License: MIT/X11
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
@ -19,8 +19,11 @@ X.Org X11 libXau runtime library
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: X.Org X11 libXau development package
|
Summary: X.Org X11 libXau 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}
|
||||||
|
|
||||||
|
# xorg-x11-proto-devel needed by xau.pc
|
||||||
|
BuildRequires: xorg-x11-proto-devel
|
||||||
|
|
||||||
Obsoletes: XFree86-devel, xorg-x11-devel
|
Obsoletes: XFree86-devel, xorg-x11-devel
|
||||||
|
|
||||||
@ -42,8 +45,8 @@ X.Org X11 libXau development package
|
|||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
# We intentionally don't ship *.la files
|
# We intentionally don't ship *.la files
|
||||||
@ -58,7 +61,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}/libXau.so.6
|
%{_libdir}/libXau.so.6
|
||||||
%{_libdir}/libXau.so.6.0.0
|
%{_libdir}/libXau.so.6.0.0
|
||||||
|
|
||||||
@ -70,21 +72,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libXau.a
|
%{_libdir}/libXau.a
|
||||||
%endif
|
%endif
|
||||||
%{_libdir}/libXau.so
|
%{_libdir}/libXau.so
|
||||||
%dir %{_libdir}/pkgconfig
|
|
||||||
%{_libdir}/pkgconfig/xau.pc
|
%{_libdir}/pkgconfig/xau.pc
|
||||||
%dir %{_mandir}
|
#%dir %{_mandir}/man3x
|
||||||
%dir %{_mandir}/man3
|
%{_mandir}/man3/*.3x*
|
||||||
%{_mandir}/man3/Xau.3x*
|
|
||||||
%{_mandir}/man3/XauDisposeAuth.3x*
|
|
||||||
%{_mandir}/man3/XauFileName.3x*
|
|
||||||
%{_mandir}/man3/XauGetAuthByAddr.3x*
|
|
||||||
%{_mandir}/man3/XauGetBestAuthByAddr.3x*
|
|
||||||
%{_mandir}/man3/XauLockAuth.3x*
|
|
||||||
%{_mandir}/man3/XauReadAuth.3x*
|
|
||||||
%{_mandir}/man3/XauUnlockAuth.3x*
|
|
||||||
%{_mandir}/man3/XauWriteAuth.3x*
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 07 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
|
||||||
|
- Remove package ownership of mandir/libdir/etc.
|
||||||
|
- Added "BuildRequires: xorg-x11-proto-devel" needed by xau.pc
|
||||||
|
|
||||||
* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
|
* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
|
||||||
- Added "BuildRequires: pkgconfig" for (#193422)
|
- Added "BuildRequires: pkgconfig" for (#193422)
|
||||||
- Replace "makeinstall" with "make install DESTDIR=..." to fix (#192718)
|
- Replace "makeinstall" with "make install DESTDIR=..." to fix (#192718)
|
||||||
@ -92,10 +88,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* Fri May 12 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-1
|
* Fri May 12 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-1
|
||||||
- Bump to 1.0.1
|
- Bump to 1.0.1
|
||||||
|
|
||||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-2.2
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.2
|
||||||
- bump again for double-long bug on ppc(64)
|
- bump again for double-long bug on ppc(64)
|
||||||
|
|
||||||
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-2.1
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.1
|
||||||
- rebuilt for new gcc4.1 snapshot and glibc changes
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
||||||
|
|
||||||
* Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-2
|
* Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-2
|
||||||
@ -117,7 +113,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
|
- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
|
||||||
- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
|
- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
|
||||||
|
|
||||||
|
|
||||||
* Fri Oct 21 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
|
* Fri Oct 21 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
|
||||||
- Update to libXau-0.99.1 from X11R7 RC1 release.
|
- Update to libXau-0.99.1 from X11R7 RC1 release.
|
||||||
- Added manpages that were absent in X11R7 RC0, and updated the file lists
|
- Added manpages that were absent in X11R7 RC0, and updated the file lists
|
||||||
|
Loading…
Reference in New Issue
Block a user