forked from pool/libXp
90 lines
2.6 KiB
RPMSpec
90 lines
2.6 KiB
RPMSpec
|
#
|
||
|
# spec file for package libXp
|
||
|
#
|
||
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||
|
#
|
||
|
# 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/
|
||
|
#
|
||
|
Name: libXp
|
||
|
%define lname libXp6
|
||
|
Version: 1.0.0
|
||
|
Release: 0
|
||
|
Summary: X Printing Extension client library
|
||
|
License: MIT
|
||
|
Group: Development/Libraries/C and C++
|
||
|
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
|
||
|
BuildRoot: %_tmppath/%name-%version-build
|
||
|
#git#BuildRequires: autoconf >= 2.57, automake, libtool
|
||
|
BuildRequires: pkgconfig, pkgconfig(x11), pkgconfig(xext)
|
||
|
BuildRequires: pkgconfig(xextproto), pkgconfig(xau), pkgconfig(printproto)
|
||
|
|
||
|
%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
|
||
|
%setup -qn %name-X11R7.0-%version
|
||
|
|
||
|
%build
|
||
|
%configure --disable-static
|
||
|
make %{?_smp_mflags}
|
||
|
|
||
|
%install
|
||
|
%makeinstall
|
||
|
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
|