- Minor tweaks to summaries and descriptions.
- Don't own /usr/include/X11. - Use a regular, unversioned dep on xorg-x11-filesystem.
This commit is contained in:
parent
180feaeec1
commit
75704f48cb
18
libSM.spec
18
libSM.spec
@ -1,7 +1,7 @@
|
||||
Summary: X.Org X11 libSM runtime library
|
||||
Summary: X.Org X11 SM runtime library
|
||||
Name: libSM
|
||||
Version: 1.1.0
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
@ -17,19 +17,19 @@ BuildRequires: libICE-devel
|
||||
BuildRequires: e2fsprogs-devel
|
||||
|
||||
%description
|
||||
X.Org X11 libSM runtime library
|
||||
The X.Org X11 SM (Session Management) runtime library.
|
||||
|
||||
%package devel
|
||||
Summary: X.Org X11 libSM development package
|
||||
Summary: X.Org X11 SM development package
|
||||
Group: Development/Libraries
|
||||
Requires(pre): xorg-x11-filesystem >= 0.99.2-3
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: libICE-devel
|
||||
Requires: xorg-x11-filesystem
|
||||
Requires: xorg-x11-proto-devel
|
||||
Requires: pkgconfig
|
||||
|
||||
%description devel
|
||||
X.Org X11 libSM development package
|
||||
The X.Org X11 SM (Session Management) development package.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -61,7 +61,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_includedir}/X11
|
||||
%dir %{_includedir}/X11/SM
|
||||
%{_includedir}/X11/SM/SM.h
|
||||
%{_includedir}/X11/SM/SMlib.h
|
||||
@ -70,6 +69,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/sm.pc
|
||||
|
||||
%changelog
|
||||
* 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.
|
||||
|
||||
* 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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user