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