928ad6
Summary: X Damage extension library
928ad6
Name: libXdamage
928ad6
Version: 1.1.4
928ad6
Release: 14%{?dist}
928ad6
License: MIT
928ad6
Group: System Environment/Libraries
928ad6
URL: http://www.x.org
928ad6
928ad6
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
928ad6
928ad6
BuildRequires: xorg-x11-util-macros
928ad6
BuildRequires: autoconf automake libtool
928ad6
BuildRequires: pkgconfig(xfixes)
928ad6
BuildRequires: pkgconfig(damageproto) >= 1.1.0
928ad6
928ad6
%description
928ad6
X.Org X11 libXdamage runtime library.
928ad6
928ad6
%package devel
928ad6
Summary: Development files for %{name}
928ad6
Group: Development/Libraries
928ad6
Requires: %{name} = %{version}-%{release}
928ad6
928ad6
%description devel
928ad6
X.Org X11 libXdamage development package.
928ad6
928ad6
%prep
928ad6
%setup -q
928ad6
928ad6
%build
928ad6
autoreconf -v --install --force
928ad6
%configure --disable-static
928ad6
make V=1 %{?_smp_mflags}
928ad6
928ad6
%install
928ad6
rm -rf $RPM_BUILD_ROOT
928ad6
928ad6
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
928ad6
928ad6
# We intentionally don't ship *.la files
928ad6
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
928ad6
928ad6
%ldconfig_post
928ad6
%ldconfig_postun
928ad6
928ad6
%files
928ad6
%doc AUTHORS COPYING README ChangeLog
928ad6
%{_libdir}/libXdamage.so.1
928ad6
%{_libdir}/libXdamage.so.1.1.0
928ad6
928ad6
%files devel
928ad6
%{_includedir}/X11/extensions/Xdamage.h
928ad6
%{_libdir}/libXdamage.so
928ad6
%{_libdir}/pkgconfig/xdamage.pc
928ad6
928ad6
%changelog
928ad6
* Thu Jul 05 2018 Adam Jackson <ajax@redhat.com> - 1.1.4-14
928ad6
- Drop useless %%defattr
928ad6
928ad6
* Fri Jun 29 2018 Adam Jackson <ajax@redhat.com> - 1.1.4-13
928ad6
- Use ldconfig scriptlet macros
928ad6
928ad6
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-12
928ad6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
928ad6
928ad6
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-11
928ad6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
928ad6
928ad6
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-10
928ad6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
928ad6
928ad6
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-9
928ad6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
928ad6
928ad6
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-8
928ad6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
928ad6
928ad6
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-7
928ad6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
928ad6
928ad6
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-6
928ad6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
928ad6
928ad6
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-5
928ad6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
928ad6
928ad6
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-4
928ad6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
928ad6
928ad6
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> - 1.1.4-3
928ad6
- autoreconf for aarch64
928ad6
928ad6
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-2
928ad6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
928ad6
928ad6
* Fri Jan 04 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.1.4-1
928ad6
- libXdamage 1.1.4
928ad6
928ad6
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.3-4
928ad6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
928ad6
928ad6
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.3-3
928ad6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
928ad6
928ad6
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.3-2
928ad6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
928ad6
928ad6
* Wed Jun 09 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.1.3-1
928ad6
- libXdamage 1.1.3
928ad6
928ad6
* Wed Oct 21 2009 Parag <paragn@fedoraproject.org> - 1.1.2-2
928ad6
- Merge-Review #226067
928ad6
- make is not verbose
928ad6
928ad6
* Wed Oct 07 2009 Adam Jackson <ajax@redhat.com> 1.1.2-1
928ad6
- libXdamage 1.1.2
928ad6
928ad6
* Thu Aug 13 2009 Parag <paragn@fedoraproject.org> 1.1.1-9
928ad6
- Merge-review cleanups #226067
928ad6
928ad6
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-8
928ad6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
928ad6
928ad6
* Thu Jul 23 2009 Adam Jackson <ajax@redhat.com> 1.1.1-7
928ad6
- Un-require xorg-x11-filesystem
928ad6
- Remove useless %%dir
928ad6
928ad6
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-6
928ad6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
928ad6
928ad6
* Wed Dec 03 2008 Caolán McNamara <caolanm@redhat.com> - 1.1.1-5
928ad6
- rebuild to get provides pkgconfig(xdamage)
928ad6
928ad6
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.1.1-4
928ad6
- Autorebuild for GCC 4.3
928ad6
928ad6
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.1.1-3
928ad6
- Rebuild for build id
928ad6
928ad6
* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.1.1-2
928ad6
- Don't install INSTALL
928ad6
928ad6
* Mon Mar 26 2007 Adam Jackson <ajax@redhat.com> 1.1.1-1
928ad6
- libXdamage 1.1.1
928ad6
928ad6
* Mon Mar 05 2007 Adam Jackson <ajax@redhat.com> 1.1-1
928ad6
- libXdamage 1.1
928ad6
928ad6
* Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.0.4-1
928ad6
- Update to 1.0.4
928ad6
928ad6
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.0.3-2.1
928ad6
- rebuild
928ad6
928ad6
* Wed Jun 07 2006 Mike A. Harris <mharris@redhat.com> 1.0.3-2
928ad6
- Added "BuildRequires: xorg-x11-proto-devel >= 7.0-1" as xcursor.pc indicates
928ad6
  "damageproto >= 1.0" is required.
