Remove printproto again

This commit is contained in:
sandmann 2006-08-18 23:00:41 +00:00
parent 1c98b3836e
commit 059edbcc5d

View File

@ -31,8 +31,6 @@ BuildRequires: libtool automake autoconf gettext
Obsoletes: XFree86-libs, xorg-x11-libs, xorg-x11-deprecated-libs Obsoletes: XFree86-libs, xorg-x11-libs, xorg-x11-deprecated-libs
Patch1: proto-check.patch
%description %description
X.Org X11 libXp runtime library X.Org X11 libXp runtime library
@ -53,9 +51,7 @@ X.Org X11 libXp development package
%endif %endif
%prep %prep
%setup -q -b0 -b1 %setup -q
%patch1 -p1 -b .proto-check
# Disable static library creation by default. # Disable static library creation by default.
%define with_static 0 %define with_static 0
@ -76,17 +72,9 @@ autoreconf
%endif %endif
make make
pushd ../printproto-1.0.3
%configure
popd
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
pushd ../printproto-1.0.3
make install DESTDIR=$RPM_BUILD_ROOT
popd
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
%if %{without_devel} %if %{without_devel}
@ -135,6 +123,9 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Fri Aug 18 2006 Soren Sandmann <sandmann@redhat.com>
- Remove printproto source.
* Fri Aug 18 2006 Soren Sandmann <sandmann@redhat.com> - 1.0.0-6 * Fri Aug 18 2006 Soren Sandmann <sandmann@redhat.com> - 1.0.0-6
- BuildRequire autoconf automake libtool gettext - BuildRequire autoconf automake libtool gettext