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.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
|
Summary: X.Org X11 SM runtime library
|
||||||
Name: libSM
|
Name: libSM
|
||||||
Version: 1.1.0
|
Version: 1.2.0
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.x.org
|
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
|
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
|
# We intentionally don't ship *.la files
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
|
|
||||||
|
# we %%doc these ourselves, later, and only the text versions
|
||||||
|
rm -rf $RPM_BUILD_ROOT%{_docdir}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
@ -55,10 +57,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS COPYING ChangeLog
|
%doc AUTHORS COPYING ChangeLog
|
||||||
%{_libdir}/libSM.so.6
|
%{_libdir}/libSM.so.6
|
||||||
%{_libdir}/libSM.so.6.0.0
|
%{_libdir}/libSM.so.6.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
%doc doc/*.txt
|
||||||
%dir %{_includedir}/X11/SM
|
%dir %{_includedir}/X11/SM
|
||||||
%{_includedir}/X11/SM/SM.h
|
%{_includedir}/X11/SM/SM.h
|
||||||
%{_includedir}/X11/SM/SMlib.h
|
%{_includedir}/X11/SM/SMlib.h
|
||||||
@ -67,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/sm.pc
|
%{_libdir}/pkgconfig/sm.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user