933b69
%global tarball libXcursor
933b69
#global gitdate 20130524
933b69
%global gitversion 8f677eaea
933b69
933b69
Summary: Cursor management library
933b69
Name: libXcursor
933b69
Version: 1.2.0
933b69
Release: 7%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
933b69
License: MIT
933b69
URL: http://www.x.org
933b69
933b69
%if 0%{?gitdate}
933b69
Source0:    %{tarball}-%{gitdate}.tar.bz2
933b69
Source2:    make-git-snapshot.sh
933b69
Source3:    commitid
933b69
%else
933b69
Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
933b69
%endif
933b69
Source1: index.theme
933b69
933b69
Requires: libX11 >= 1.5.99.902
933b69
933b69
BuildRequires: make
933b69
BuildRequires: autoconf automake libtool
933b69
BuildRequires: xorg-x11-util-macros
933b69
BuildRequires: xorg-x11-proto-devel
933b69
BuildRequires: libX11-devel >= 1.5.99.902
933b69
BuildRequires: libXfixes-devel
933b69
BuildRequires: libXrender-devel >= 0.8.2
933b69
BuildRequires: autoconf automake libtool pkgconfig
933b69
933b69
%description
933b69
This is  a simple library designed to help locate and load cursors.
933b69
Cursors can be loaded from files or memory. A library of common cursors
933b69
exists which map to the standard X cursor names.Cursors can exist in
933b69
several sizes and the library automatically picks the best size.
933b69
933b69
%package devel
933b69
Summary: Development files for %{name}
933b69
Requires: %{name} = %{version}-%{release}
933b69
933b69
%description devel
933b69
libXcursor development package.
933b69
933b69
%prep
933b69
%setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
933b69
iconv --from=ISO-8859-2 --to=UTF-8 COPYING > COPYING.new && \
933b69
touch -r COPYING COPYING.new && \
933b69
mv COPYING.new COPYING
933b69
933b69
# Disable static library creation by default.
933b69
%define with_static 0
933b69
933b69
%build
933b69
autoreconf -v --install --force
933b69
#export CFLAGS="$RPM_OPT_FLAGS -DICONDIR=\"%{_datadir}/icons\""
933b69
%configure \
933b69
%if ! %{with_static}
933b69
 --disable-static
933b69
%endif
933b69
make V=1 %{?_smp_mflags}
933b69
933b69
%install
933b69
rm -rf $RPM_BUILD_ROOT
933b69
933b69
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
933b69
933b69
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/default
933b69
install -m 644 -p %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/icons/default/index.theme
933b69
933b69
# We intentionally don't ship *.la files
933b69
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
933b69
933b69
%ldconfig_post
933b69
%ldconfig_postun
933b69
933b69
%files
933b69
%doc AUTHORS COPYING README.md
933b69
%{_libdir}/libXcursor.so.1
933b69
%{_libdir}/libXcursor.so.1.0.2
933b69
%dir %{_datadir}/icons/default
933b69
%{_datadir}/icons/default/index.theme
933b69
933b69
%files devel
933b69
%dir %{_includedir}/X11/Xcursor
933b69
%{_includedir}/X11/Xcursor/Xcursor.h
933b69
%if %{with_static}
933b69
%{_libdir}/libXcursor.a
933b69
%endif
933b69
%{_libdir}/libXcursor.so
933b69
%{_libdir}/pkgconfig/xcursor.pc
933b69
#%dir %{_mandir}/man3x
933b69
%{_mandir}/man3/Xcursor*.3*
933b69
933b69
%changelog
933b69
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.0-7
933b69
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
933b69
  Related: rhbz#1991688
