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

paragn paragn at fedoraproject.org
Thu Oct 8 10:37:26 UTC 2009


Author: paragn

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

Modified Files:
	libXdmcp.spec 
Log Message:
* Thu Oct 08 2009 Parag <paragn at fedoraproject.org> - 1.0.3-2
- Merge-Review #226068
- Removed BR:pkgconfig
- Few spec cleanups.




Index: libXdmcp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libXdmcp/devel/libXdmcp.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- libXdmcp.spec	24 Sep 2009 00:39:40 -0000	1.26
+++ libXdmcp.spec	8 Oct 2009 10:37:26 -0000	1.27
@@ -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
 
 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 at fedoraproject.org> - 1.0.3-2
+- Merge-Review #226068
+- Removed BR:pkgconfig
+- Few spec cleanups.
+
 * Thu Sep 24 2009 Peter Hutterer <peter.hutterer at redhat.com> 1.0.3-1
 - libXdmcp 1.0.3
 - libXdmcp-1.0.2-namespace-pollution.patch: drop




More information about the fedora-extras-commits mailing list