- Merge-Review #226080
- Removed XFree86-libs, xorg-x11-libs XFree86-devel, xorg-x11-devel as Obsoletes - Removed BR:pkgconfig - Removed zero-length AUTHORS file
This commit is contained in:
parent
6b41b21adc
commit
6a62d2d7da
19
libXmu.spec
19
libXmu.spec
@ -1,23 +1,20 @@
|
|||||||
Summary: X.Org X11 libXmu/libXmuu runtime libraries
|
Summary: X.Org X11 libXmu/libXmuu runtime libraries
|
||||||
Name: libXmu
|
Name: libXmu
|
||||||
Version: 1.0.3
|
Version: 1.0.3
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: MIT/X11
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
BuildRequires: pkgconfig
|
|
||||||
BuildRequires: xorg-x11-util-macros
|
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
|
BuildRequires: libXau-devel
|
||||||
|
|
||||||
Obsoletes: XFree86-libs, xorg-x11-libs
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
X.Org X11 libXmu/libXmuu runtime libraries
|
X.Org X11 libXmu/libXmuu runtime libraries
|
||||||
|
|
||||||
@ -31,8 +28,6 @@ Requires: pkgconfig xorg-x11-util-macros
|
|||||||
# Pull these in for xmu.pc
|
# Pull these in for xmu.pc
|
||||||
Requires: xorg-x11-proto-devel libX11-devel libXt-devel libXext-devel
|
Requires: xorg-x11-proto-devel libX11-devel libXt-devel libXext-devel
|
||||||
|
|
||||||
Obsoletes: XFree86-devel, xorg-x11-devel
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
X.Org X11 libXmu development package
|
X.Org X11 libXmu development package
|
||||||
|
|
||||||
@ -47,7 +42,7 @@ X.Org X11 libXmu development package
|
|||||||
%if ! %{with_static}
|
%if ! %{with_static}
|
||||||
--disable-static
|
--disable-static
|
||||||
%endif
|
%endif
|
||||||
make
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -65,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS COPYING README ChangeLog
|
%doc COPYING README ChangeLog
|
||||||
%{_libdir}/libXmu.so.6
|
%{_libdir}/libXmu.so.6
|
||||||
%{_libdir}/libXmu.so.6.2.0
|
%{_libdir}/libXmu.so.6.2.0
|
||||||
%{_libdir}/libXmuu.so.1
|
%{_libdir}/libXmuu.so.1
|
||||||
@ -107,6 +102,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/xmuu.pc
|
%{_libdir}/pkgconfig/xmuu.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 15 2008 parag <paragn@fedoraproject.org> - 1.0.3-4
|
||||||
|
- Merge-Review #226080
|
||||||
|
- Removed XFree86-libs, xorg-x11-libs XFree86-devel, xorg-x11-devel as Obsoletes
|
||||||
|
- Removed BR:pkgconfig
|
||||||
|
- Removed zero-length AUTHORS file
|
||||||
|
|
||||||
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.3-3
|
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.3-3
|
||||||
- Rebuild for build id
|
- Rebuild for build id
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user