928ad6
- Added "Requires: xorg-x11-proto-devel >= 7.0-1, libXfixes-devel" to devel
928ad6
  package also, as per xcursor.pc
928ad6
- Replace "makeinstall" with "make install DESTDIR=..."
928ad6
- Remove package ownership of mandir/libdir/etc.
928ad6
928ad6
* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.3-1
928ad6
- Update to 1.0.3
928ad6
928ad6
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.2.2-2.2
928ad6
- bump again for double-long bug on ppc(64)
928ad6
928ad6
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.2.2-2.1
928ad6
- rebuilt for new gcc4.1 snapshot and glibc changes
928ad6
928ad6
* Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.2.2-2
928ad6
- Bumped and rebuilt
928ad6
928ad6
* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.2.2-1
928ad6
- Updated libXdamage to version 1.0.2.2 from X11R7 RC4
928ad6
928ad6
* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 1.0.2.1-1
928ad6
- Updated libXdamage to version 1.0.2.1 from X11R7 RC3
928ad6
- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
928ad6
  that /usr/lib/X11 and /usr/include/X11 pre-exist.
928ad6
- Removed 'x' suffix from manpage directories to match RC3 upstream.
928ad6
928ad6
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
928ad6
- rebuilt
928ad6
928ad6
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 1.0.2-1
928ad6
- Updated libXdamage to version 1.0.2 from X11R7 RC2
928ad6
- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
928ad6
- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
928ad6
928ad6
* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 1.0.1-4
928ad6
- Updated libXdamage to version 1.0.1 from X11R7 RC1
928ad6
928ad6
* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 1.0.1-3
928ad6
- Renamed package to remove xorg-x11 from the name due to unanimous decision
928ad6
  between developers.
928ad6
- Use Fedora Extras style BuildRoot tag.
928ad6
- Disable static library creation by default.
928ad6
- Add missing defattr to devel subpackage
928ad6
- Add missing documentation files to doc macro
928ad6
928ad6
* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 1.0.1-2
928ad6
- Renamed package to prepend "xorg-x11" to the name for consistency with
928ad6
  the rest of the X11R7 packages.
928ad6
- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
928ad6
  subpackage to ensure the devel package matches the installed shared libs.
928ad6
- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
928ad6
  allow applications to use implementation agnostic dependencies.
928ad6
- Added post/postun scripts which call ldconfig.
928ad6
- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
928ad6
  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
928ad6
928ad6
* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 1.0.1-1
928ad6
- Initial build.