libSM 1.2.0

This commit is contained in:
Adam Jackson 2010-10-28 06:58:47 -04:00
parent ff528b1281
commit 49a86d4979
3 changed files with 12 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
libSM-1.0.2.tar.bz2
/libSM-1.2.0.tar.bz2

View File

@ -1,11 +1,10 @@
Summary: X.Org X11 SM runtime library
Name: libSM
Version: 1.1.0
Release: 7%{?dist}
Version: 1.2.0
Release: 1%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.x.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
@ -45,6 +44,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
# We intentionally don't ship *.la files
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
# we %%doc these ourselves, later, and only the text versions
rm -rf $RPM_BUILD_ROOT%{_docdir}
%clean
rm -rf $RPM_BUILD_ROOT
@ -55,10 +57,11 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog
%{_libdir}/libSM.so.6
%{_libdir}/libSM.so.6.0.0
%{_libdir}/libSM.so.6.*
%files devel
%defattr(-,root,root,-)
%doc doc/*.txt
%dir %{_includedir}/X11/SM
%{_includedir}/X11/SM/SM.h
%{_includedir}/X11/SM/SMlib.h
@ -67,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/sm.pc
%changelog
* Thu Oct 28 2010 Adam Jackson <ajax@redhat.com> 1.2.0-1
- libSM 1.2.0
* 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

View File

@ -1 +1,2 @@
05a04c2b6382fb0054f6c70494e22733 libSM-1.1.0.tar.bz2
e78c447bf1790552b644eca81b542742 libSM-1.2.0.tar.bz2