xcb-util-cursor/xcb-util-cursor.spec

98 lines
2.4 KiB
RPMSpec
Raw Normal View History

2014-03-21 19:52:42 +00:00
Name: xcb-util-cursor
2016-05-30 17:47:16 +00:00
Version: 0.1.3
Release: 2%{?dist}
2014-03-21 19:52:42 +00:00
Summary: Cursor library on top of libxcb
Group: System Environment/Libraries
License: MIT
URL: http://xcb.freedesktop.org
Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
BuildRequires: pkgconfig(xcb-util) >= 0.3.8
BuildRequires: pkgconfig(xcb-render)
BuildRequires: pkgconfig(xcb-renderutil)
BuildRequires: pkgconfig(xcb-image)
BuildRequires: m4
%description
XCB util-cursor module provides the following libraries:
- cursor: port of libxcursor
%package devel
Summary: Development and header files for xcb-util-cursos
Group: System Environment/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
Development files for xcb-util-cursor.
%prep
%setup -q
%build
%configure --with-pic --disable-static --disable-silent-rules
make %{?_smp_mflags}
%check
make check
%install
make install DESTDIR=%{buildroot} INSTALL="install -p"
rm %{buildroot}%{_libdir}/*.la
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%doc README
%license COPYING
2014-03-21 19:52:42 +00:00
%{_libdir}/*.so.*
%files devel
%doc NEWS
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so
%{_includedir}/xcb/*.h
%changelog
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2016-05-30 17:47:16 +00:00
* Mon May 30 2016 Thomas Moschny <thomas.moschny@gmx.de> - 0.1.3-1
- Update to 0.1.3.
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Thu Apr 2 2015 Thomas Moschny <thomas.moschny@gmx.de> - 0.1.2-1
- Update to 0.1.2.
- Mark COPYING as %%license.
2014-10-22 18:05:38 +00:00
* Wed Oct 22 2014 Thomas Moschny <thomas.moschny@gmx.de> - 0.1.1-5
2014-10-22 18:10:05 +00:00
- Include COPYING.
2014-10-22 18:05:38 +00:00
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2014-03-21 19:52:42 +00:00
* Mon Mar 17 2014 Thomas Moschny <thomas.moschny@gmx.de> - 0.1.1-2
- Disable silent build, as suggested in the review.
* Mon Mar 10 2014 Thomas Moschny <thomas.moschny@gmx.de> - 0.1.1-1
- New package.