- Package review cleanups. (#226045)
This commit is contained in:
parent
ff32bcd67f
commit
9a94a154d8
15
libSM.spec
15
libSM.spec
@ -1,7 +1,7 @@
|
||||
Summary: X.Org X11 libSM runtime library
|
||||
Name: libSM
|
||||
Version: 1.1.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
@ -16,8 +16,6 @@ BuildRequires: libICE-devel
|
||||
# yes, really. libuuid.
|
||||
BuildRequires: e2fsprogs-devel
|
||||
|
||||
Obsoletes: XFree86-libs, xorg-x11-libs
|
||||
|
||||
%description
|
||||
X.Org X11 libSM runtime library
|
||||
|
||||
@ -25,12 +23,10 @@ X.Org X11 libSM runtime library
|
||||
Summary: X.Org X11 libSM development package
|
||||
Group: Development/Libraries
|
||||
Requires(pre): xorg-x11-filesystem >= 0.99.2-3
|
||||
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: libICE-devel
|
||||
Requires: xorg-x11-proto-devel
|
||||
|
||||
Obsoletes: XFree86-devel, xorg-x11-devel
|
||||
Requires: pkgconfig
|
||||
|
||||
%description devel
|
||||
X.Org X11 libSM development package
|
||||
@ -41,7 +37,7 @@ X.Org X11 libSM development package
|
||||
%build
|
||||
|
||||
%configure --with-libuuid --disable-static
|
||||
make
|
||||
make %{_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -59,7 +55,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING README ChangeLog
|
||||
%doc AUTHORS COPYING ChangeLog
|
||||
%{_libdir}/libSM.so.6
|
||||
%{_libdir}/libSM.so.6.0.0
|
||||
|
||||
@ -74,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/sm.pc
|
||||
|
||||
%changelog
|
||||
* Sat Feb 21 2009 Adam Jackson <ajax@redhat.com> 1.1.0-3
|
||||
- Package review cleanups. (#226045)
|
||||
|
||||
* Tue Jul 15 2008 Adam Jackson <ajax@redhat.com> 1.1.0-2
|
||||
- Fix license tag.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user