Blame SPECS/libXdamage.spec

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