933b69
933b69
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.0-6
933b69
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
933b69
933b69
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-5
933b69
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
933b69
933b69
* Thu Nov  5 11:15:57 AEST 2020 Peter Hutterer <peter.hutterer@redhat.com> - 1.2.0-4
933b69
- Add BuildRequires for make
933b69
933b69
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3
933b69
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
933b69
933b69
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
933b69
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
933b69
933b69
* Thu Sep 26 2019 Adam Jackson <ajax@redhat.com> - 1.2.0-1
933b69
- libXcursor 1.2.0
933b69
933b69
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.15-6
933b69
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
933b69
933b69
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.15-5
933b69
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
933b69
933b69
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.15-4
933b69
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
933b69
933b69
* Thu Jul 05 2018 Adam Jackson <ajax@redhat.com> - 1.1.15-3
933b69
- Drop useless %%defattr
933b69
933b69
* Fri Jun 29 2018 Adam Jackson <ajax@redhat.com> - 1.1.15-2
933b69
- Use ldconfig scriptlet macros
933b69
933b69
* Mon Feb 26 2018 Benjamin Tissoires <benjamin.tissoires@redhat.com> 1.1.15-1%{?gitdate:.git}%{?dist}
933b69
- libXcursor 1.1.15
933b69
933b69
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.14-11
933b69
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
933b69
933b69
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.14-10
933b69
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
933b69
933b69
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.14-9
933b69
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
933b69
933b69
* Fri Feb 17 2017 Benjamin Tissoires <benjamin.tissoires@redhat.com> 1.1.14-8
933b69
- Remove RHEL default cursor theme variant (rhbz#1388458)
933b69
933b69
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.14-7
933b69
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
933b69
933b69
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.14-6
933b69
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
933b69
933b69
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.14-5
933b69
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
933b69
933b69
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.14-4
933b69
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
933b69
933b69
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.14-3
933b69
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
933b69
933b69
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.14-2
933b69
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
933b69
933b69
* Fri May 31 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.1.14-1
933b69
- libXCursor 1.1.14
933b69
933b69
* Mon May 27 2013 Peter Hutterer <peter.hutterer@redhat.com> - 1.1.13-7.20130524git8f677eaea
933b69
- Require libX11 1.6RC2 for _XEatDataWords
933b69
933b69
* Fri May 24 2013 Adam Jackson <ajax@redhat.com> 1.1.13-6
933b69
- Fix cursor theme in RHEL
933b69
933b69
* Fri May 24 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.1.13-3.20130524git8f677eaea
933b69
- Update to fix following CVEs:
933b69
- CVE-2013-2003
933b69
933b69
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> - 1.1.13-4
933b69
- autoreconf for aarch64
933b69
933b69
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.13-3
933b69
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
933b69
933b69
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.13-2
933b69
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
933b69
933b69
* Thu Mar 08 2012 Adam Jackson <ajax@redhat.com> 1.1.13-1
933b69
- libXcursor 1.1.13
933b69
933b69
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.12-2
933b69
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
933b69
933b69
* Thu Nov 17 2011 Adam Jackson <ajax@redhat.com> 1.1.12-1
933b69
- libXcursor 1.1.12
933b69
933b69
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.11-3
933b69
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
933b69
933b69
* Fri Feb 04 2011 Ray Strode <rstrode@redhat.com> 1.1.11-2
933b69
- Change the default cursor theme
933b69
  (also make the dependency a soft one)
933b69
933b69
* Thu Oct 28 2010 Adam Jackson <ajax@redhat.com> 1.1.11-1
933b69
- libXcursor 1.1.11
933b69
933b69
* Thu Mar 11 2010 Matthias Clasen <mclasen@redhat.com> - 1.1.10-5
933b69
- The theme file should _not_ be a config file
933b69
933b69
* Tue Mar  9 2010 Matthias Clasen <mclasen@redhat.com> - 1.1.10-4
933b69
- Make default cursor theme inherit dmz-aa instead of Bluecurve
933b69
- Also require the cursor theme package
933b69
933b69
* Wed Oct 21 2009 Parag <paragn@fedoraproject.org> - 1.1.10-3
933b69
- Merge-Review #226066
933b69
- make is not verbose
933b69
- preserve timestamp of index.theme
933b69
933b69
* Thu Oct 08 2009 Parag <paragn@fedoraproject.org> - 1.1.10-2
933b69
- Merge-Review #226066
933b69
- Removed XFree86-libs, xorg-x11-libs as Obsoletes
933b69
- Removed BR:pkgconfig
933b69
- Few spec cleanups
933b69
933b69
* Fri Aug 28 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.1.10-1
933b69
- libXcursor 1.1.10
933b69
933b69
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.9-6
933b69
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
933b69
933b69
* Thu Jul 23 2009 Adam Jackson <ajax@redhat.com> 1.1.9-5
933b69
- Un-require xorg-x11-filesystem
933b69
- Remove useless %%dir
933b69
933b69
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.9-4
933b69
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
933b69
933b69
* Tue Jul 15 2008 Adam Jackson <ajax@redhat.com> 1.1.9-3
933b69
- Fix license tag.
933b69
933b69
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.1.9-2
933b69
- Autorebuild for GCC 4.3
933b69
933b69
* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 1.1.9-1
933b69
- libXcursor 1.1.9
933b69
933b69
* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 1.1.8-3
933b69
- Rebuild for PPC toolchain bug
933b69
933b69
* Sat Jul  7 2007 Matthias Clasen <mclasen@redhat.com> 1.1.8-3
933b69
- Don't own /usr/share/icons
933b69
- Require pkgconfig in -devel
933b69
933b69
* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.1.8-2
933b69
- Don't install INSTALL
933b69
933b69
* Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.1.8-1
933b69
- Update to 1.1.8
933b69
933b69
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.1.7-1.1
933b69
- rebuild
933b69
933b69
* Wed Jun 07 2006 Mike A. Harris <mharris@redhat.com> 1.1.7-1
933b69
- Update to 1.1.7 from X11R7.1
933b69
933b69
* Wed Jun 07 2006 Mike A. Harris <mharris@redhat.com> 1.1.6-2
933b69
- Added "BuildRequires: xorg-x11-proto-devel"
933b69
- Added "Requires: xorg-x11-proto-devel" to devel package, needed by xcursor.pc
933b69
- Replace "makeinstall" with "make install DESTDIR=..."
933b69
- Remove package ownership of mandir/libdir/etc.
933b69
933b69
* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.1.6-1
933b69
- Update to 1.1.6
933b69
933b69
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.1.5.2-2.2
933b69
- bump again for double-long bug on ppc(64)
933b69
933b69
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.1.5.2-2.1
933b69
- rebuilt for new gcc4.1 snapshot and glibc changes
933b69
933b69
* Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.1.5.2-2
933b69
- Bumped and rebuilt
933b69
933b69
* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.1.5.2-1
933b69
- Updated libXcursor to version 1.1.5.2 from X11R7 RC4
933b69
933b69
* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 1.1.5.1-1
933b69
- Updated libXcursor to version 1.1.5.1 from X11R7 RC3
933b69
- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
933b69
  that /usr/lib/X11 and /usr/include/X11 pre-exist.
933b69
- Removed 'x' suffix from manpage directories to match RC3 upstream.
933b69
- Added default index.theme file to set BlueCurve as the default cursor theme
933b69
  to fix bug (#175532).
933b69
933b69
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
933b69
- rebuilt
933b69
933b69
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 1.1.5-1
933b69
- Updated libXcursor to version 1.1.5 from X11R7 RC2
933b69
- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
933b69
- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
933b69
933b69
* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 1.1.4-1
933b69
- Updated libXcursor to version 1.1.4 from X11R7 RC1
933b69
933b69
* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 1.1.3-3
933b69
- Renamed package to remove xorg-x11 from the name due to unanimous decision
933b69
  between developers.
933b69
- Use Fedora Extras style BuildRoot tag.
933b69
- Disable static library creation by default.
933b69
- Add missing defattr to devel subpackage
933b69
- Add missing documentation files to doc macro
933b69
933b69
* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 1.1.3-2
933b69
- Renamed package to prepend "xorg-x11" to the name for consistency with
933b69
  the rest of the X11R7 packages.
933b69
- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
933b69
  subpackage to ensure the devel package matches the installed shared libs.
933b69
- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
933b69
  allow applications to use implementation agnostic dependencies.
933b69
- Added post/postun scripts which call ldconfig.
933b69
- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
933b69
  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
933b69
933b69
* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 1.1.3-1
933b69
- Initial build.