From a4d65c7790784470eda02d679540e2d762b027a7 Mon Sep 17 00:00:00 2001 From: paragn Date: Wed, 21 Oct 2009 09:12:06 +0000 Subject: [PATCH] - Merge-Review #226068 - make is not verbose --- libXdmcp.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/libXdmcp.spec b/libXdmcp.spec index 29c2a7b..f62d944 100644 --- a/libXdmcp.spec +++ b/libXdmcp.spec @@ -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 - 1.0.3-3 +- Merge-Review #226068 +- make is not verbose + * Thu Oct 08 2009 Parag - 1.0.3-2 - Merge-Review #226068 - Removed BR:pkgconfig