- libXpm 3.5.8
This commit is contained in:
parent
d8ec74251a
commit
d416865e3e
32
libXpm.spec
32
libXpm.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: X.Org X11 libXpm runtime library
|
Summary: X.Org X11 libXpm runtime library
|
||||||
Name: libXpm
|
Name: libXpm
|
||||||
Version: 3.5.7
|
Version: 3.5.8
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
@ -10,16 +10,7 @@ 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: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: xorg-x11-proto-devel
|
BuildRequires: pkgconfig(xext) pkgconfig(xt) pkgconfig(xau)
|
||||||
BuildRequires: libX11-devel
|
|
||||||
# FIXME: Although ./configure checks for libXt and libXext, and indicates
|
|
||||||
# that they are missing, it continues to build anyway, and just does not
|
|
||||||
# build sxpm if they are not present. Therefore, libXt-devel and
|
|
||||||
# libXext-devel are required build deps in order to get sxpm built.
|
|
||||||
BuildRequires: libXt-devel
|
|
||||||
BuildRequires: libXext-devel
|
|
||||||
BuildRequires: libXau-devel
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
X.Org X11 libXpm runtime library
|
X.Org X11 libXpm runtime library
|
||||||
@ -29,23 +20,14 @@ Summary: X.Org X11 libXpm development package
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
Requires: libX11-devel pkgconfig
|
|
||||||
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
X.Org X11 libXpm development package
|
X.Org X11 libXpm development package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
# Disable static library creation by default.
|
|
||||||
%define with_static 0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure --disable-static
|
||||||
%if ! %{with_static}
|
|
||||||
--disable-static
|
|
||||||
%endif
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -73,9 +55,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/cxpm
|
%{_bindir}/cxpm
|
||||||
%{_bindir}/sxpm
|
%{_bindir}/sxpm
|
||||||
%{_includedir}/X11/xpm.h
|
%{_includedir}/X11/xpm.h
|
||||||
%if %{with_static}
|
|
||||||
%{_libdir}/libXpm.a
|
|
||||||
%endif
|
|
||||||
%{_libdir}/libXpm.so
|
%{_libdir}/libXpm.so
|
||||||
%{_libdir}/pkgconfig/xpm.pc
|
%{_libdir}/pkgconfig/xpm.pc
|
||||||
#%dir %{_mandir}/man1x
|
#%dir %{_mandir}/man1x
|
||||||
@ -83,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
#%{_mandir}/man1/*.1x*
|
#%{_mandir}/man1/*.1x*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 13 2009 Adam Jackson <ajax@redhat.com> 3.5.8-1
|
||||||
|
- libXpm 3.5.8
|
||||||
|
|
||||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.7-7
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.7-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user