Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37865315
en ru br
ALT Linux repos
S:0.17-alt1
5.0: 0.10.5-alt2
4.1: 0.10-alt2
4.0: 0.8.0-alt1

Group :: System/Libraries
RPM: libpciaccess

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: libpciaccess
Version: 0.10
Release: alt2
Serial: 1
Summary: X.org libpciaccess library
License: MIT/X11
Group: System/Libraries
Url: http://xorg.freedesktop.org
Packager: XOrg Maintainer Team <xorg at packages.altlinux.org>

Source: %name-%version.tar.bz2

Patch10: libpciaccess-0.10-git-read-from-0-sized-bug13988.patch
Patch11: libpciaccess-0.10-git-function-prototypes-cpp.patch

BuildRequires: xorg-x11-util-macros

%description
Library providing generic access to the PCI bus and devices.

%package devel
Summary: The pciaccess Library and Header Files
Group: Development/C
Requires: %name = %version-%release

%description devel
%name-devel contains the libraries and header files needed to
develop programs which make use of %name.

%def_disable static

%prep
%setup -q

%patch10 -p1
%patch11 -p1

%build
%autoreconf
%configure \
--with-pciids-path=%_datadir/hwdatabase \
%{subst_enable static}
%make_build

%install
%make DESTDIR=%buildroot install

%post
%post_ldconfig

%postun
%postun_ldconfig

%files
%_libdir/*.so.*

%files devel
%_includedir/*
%_libdir/*.so
%_pkgconfigdir/*.pc

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin