Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3d074f9edf | ||
|
|
3c540abe16 | ||
|
|
74dd60d22a | ||
|
|
eec1205df3 | ||
|
|
b0cee28dc4 | ||
|
|
068828b1a4 | ||
|
|
0fbb10d632 |
5 changed files with 21 additions and 19 deletions
|
|
@ -1 +0,0 @@
|
||||||
libXext-1.0.1.tar.bz2
|
|
||||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
libXext-1.0.4.tar.bz2
|
||||||
6
Makefile
6
Makefile
|
|
@ -1,6 +0,0 @@
|
||||||
# Makefile for source rpm: libXext
|
|
||||||
# $Id$
|
|
||||||
NAME := libXext
|
|
||||||
SPECFILE = $(firstword $(wildcard *.spec))
|
|
||||||
|
|
||||||
include ../common/Makefile.common
|
|
||||||
30
libXext.spec
30
libXext.spec
|
|
@ -1,21 +1,18 @@
|
||||||
Summary: X.Org X11 libXext runtime library
|
Summary: X.Org X11 libXext runtime library
|
||||||
Name: libXext
|
Name: libXext
|
||||||
Version: 1.0.1
|
Version: 1.0.4
|
||||||
Release: 4%{?dist}
|
Release: 1%{?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-proto-devel >= 7.1-10
|
BuildRequires: xorg-x11-proto-devel >= 7.1-10
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXau-devel
|
BuildRequires: libXau-devel
|
||||||
|
|
||||||
Obsoletes: XFree86-libs, xorg-x11-libs
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
X.Org X11 libXext runtime library
|
X.Org X11 libXext runtime library
|
||||||
|
|
||||||
|
|
@ -25,11 +22,10 @@ Group: Development/Libraries
|
||||||
Requires(pre): xorg-x11-filesystem >= 0.99.2-3
|
Requires(pre): xorg-x11-filesystem >= 0.99.2-3
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
Requires: libX11-devel
|
Requires: libX11-devel pkgconfig
|
||||||
# xorg-x11-proto-devel is needed by xext.pc
|
# xorg-x11-proto-devel is needed by xext.pc
|
||||||
Requires: xorg-x11-proto-devel >= 7.0-1
|
Requires: xorg-x11-proto-devel >= 7.0-1
|
||||||
|
|
||||||
Obsoletes: XFree86-devel, xorg-x11-devel
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
X.Org X11 libXext development package
|
X.Org X11 libXext development package
|
||||||
|
|
@ -46,7 +42,7 @@ X.Org X11 libXext 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
|
||||||
|
|
@ -64,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS COPYING README ChangeLog
|
%doc AUTHORS COPYING ChangeLog
|
||||||
%{_libdir}/libXext.so.6
|
%{_libdir}/libXext.so.6
|
||||||
%{_libdir}/libXext.so.6.4.0
|
%{_libdir}/libXext.so.6.4.0
|
||||||
|
|
||||||
|
|
@ -76,9 +72,21 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%{_libdir}/libXext.so
|
%{_libdir}/libXext.so
|
||||||
%{_libdir}/pkgconfig/xext.pc
|
%{_libdir}/pkgconfig/xext.pc
|
||||||
#%dir %{_mandir}/man3x
|
#%dir %{_mandir}/man3x
|
||||||
%{_mandir}/man3/*.3x*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 29 2008 Adam Jackson <ajax@redhat.com> 1.0.4-1
|
||||||
|
- libXext 1.0.4
|
||||||
|
|
||||||
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.1-6
|
||||||
|
- Autorebuild for GCC 4.3
|
||||||
|
|
||||||
|
* Tue Jan 15 2008 parag <paragn@fedoraproject.org> - 1.0.1-5
|
||||||
|
- Merge-Review #226070
|
||||||
|
- Removed XFree86-libs, xorg-x11-libs XFree86-devel, xorg-x11-devel as Obsoletes
|
||||||
|
- Removed BR:pkgconfig
|
||||||
|
- Removed zero-length README file
|
||||||
|
|
||||||
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.1-4
|
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.1-4
|
||||||
- Rebuild for build id
|
- Rebuild for build id
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
d7f3f752d291865108689c889d160ea0 libXext-1.0.1.tar.bz2
|
a91f1f722ac80c597cf0b75dcb8b48c0 libXext-1.0.4.tar.bz2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue