auto-import libXmu-0.99.2-1 on branch devel from libXmu-0.99.2-1.src.rpm
This commit is contained in:
parent
c12f938d77
commit
a6441a988b
@ -1 +1 @@
|
|||||||
libXmu-0.99.1.tar.bz2
|
libXmu-0.99.2.tar.bz2
|
||||||
|
19
libXmu.spec
19
libXmu.spec
@ -1,16 +1,19 @@
|
|||||||
Summary: X.Org X11 libXmu/libXmuu runtime libraries
|
Summary: X.Org X11 libXmu/libXmuu runtime libraries
|
||||||
Name: libXmu
|
Name: libXmu
|
||||||
Version: 0.99.1
|
Version: 0.99.2
|
||||||
Release: 2.1
|
Release: 1
|
||||||
License: MIT/X11
|
License: MIT/X11
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
Source0: http://xorg.freedesktop.org/X11R7.0-RC0/everything/%{name}-%{version}.tar.bz2
|
Source0: http://xorg.freedesktop.org/X11R7.0-RC0/everything/%{name}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: xorg-x11-util-macros
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXext-devel
|
BuildRequires: libXext-devel
|
||||||
BuildRequires: libXt-devel
|
BuildRequires: libXt-devel
|
||||||
|
BuildRequires: libXau-devel
|
||||||
|
|
||||||
Obsoletes: XFree86-libs, xorg-x11-libs
|
Obsoletes: XFree86-libs, xorg-x11-libs
|
||||||
|
|
||||||
@ -21,6 +24,7 @@ X.Org X11 libXmu/libXmuu runtime libraries
|
|||||||
Summary: X.Org X11 libXmu development package
|
Summary: X.Org X11 libXmu development package
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Requires(pre): xorg-x11-filesystem >= 0.99.2-3
|
||||||
|
|
||||||
Obsoletes: XFree86-devel, xorg-x11-devel
|
Obsoletes: XFree86-devel, xorg-x11-devel
|
||||||
|
|
||||||
@ -101,6 +105,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/xmuu.pc
|
%{_libdir}/pkgconfig/xmuu.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
|
||||||
|
- Updated libXmu to version 0.99.2 from X11R7 RC3
|
||||||
|
- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
|
||||||
|
that /usr/lib/X11 and /usr/include/X11 pre-exist.
|
||||||
|
- Removed 'x' suffix from manpage directories to match RC3 upstream.
|
||||||
|
- Added "BuildRequires: pkgconfig, libXau-devel, xorg-x11-util-macros" to
|
||||||
|
fix build dependencies.
|
||||||
|
|
||||||
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
@ -108,11 +120,10 @@ 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'
|
||||||
|
|
||||||
|
|
||||||
* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
|
* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
|
||||||
- Updated libXmu to version 0.99.1 from X11R7 RC1
|
- Updated libXmu to version 0.99.1 from X11R7 RC1
|
||||||
|
|
||||||
* Thu Sep 29 2005 Mike A. Harris <mharris.com> 0.99.0-4
|
* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-4
|
||||||
- Renamed package to remove xorg-x11 from the name due to unanimous decision
|
- Renamed package to remove xorg-x11 from the name due to unanimous decision
|
||||||
between developers.
|
between developers.
|
||||||
- Use Fedora Extras style BuildRoot tag.
|
- Use Fedora Extras style BuildRoot tag.
|
||||||
|
Loading…
Reference in New Issue
Block a user