parent
615f04a437
commit
d35da44b68
@ -1,7 +1,7 @@
|
||||
Summary: X.Org X11 libXdmcp runtime library
|
||||
Summary: X Display Manager Control Protocol library
|
||||
Name: libXdmcp
|
||||
Version: 1.0.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
@ -9,21 +9,20 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xorg-x11-proto-devel
|
||||
|
||||
%description
|
||||
X.Org X11 libXdmcp runtime library
|
||||
X Display Manager Control Protocol library
|
||||
|
||||
%package devel
|
||||
Summary: X.Org X11 libXdmcp development package
|
||||
Summary: Development files for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: xorg-x11-proto-devel
|
||||
Requires: pkgconfig
|
||||
|
||||
%description devel
|
||||
X.Org X11 libXdmcp development package
|
||||
libXdmcp development package.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -35,7 +34,7 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
|
||||
# We intentionally don't ship *.la files
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
@ -59,6 +58,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/xdmcp.pc
|
||||
|
||||
%changelog
|
||||
* Thu Oct 08 2009 Parag <paragn@fedoraproject.org> - 1.0.3-2
|
||||
- Merge-Review #226068
|
||||
- Removed BR:pkgconfig
|
||||
- Few spec cleanups.
|
||||
|
||||
* Thu Sep 24 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.0.3-1
|
||||
- libXdmcp 1.0.3
|
||||
- libXdmcp-1.0.2-namespace-pollution.patch: drop
|
||||
|
||||
Loading…
Reference in New Issue
Block a user