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:
3
libXp-1.0.1.tar.bz2
Normal file
3
libXp-1.0.1.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71d1f260005616d646b8c8788365f2b7d93911dac57bb53b65753d9f9e6443d2
|
||||
size 300427
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f58cb9039eff4f65a60d718797afaf2dfd0bd674e68d1fa83c72a35c54941ee
|
||||
size 237834
|
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 11 15:29:47 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 1.0.1:
|
||||
+ Fix compiler warnings
|
||||
+ Build fixes
|
||||
+ Build configuration improvements
|
||||
- Add pkgconfig(xorg-macros) BuildRequires: new dependency
|
||||
upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 12 00:57:07 UTC 2012 - jengelh@medozas.de
|
||||
|
||||
|
16
libXp.spec
16
libXp.spec
@@ -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
|
||||
|
Reference in New Issue
Block a user