834253
Summary: X.Org X11 libXss runtime library
834253
Name: libXScrnSaver
834253
Version: 1.2.2
834253
Release: 6.1%{?dist}
834253
License: MIT
834253
Group: System Environment/Libraries
834253
URL: http://www.x.org
834253
834253
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
834253
834253
BuildRequires: xorg-x11-util-macros
834253
BuildRequires: autoconf automake libtool
834253
BuildRequires: pkgconfig
834253
BuildRequires: xorg-x11-proto-devel
834253
BuildRequires: libX11-devel
834253
BuildRequires: libXext-devel
834253
834253
%description
834253
X.Org X11 libXss runtime library
834253
834253
%package devel
834253
Summary: X.Org X11 libXScrnSaver development package
834253
Group: Development/Libraries
834253
Requires: %{name} = %{version}-%{release}
834253
834253
%description devel
834253
X.Org X11 libXss development package
834253
834253
%prep
834253
%setup -q
834253
834253
%build
834253
autoreconf -v --install --force
834253
# FIXME: XScrnSaver.c:429: warning: dereferencing type-punned pointer will break strict-aliasing rules
834253
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
834253
%configure --disable-static
834253
make %{?_smp_mflags}
834253
834253
%install
834253
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
834253
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
834253
834253
%post -p /sbin/ldconfig
834253
%postun -p /sbin/ldconfig
834253
834253
%files
834253
%defattr(-,root,root,-)
834253
%doc COPYING README ChangeLog
834253
%{_libdir}/libXss.so.1
834253
%{_libdir}/libXss.so.1.0.0
834253
834253
%files devel
834253
%defattr(-,root,root,-)
834253
%{_libdir}/libXss.so
834253
%{_libdir}/pkgconfig/xscrnsaver.pc
834253
%{_mandir}/man3/*.3*
834253
%{_includedir}/X11/extensions/scrnsaver.h
834253
834253
%changelog
834253
* Wed Feb 12 2014 Adam Jackson <ajax@redhat.com> 1.2.2-6.1
834253
- Mass rebuild
834253
834253
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.2.2-6
834253
- Mass rebuild 2013-12-27
834253
834253
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> - 1.2.2-5
834253
- autoreconf needs xorg-x11-util-macros
834253
834253
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> - 1.2.2-4
834253
- autoreconf for aarch64
834253
834253
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.2-3
834253
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
834253
834253
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.2-2
834253
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
834253
834253
* Thu Mar 08 2012 Adam Jackson <ajax@redhat.com> 1.2.2-1
834253
- libXScrnSaver 1.2.2
834253
834253
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-3
834253
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
834253
834253
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-2
834253
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
834253
834253
* Mon Nov 01 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.2.1-1
834253
- libXScrnSaver 1.2.1
834253
834253
* Wed Sep 29 2010 jkeating - 1.2.0-3
834253
- Rebuilt for gcc bug 634757
834253
834253
* Tue Sep 14 2010 Parag Nemade <paragn AT fedoraproject.org> 1.2.0-2
834253
- Merge-review cleanup (#226087)
834253
834253
* Fri Aug 28 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.2.0-1
834253
- libXScrnSaver 1.2.0
834253
834253
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.3-5
834253
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
834253
834253
* Thu Jul 23 2009 Adam Jackson <ajax@redhat.com> 1.1.3-4
834253
- Un-require xorg-x11-filesystem
834253
834253
* Sun Jun 14 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 1.1.3-3
834253
- Don't claim ownership of %%_libdir/pkgconfig/ (#499660)
834253
834253
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.3-2
834253
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
834253
834253
* Thu Sep 04 2008 Adam Jackson <ajax@redhat.com> 1.1.3-1
834253
- libXScrnSaver 1.1.3
834253
834253
* Tue Jul 15 2008 Adam Jackson <ajax@redhat.com> 1.1.2-5
834253
- Fix license tag.
834253
834253
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.1.2-4
834253
- Autorebuild for GCC 4.3
834253
834253
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.1.2-3
834253
- Rebuild for build id
834253
834253
* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.1.2-2
834253
- Don't install INSTALL
834253
834253
* Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1.1.2-1
834253
- Update to 1.1.2
834253
834253
* Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.1.1-1
834253
- Update to 1.1.1
834253
834253
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.1.0-3.1
834253
- rebuild
834253
834253
* Wed Jun 07 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-3
834253
- Update build dep to "xorg-x11-proto-devel >= 7.0-9" for scrnsaverproto 1.1
834253
- Added "Requires: xorg-x11-proto-devel >= 7.0-9" to devel package, to match
834253
  what is listed as required in xscrnsaver.pc
834253
834253
* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-2
834253
- Added "BuildRequires: pkgconfig" for (#193424)
834253
- Replace "makeinstall" with "make install DESTDIR=..."
834253
- Remove package ownership of mandir/libdir/etc.
834253
834253
* Fri May 12 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-1
834253
- Update to 1.1.0, new Suspend request.
834253
834253
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-1.2
834253
- bump again for double-long bug on ppc(64)
834253
834253
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-1.1
834253
- rebuilt for new gcc4.1 snapshot and glibc changes
834253
834253
* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
834253
- Updated libXScrnSaver to version 1.0.1 from X11R7.0
834253
834253
* Mon Jan 16 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-2
834253
- Added "Requires: libX11-devel, libXext-devel" to work around bug (#176674).
834253
834253
* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
834253
- Updated libXScrnSaver to version 1.0.0 from X11R7 RC4
834253
834253
* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
834253
- Updated libXScrnSaver to version 0.99.3 from X11R7 RC3
834253
- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
834253
  that /usr/lib/X11 and /usr/include/X11 pre-exist.
834253
- Removed 'x' suffix from manpage directories to match RC3 upstream.
834253
834253
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
834253
- rebuilt
834253
834253
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-4
834253
- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
834253
- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
834253
834253
* Wed Nov 2 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-3
834253
- Actually spell RPM_OPT_FLAGS correctly this time.
834253
834253
* Mon Oct 31 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
834253
- Build with -fno-strict-aliasing to work around possible pointer aliasing
834253
  issue
834253
834253
* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
834253
- Updated libXScrnSaver to version 0.99.2 from X11R7 RC1
834253
- Updated file manifest to find manpages in "man3x"
834253
834253
* Mon Oct  3 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
834253
- Updated to new upstream libXScrnSaver-0.99.1 which changes the .so name back
834253
  to libXss, but keeps the inconsistent package name.  This may change again
834253
  in the future.
834253
834253
* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
834253
- Renamed package to remove xorg-x11 from the name due to unanimous decision
834253
  between developers.
834253
- Use Fedora Extras style BuildRoot tag.
834253
- Disable static library creation by default.
834253
- Add missing defattr to devel subpackage
834253
- Add missing documentation files to doc macro
834253
834253
* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
834253
- Renamed package to prepend "xorg-x11" to the name for consistency with
834253
  the rest of the X11R7 packages.
834253
- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
834253
  subpackage to ensure the devel package matches the installed shared libs.
834253
- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
834253
  allow applications to use implementation agnostic dependencies.
834253
- Added post/postun scripts which call ldconfig.
834253
- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
834253
  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
834253
834253
* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
834253
- Initial build.