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