f1bee3
Summary: X.Org X11 SM runtime library
f1bee3
Name: libSM
f1bee3
Version: 1.2.3
f1bee3
Release: 1%{?dist}
f1bee3
License: MIT
f1bee3
Group: System Environment/Libraries
f1bee3
URL: http://www.x.org
f1bee3
f1bee3
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
f1bee3
f1bee3
BuildRequires: xorg-x11-util-macros
f1bee3
BuildRequires: autoconf automake libtool
f1bee3
BuildRequires: pkgconfig
f1bee3
BuildRequires: xorg-x11-proto-devel
f1bee3
BuildRequires: xorg-x11-xtrans-devel >= 1.0.3-4
f1bee3
BuildRequires: libICE-devel
f1bee3
BuildRequires: libuuid-devel
f1bee3
BuildRequires: xmlto
f1bee3
f1bee3
%description
f1bee3
The X.Org X11 SM (Session Management) runtime library.
f1bee3
f1bee3
%package devel
f1bee3
Summary: X.Org X11 SM development package
f1bee3
Group: Development/Libraries
f1bee3
Requires: %{name} = %{version}-%{release}
f1bee3
f1bee3
%description devel
f1bee3
The X.Org X11 SM (Session Management) development package.
f1bee3
f1bee3
%prep
f1bee3
%setup -q
f1bee3
f1bee3
%build
f1bee3
autoreconf -v --install --force
f1bee3
f1bee3
%configure --with-libuuid --disable-static
f1bee3
make %{_smp_mflags}
f1bee3
f1bee3
%install
f1bee3
rm -rf $RPM_BUILD_ROOT
f1bee3
f1bee3
make install DESTDIR=$RPM_BUILD_ROOT
f1bee3
f1bee3
# We intentionally don't ship *.la files
f1bee3
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
f1bee3
f1bee3
# we %%doc these ourselves, later, and only the text versions
f1bee3
rm -rf $RPM_BUILD_ROOT%{_docdir}
f1bee3
f1bee3
%ldconfig_post
f1bee3
%ldconfig_postun
f1bee3
f1bee3
%files
f1bee3
%doc AUTHORS COPYING ChangeLog
f1bee3
%{_libdir}/libSM.so.6
f1bee3
%{_libdir}/libSM.so.6.*
f1bee3
f1bee3
%files devel
f1bee3
%dir %{_includedir}/X11/SM
f1bee3
%{_includedir}/X11/SM/SM.h
f1bee3
%{_includedir}/X11/SM/SMlib.h
f1bee3
%{_includedir}/X11/SM/SMproto.h
f1bee3
%{_libdir}/libSM.so
f1bee3
%{_libdir}/pkgconfig/sm.pc
f1bee3
f1bee3
%changelog
f1bee3
* Wed Oct 10 2018 Adam Jackson <ajax@redhat.com> - 1.2.3-1
f1bee3
- libSM 1.2.3
f1bee3
f1bee3
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-11
f1bee3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
f1bee3
f1bee3
* Thu Jul 05 2018 Adam Jackson <ajax@redhat.com> - 1.2.2-10
f1bee3
- Drop useless %defattr
f1bee3
f1bee3
* Fri Jun 29 2018 Adam Jackson <ajax@redhat.com> - 1.2.2-9
f1bee3
- Use ldconfig scriptlet macros
f1bee3
f1bee3
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-8
f1bee3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
f1bee3
f1bee3
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-7
f1bee3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
f1bee3
f1bee3
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-6
f1bee3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
f1bee3
f1bee3
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-5
f1bee3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
f1bee3
f1bee3
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-4
f1bee3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
f1bee3
f1bee3
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.2-3
f1bee3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
f1bee3
f1bee3
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.2-2
f1bee3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
f1bee3
f1bee3
* Fri Jul 25 2014 Benjamin Tissoires <benjamin.tissoires@redhat.com> 1.2.2-1
f1bee3
- libSM 1.2.2
f1bee3
f1bee3
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-7
f1bee3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
f1bee3
f1bee3
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-6
f1bee3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
f1bee3
f1bee3
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> - 1.2.1-5
f1bee3
- autoreconf needs xorg-x11-util-macros
f1bee3
f1bee3
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> - 1.2.1-4
f1bee3
- autoreconf for aarch64
f1bee3
f1bee3
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-3
f1bee3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f1bee3
f1bee3
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-2
f1bee3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f1bee3
f1bee3
* Mon Mar 05 2012 Adam Jackson <ajax@redhat.com> 1.2.1-1
f1bee3
- libSM 1.2.1
f1bee3
f1bee3
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-3
f1bee3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f1bee3
f1bee3
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
f1bee3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f1bee3
f1bee3
* Thu Oct 28 2010 Adam Jackson <ajax@redhat.com> 1.2.0-1
f1bee3
- libSM 1.2.0
f1bee3
f1bee3
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-7
f1bee3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
f1bee3
f1bee3
* Thu Jul 23 2009 Adam Jackson <ajax@redhat.com> 1.1.0-6
f1bee3
- Un-require xorg-x11-filesystem, it's going away.
f1bee3
f1bee3
* Sat Mar 07 2009 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.1.0-5
f1bee3
- Minor tweaks to summaries and descriptions.
f1bee3
- Don't own /usr/include/X11.
f1bee3
- Use a regular, unversioned dep on xorg-x11-filesystem.
f1bee3
f1bee3
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-4
f1bee3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f1bee3
f1bee3
* Sat Feb 21 2009 Adam Jackson <ajax@redhat.com> 1.1.0-3
f1bee3
- Package review cleanups. (#226045)
f1bee3
f1bee3
* Tue Jul 15 2008 Adam Jackson <ajax@redhat.com> 1.1.0-2
f1bee3
- Fix license tag.
f1bee3
f1bee3
* Wed Jul 02 2008 Adam Jackson <ajax@redhat.com> 1.1.0-1
f1bee3
- libSM 1.1.0
f1bee3
f1bee3
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.2-5
f1bee3
- Autorebuild for GCC 4.3
f1bee3
f1bee3
* Thu Sep 20 2007 Adam Jackson <ajax@redhat.com> 1.0.2-4
f1bee3
- Update xtrans dep and rebuild.
f1bee3
f1bee3
* Mon Sep 17 2007 Adam Jackson <ajax@redhat.com> 1.0.2-3
f1bee3
- Rebuild for abstract socket support.
f1bee3
f1bee3
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.2-2
f1bee3
- Rebuild for build id
f1bee3
f1bee3
* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.0.2-2
f1bee3
- Don't install INSTALL
f1bee3
f1bee3
* Mon Nov 20 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-1
f1bee3
- Update to 1.0.2
f1bee3
f1bee3
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-3.1
f1bee3
- rebuild
f1bee3
f1bee3
* Tue Jun 06 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
f1bee3
- Added "Requires: xorg-x11-proto-devel" to devel package.
f1bee3
f1bee3
* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
f1bee3
- Added "BuildRequires: pkgconfig" for (#193421)
f1bee3
- Replace "makeinstall" with "make install DESTDIR=..."
f1bee3
f1bee3
* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-1
f1bee3
- Update to 1.0.1
f1bee3
f1bee3
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-2.2
f1bee3
- bump again for double-long bug on ppc(64)
f1bee3
f1bee3
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-2.1
f1bee3
- rebuilt for new gcc4.1 snapshot and glibc changes
f1bee3
f1bee3
* Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-2
f1bee3
- Bumped and rebuilt
f1bee3
f1bee3
* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
f1bee3
- Updated libSM to version 1.0.0 from X11R7 RC4
f1bee3
f1bee3
* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
f1bee3
- Updated libSM to version 0.99.3 from X11R7 RC3
f1bee3
- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
f1bee3
  that /usr/lib/X11 and /usr/include/X11 pre-exist.
f1bee3
- Removed 'x' suffix from manpage directories to match RC3 upstream.
f1bee3
f1bee3
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
f1bee3
- rebuilt
f1bee3
f1bee3
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
f1bee3
- Updated libSM to version 0.99.2 from X11R7 RC2
f1bee3
- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
f1bee3
- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
f1bee3
f1bee3
* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
f1bee3
- Updated libSM to version 0.99.1 from X11R7 RC1
f1bee3
f1bee3
* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
f1bee3
- Renamed package to remove xorg-x11 from the name due to unanimous decision
f1bee3
  between developers.
f1bee3
- Use Fedora Extras style BuildRoot tag.
f1bee3
- Disable static library creation by default.
f1bee3
- Add missing defattr to devel subpackage
f1bee3
- Add missing documentation files to doc macro
f1bee3
f1bee3
* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
f1bee3
- Renamed package to remove "xorg-x11" from the name due to unanimous decision
f1bee3
  between developers.
f1bee3
- Use Fedora Extras style BuildRoot tag.
f1bee3
- Disable static library creation by default.
f1bee3
- Add missing defattr to devel subpackage
f1bee3
- Add missing documentation files to doc macro
f1bee3
f1bee3
* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
f1bee3
- Renamed package to prepend "xorg-x11" to the name for consistency with
f1bee3
  the rest of the X11R7 packages.
f1bee3
- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
f1bee3
  subpackage to ensure the devel package matches the installed shared libs.
f1bee3
- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
f1bee3
  allow applications to use implementation agnostic dependencies.
f1bee3
- Added post/postun scripts which call ldconfig.
f1bee3
- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
f1bee3
  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
f1bee3
f1bee3
* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
f1bee3
- Initial build.