parent
d35da44b68
commit
a4d65c7790
@ -1,7 +1,7 @@
|
||||
Summary: X Display Manager Control Protocol library
|
||||
Name: libXdmcp
|
||||
Version: 1.0.3
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
@ -12,7 +12,7 @@ Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: xorg-x11-proto-devel
|
||||
|
||||
%description
|
||||
X Display Manager Control Protocol library
|
||||
X Display Manager Control Protocol library.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
@ -29,7 +29,7 @@ libXdmcp development package.
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
make V=1 %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -47,17 +47,22 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING ChangeLog
|
||||
%doc AUTHORS COPYING ChangeLog Wraphelp.README.crypto
|
||||
%{_libdir}/libXdmcp.so.6
|
||||
%{_libdir}/libXdmcp.so.6.0.0
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%doc README
|
||||
%{_includedir}/X11/Xdmcp.h
|
||||
%{_libdir}/libXdmcp.so
|
||||
%{_libdir}/pkgconfig/xdmcp.pc
|
||||
|
||||
%changelog
|
||||
* Wed Oct 21 2009 Parag <paragn@fedoraproject.org> - 1.0.3-3
|
||||
- Merge-Review #226068
|
||||
- make is not verbose
|
||||
|
||||
* Thu Oct 08 2009 Parag <paragn@fedoraproject.org> - 1.0.3-2
|
||||
- Merge-Review #226068
|
||||
- Removed BR:pkgconfig
|
||||
|
||||
Loading…
Reference in New Issue
Block a user