- Rebuild for new libtool.
This commit is contained in:
parent
985c5969b6
commit
e3634f617f
24
libXp.spec
24
libXp.spec
@ -1,4 +1,4 @@
|
|||||||
# NOTE: This library has been deprecated in RHEL and Fedora Core for some
|
# NOTE: This library has been deprecated in RHEL and Fedora for some
|
||||||
# time now. While we have removed the word "deprecated" from the package
|
# time now. While we have removed the word "deprecated" from the package
|
||||||
# name in modular X, the library does remain deprecated and will be
|
# name in modular X, the library does remain deprecated and will be
|
||||||
# removed from a future OS release at some point. Developers should
|
# removed from a future OS release at some point. Developers should
|
||||||
@ -12,7 +12,7 @@
|
|||||||
Summary: X.Org X11 libXp runtime library
|
Summary: X.Org X11 libXp runtime library
|
||||||
Name: libXp
|
Name: libXp
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
@ -52,23 +52,13 @@ X.Org X11 libXp development package
|
|||||||
|
|
||||||
%patch0 -p1 -b .add-proto-files
|
%patch0 -p1 -b .add-proto-files
|
||||||
|
|
||||||
# Disable static library creation by default.
|
|
||||||
%define with_static 0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
# There is a patch that changes configure.ac, so we have
|
|
||||||
# run autoreconf
|
|
||||||
|
|
||||||
CPPFLAGS="$CPPFLAGS -I$RPM_BUILD_ROOT%{_includedir}"
|
CPPFLAGS="$CPPFLAGS -I$RPM_BUILD_ROOT%{_includedir}"
|
||||||
export CPPFLAGS
|
export CPPFLAGS
|
||||||
|
|
||||||
autoreconf
|
autoreconf -v --install
|
||||||
|
|
||||||
%configure \
|
%configure --disable-static
|
||||||
%if ! %{with_static}
|
|
||||||
--disable-static
|
|
||||||
%endif
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -106,9 +96,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%if ! %{without_devel}
|
%if ! %{without_devel}
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%if %{with_static}
|
|
||||||
%{_libdir}/libXp.a
|
|
||||||
%endif
|
|
||||||
%{_includedir}/X11/extensions/Print.h
|
%{_includedir}/X11/extensions/Print.h
|
||||||
%{_includedir}/X11/extensions/Printstr.h
|
%{_includedir}/X11/extensions/Printstr.h
|
||||||
%{_libdir}/pkgconfig/printproto.pc
|
%{_libdir}/pkgconfig/printproto.pc
|
||||||
@ -122,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 26 2009 Adam Jackson <ajax@redhat.com> 1.0.0-13
|
||||||
|
- Rebuild for new libtool.
|
||||||
|
|
||||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-12
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-12
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user