libSM 1.2.0
This commit is contained in:
parent
ff528b1281
commit
49a86d4979
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
libSM-1.0.2.tar.bz2
|
||||
/libSM-1.2.0.tar.bz2
|
||||
|
14
libSM.spec
14
libSM.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user