rpms/libXdmcp/devel libXdmcp.spec,1.27,1.28

paragn paragn at fedoraproject.org
Wed Oct 21 09:12:08 UTC 2009


Author: paragn

Update of /cvs/pkgs/rpms/libXdmcp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3577

Modified Files:
	libXdmcp.spec 
Log Message:
* Wed Oct 21 2009 Parag <paragn at fedoraproject.org> - 1.0.3-3
- Merge-Review #226068
- make is not verbose




Index: libXdmcp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libXdmcp/devel/libXdmcp.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- libXdmcp.spec	8 Oct 2009 10:37:26 -0000	1.27
+++ libXdmcp.spec	21 Oct 2009 09:12:06 -0000	1.28
@@ -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/
 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 at fedoraproject.org> - 1.0.3-3
+- Merge-Review #226068
+- make is not verbose
+
 * Thu Oct 08 2009 Parag <paragn at fedoraproject.org> - 1.0.3-2
 - Merge-Review #226068
 - Removed BR:pkgconfig




More information about the fedora-extras-commits mailing list