diff options
author | Nicolas Guyomard <nicolas.guyomard@open.eurogiciel.org> | 2014-11-10 11:51:16 +0100 |
---|---|---|
committer | Philippe Coval <philippe.coval@open.eurogiciel.org> | 2014-12-15 15:21:02 +0100 |
commit | 60f22757adb8a8d0cae0c7f70983e4ed7f0c7eec (patch) | |
tree | 544be3f96a074e4062ad55c59f64dd6aca332076 | |
parent | 41ee532c31ffcecc3523150cc98584a32e969728 (diff) | |
download | libpciaccess-60f22757adb8a8d0cae0c7f70983e4ed7f0c7eec.tar.gz libpciaccess-60f22757adb8a8d0cae0c7f70983e4ed7f0c7eec.tar.bz2 libpciaccess-60f22757adb8a8d0cae0c7f70983e4ed7f0c7eec.zip |
packaging: Bump to version 0.13.2
Change-Id: Ia3b70d0e6520fc3f5368b618167c4f3cd7e680b6
Bug-Tizen: TC-1840
Signed-off-by: Nicolas Guyomard <nicolas.guyomard@open.eurogiciel.org>
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
-rw-r--r-- | packaging/libpciaccess.spec | 21 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
2 files changed, 12 insertions, 11 deletions
diff --git a/packaging/libpciaccess.spec b/packaging/libpciaccess.spec index 9d06fb2..c790b97 100644 --- a/packaging/libpciaccess.spec +++ b/packaging/libpciaccess.spec @@ -1,11 +1,11 @@ %bcond_with x Name: libpciaccess -Version: 0.13.1 +Version: 0.13.2 Release: 1 License: MIT Summary: PCI access library -Url: http://gitweb.freedesktop.org/?p=xorg/lib/libpciaccess.git +Url: http://cgit.freedesktop.org/xorg/lib/libpciaccess/ Group: Base/Device Management Source: %{name}-%{version}.tar.bz2 Source1001: libpciaccess.manifest @@ -15,10 +15,7 @@ BuildRequires: automake BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: pkgconfig(zlib) - -%if %{with x} -BuildRequires: pkgconfig(xorg-macros) -%endif +BuildRequires: pkgconfig(xorg-macros) >= 1.8 %description libpciaccess is a library for portable PCI access routines across multiple @@ -31,13 +28,18 @@ Requires: %{name} = %{version} Requires: pkgconfig %description devel -Development package for libpciaccess. +libpciaccess is a library for portable PCI access routines across multiple +operating systems. + +This package contains development files needed to develop with the +libpciaccess library. %prep %setup -q cp %{SOURCE1001} . - %build +NOCONFIGURE=1 +%autogen %configure --disable-static \ --with-pciids-path=%{_datadir}/misc --with-zlib make %{?_smp_mflags} @@ -55,8 +57,7 @@ make %{?_smp_mflags} %manifest %{name}.manifest %defattr(-,root,root,-) %license COPYING -%{_libdir}/libpciaccess.so.0 -%{_libdir}/libpciaccess.so.0.11.* +%{_libdir}/libpciaccess.so.* %files devel %manifest %{name}.manifest diff --git a/src/Makefile.am b/src/Makefile.am index 0d71a80..3f535f2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -70,4 +70,4 @@ libpciaccess_la_SOURCES = common_bridge.c \ libpciaccess_la_LIBADD = $(PCIACCESS_LIBS) -libpciaccess_la_LDFLAGS = -version-number 0:11:1 -no-undefined +libpciaccess_la_LDFLAGS = -version-number 0:13:2 -no-undefined |