2012-02-13 11:07:43 +01:00
|
|
|
#
|
|
|
|
# spec file for package libXp
|
|
|
|
#
|
2013-03-19 20:47:40 +01:00
|
|
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2012-02-13 11:07:43 +01:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
2012-03-07 10:47:30 +01:00
|
|
|
|
|
|
|
|
2012-02-13 11:07:43 +01:00
|
|
|
Name: libXp
|
|
|
|
%define lname libXp6
|
2012-04-12 12:44:46 +02:00
|
|
|
Version: 1.0.1
|
2012-02-13 11:07:43 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: X Printing Extension client library
|
|
|
|
License: MIT
|
|
|
|
Group: Development/Libraries/C and C++
|
2012-03-07 10:47:30 +01:00
|
|
|
Url: http://xorg.freedesktop.org/
|
2012-02-13 11:07:43 +01:00
|
|
|
|
|
|
|
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXp
|
|
|
|
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXp/
|
2012-04-12 12:44:46 +02:00
|
|
|
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
2012-03-07 10:47:30 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2012-02-13 11:07:43 +01:00
|
|
|
#git#BuildRequires: autoconf >= 2.57, automake, libtool
|
2012-04-12 12:44:46 +02:00
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: pkgconfig(printproto)
|
|
|
|
BuildRequires: pkgconfig(x11)
|
|
|
|
BuildRequires: pkgconfig(xau)
|
|
|
|
BuildRequires: pkgconfig(xext)
|
|
|
|
BuildRequires: pkgconfig(xextproto)
|
|
|
|
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
2012-02-13 11:07:43 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
libXp provides APIs to allow client applications to render to
|
|
|
|
non-display devices.
|
|
|
|
|
|
|
|
%package -n %lname
|
|
|
|
Summary: X Printing Extension client library
|
|
|
|
Group: System/Libraries
|
|
|
|
# O/P added for 12.2
|
|
|
|
Provides: xorg-x11-libXp = 7.6_%version-%release
|
|
|
|
Obsoletes: xorg-x11-libXp < 7.6_%version-%release
|
|
|
|
|
|
|
|
%description -n %lname
|
|
|
|
libXp provides APIs to allow client applications to render to
|
|
|
|
non-display devices.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for the X Printing Extension library
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: %lname = %version
|
|
|
|
# O/P added for 12.2
|
|
|
|
Provides: xorg-x11-libXp-devel = 7.6_%version-%release
|
|
|
|
Obsoletes: xorg-x11-libXp-devel < 7.6_%version-%release
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
libXp provides APIs to allow client applications to render to
|
|
|
|
non-display devices.
|
|
|
|
|
|
|
|
This package contains the development headers for the library found
|
|
|
|
in %lname.
|
|
|
|
|
|
|
|
%prep
|
2012-04-12 12:44:46 +02:00
|
|
|
%setup -q
|
2012-02-13 11:07:43 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --disable-static
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
2013-03-19 20:47:40 +01:00
|
|
|
make install DESTDIR="%buildroot"
|
2012-02-13 11:07:43 +01:00
|
|
|
rm -f "%buildroot/%_libdir"/*.la
|
|
|
|
|
|
|
|
%post -n %lname -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n %lname -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -n %lname
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%_libdir/libXp.so.6*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%_libdir/libXp.so
|
|
|
|
%_libdir/pkgconfig/xp.pc
|
|
|
|
%_mandir/man3/*
|
|
|
|
|
|
|
|
%changelog
|