|
|
|
Name: libXpresent
|
|
|
|
Version: 1.0.0
|
|
|
|
Release: 10%{?dist}
|
|
|
|
Summary: A Xlib-compatible API for the Present extension
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
URL: http://www.x.org
|
|
|
|
Source0: http://xorg.freedesktop.org/archive/individual/lib/libXpresent-%{version}.tar.bz2
|
|
|
|
|
|
|
|
BuildRequires: xorg-x11-util-macros
|
|
|
|
BuildRequires: autoconf automake libtool
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: pkgconfig(xproto)
|
|
|
|
BuildRequires: pkgconfig(presentproto)
|
|
|
|
BuildRequires: pkgconfig(xextproto)
|
|
|
|
BuildRequires: pkgconfig(x11)
|
|
|
|
BuildRequires: pkgconfig(xext)
|
|
|
|
BuildRequires: pkgconfig(xfixes)
|
|
|
|
BuildRequires: pkgconfig(xrandr)
|
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains header files and documentation for the Present
|
|
|
|
extension. Library and server implementations are separate.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
autoreconf -v --install --force
|
|
|
|
%configure --disable-static
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
|
|
|
%files
|
|
|
|
%license COPYING
|
|
|
|
%doc AUTHORS ChangeLog README
|
|
|
|
%{_libdir}/libXpresent.so.1
|
|
|
|
%{_libdir}/libXpresent.so.1.0.0
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/X11/extensions/Xpresent.h
|
|
|
|
%{_libdir}/libXpresent.so
|
|
|
|
%{_libdir}/pkgconfig/xpresent.pc
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
* Mon Sep 07 2015 Kevin Fenzi <kevin@scrye.com> 1.0.0-2
|
|
|
|
- Mark license correctly.
|
|
|
|
- Drop unneeded rm in install
|
|
|
|
|
|
|
|
* Sat May 16 2015 Kevin Fenzi <kevin@scrye.com> 1.0.0-1
|
|
|
|
- Initial version of packaging for Fedora
|