Blame SPECS/libXdamage.spec

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