SHA256
1
0
forked from pool/libXp

Accepting request 113251 from home:vuntz:branches:X11:XOrg

Update to 1.0.1

OBS-URL: https://build.opensuse.org/request/show/113251
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXp?expand=0&rev=4
This commit is contained in:
2012-04-12 10:44:46 +00:00
committed by Git OBS Bridge
parent 801616e0dd
commit c2ae6e6c3c
4 changed files with 23 additions and 9 deletions

View File

@@ -16,10 +16,9 @@
#
Name: libXp
%define lname libXp6
Version: 1.0.0
Version: 1.0.1
Release: 0
Summary: X Printing Extension client library
License: MIT
@@ -28,11 +27,16 @@ Url: http://xorg.freedesktop.org/
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXp
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXp/
Source: %name-X11R7.0-%version.tar.bz2
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#git#BuildRequires: autoconf >= 2.57, automake, libtool
BuildRequires: pkgconfig pkgconfig(x11) pkgconfig(xext)
BuildRequires: pkgconfig(printproto) pkgconfig(xau) pkgconfig(xextproto)
BuildRequires: pkgconfig
BuildRequires: pkgconfig(printproto)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xau)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xextproto)
BuildRequires: pkgconfig(xorg-macros) >= 1.8
%description
libXp provides APIs to allow client applications to render to
@@ -65,7 +69,7 @@ This package contains the development headers for the library found
in %lname.
%prep
%setup -qn %name-X11R7.0-%version
%setup -q
%build
%configure --disable-static