Blame SPECS/libXdamage.spec

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