Remove printproto again
This commit is contained in:
parent
1c98b3836e
commit
059edbcc5d
17
libXp.spec
17
libXp.spec
@ -31,8 +31,6 @@ BuildRequires: libtool automake autoconf gettext
|
||||
|
||||
Obsoletes: XFree86-libs, xorg-x11-libs, xorg-x11-deprecated-libs
|
||||
|
||||
Patch1: proto-check.patch
|
||||
|
||||
%description
|
||||
X.Org X11 libXp runtime library
|
||||
|
||||
@ -53,9 +51,7 @@ X.Org X11 libXp development package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -b0 -b1
|
||||
|
||||
%patch1 -p1 -b .proto-check
|
||||
%setup -q
|
||||
|
||||
# Disable static library creation by default.
|
||||
%define with_static 0
|
||||
@ -76,17 +72,9 @@ autoreconf
|
||||
%endif
|
||||
make
|
||||
|
||||
pushd ../printproto-1.0.3
|
||||
%configure
|
||||
popd
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
pushd ../printproto-1.0.3
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
popd
|
||||
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
%if %{without_devel}
|
||||
@ -135,6 +123,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%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
|
||||
- BuildRequire autoconf automake libtool gettext
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user