- Fix license tag.
This commit is contained in:
parent
fb69d92ecc
commit
ff32bcd67f
25
libSM.spec
25
libSM.spec
@ -1,8 +1,8 @@
|
||||
Summary: X.Org X11 libSM runtime library
|
||||
Name: libSM
|
||||
Version: 1.0.2
|
||||
Release: 5%{?dist}
|
||||
License: MIT/X11
|
||||
Version: 1.1.0
|
||||
Release: 2%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -13,6 +13,8 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: xorg-x11-proto-devel
|
||||
BuildRequires: xorg-x11-xtrans-devel >= 1.0.3-4
|
||||
BuildRequires: libICE-devel
|
||||
# yes, really. libuuid.
|
||||
BuildRequires: e2fsprogs-devel
|
||||
|
||||
Obsoletes: XFree86-libs, xorg-x11-libs
|
||||
|
||||
@ -36,15 +38,9 @@ X.Org X11 libSM development package
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
# Disable static library creation by default.
|
||||
%define with_static 0
|
||||
|
||||
%build
|
||||
|
||||
%configure \
|
||||
%if ! %{with_static}
|
||||
--disable-static
|
||||
%endif
|
||||
%configure --with-libuuid --disable-static
|
||||
make
|
||||
|
||||
%install
|
||||
@ -74,13 +70,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/X11/SM/SM.h
|
||||
%{_includedir}/X11/SM/SMlib.h
|
||||
%{_includedir}/X11/SM/SMproto.h
|
||||
%if %{with_static}
|
||||
%{_libdir}/libSM.a
|
||||
%endif
|
||||
%{_libdir}/libSM.so
|
||||
%{_libdir}/pkgconfig/sm.pc
|
||||
|
||||
%changelog
|
||||
* Tue Jul 15 2008 Adam Jackson <ajax@redhat.com> 1.1.0-2
|
||||
- Fix license tag.
|
||||
|
||||
* Wed Jul 02 2008 Adam Jackson <ajax@redhat.com> 1.1.0-1
|
||||
- libSM 1.1.0
|
||||
|
||||
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.2-5
|
||||
- Autorebuild for GCC 4.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user