rpms/rpm/devel rpm-4.4.2.2-nonutf-comment.patch, NONE, 1.1 rpm.spec, 1.262, 1.263

Panu Matilainen (pmatilai) fedora-extras-commits at redhat.com
Thu Oct 11 10:24:19 UTC 2007


Author: pmatilai

Update of /cvs/pkgs/rpms/rpm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24812

Modified Files:
	rpm.spec 
Added Files:
	rpm-4.4.2.2-nonutf-comment.patch 
Log Message:
- merge review: remove static libraries (#226377)
- merge review: remove comment causing doxygen to emit non-utf output (#226377)
- other minor spec cleanups


rpm-4.4.2.2-nonutf-comment.patch:

--- NEW FILE rpm-4.4.2.2-nonutf-comment.patch ---
changeset:   6180:aa5086a15540
user:        Ralf Corsépius <corsepiu at fedoraproject.org>
date:        Wed Oct 10 08:37:35 2007 +0200
files:       build.c
description:
Kick out polish comment.
(transplanted from 6b4e7092bfc65ed7a95f4be20b86db814c6d999c)


diff -r 48dd32feaef5 -r aa5086a15540 build.c
--- a/build.c	Tue Oct 09 15:47:15 2007 +0300
+++ b/build.c	Wed Oct 10 08:37:35 2007 +0200
@@ -49,11 +49,6 @@ static int checkSpec(rpmts ts, Header h)
     return rc;
 }
 
-/*
- * Kurwa, durni ameryka?ce sobe zawsze my?l?, ?e ca?y ?wiat mówi po
- * angielsku...
- */
-/* XXX this is still a dumb test but at least it's i18n aware */
 /**
  */
 static int isSpecFile(const char * specfile)



Index: rpm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rpm/devel/rpm.spec,v
retrieving revision 1.262
retrieving revision 1.263
diff -u -r1.262 -r1.263
--- rpm.spec	8 Oct 2007 08:27:56 -0000	1.262
+++ rpm.spec	11 Oct 2007 10:23:46 -0000	1.263
@@ -6,7 +6,7 @@
 Summary: The RPM package management system
 Name: rpm
 Version: 4.4.2.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: System Environment/Base
 Url: http://www.rpm.org/
 Source: http://rpm.org/releases/rpm-4.4.x/%{name}-%{version}.tar.gz
@@ -17,6 +17,7 @@
 Patch5: rpm-4.4.2-rpmfc-skip.patch
 Patch6: rpm-4.4.2.2-matchpathcon.patch
 Patch7: rpm-4.4.2.1-no-popt.patch
+Patch8: rpm-4.4.2.2-nonutf-comment.patch
 
 # XXX Beware, this is one murky license, partially GPL/LGPL dual-licensed
 # and several different components with their own licenses included...
@@ -139,11 +140,12 @@
 %patch5 -p1 -b .fcskip
 %patch6 -p1 -b .matchpathcon
 %patch7 -p1 -b .no-popt
+%patch8 -p1 -b .nonutf-comment
 
 # force external popt
 rm -rf popt/
 
-# XXX for popt removal and gnueabi patches
+# XXX for popt removal 
 autoreconf
 
 # new buildid-aware debuginfo 
@@ -157,7 +159,7 @@
     [ -f /usr/lib/rpm/redhat/$(basename $i) ] && %{__rm} -f $i && %{__cp} -fv /usr/lib/rpm/redhat/$(basename $i) $i 
 done 
 
-# XXX rpm 4.4.2.1 can't be built with %configure due to makefile brokenness
+# XXX rpm 4.4.2.1 can't be built with %%configure due to makefile brokenness
 CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS
 ./configure --prefix=%{_usr} \
             --sysconfdir=%{_sysconfdir} \
@@ -209,7 +211,7 @@
 
 # Get rid of unpackaged files
 { cd $RPM_BUILD_ROOT
-  rm -f .%{_libdir}/lib*.la
+  rm -f .%{_libdir}/lib*.{a,la}
   rm -f .%{rpmhome}/{Specfile.pm,cpanflute,cpanflute2,rpmdiff,rpmdiff.cgi,sql.prov,sql.req,tcl.req,rpm.*}
   rm -rf .%{_mandir}/{fr,ko}
   rm -f .%{_libdir}/python%{with_python_version}/site-packages/*.{a,la}
@@ -388,7 +390,6 @@
 %defattr(-,root,root)
 %{_includedir}/rpm
 %{_libdir}/librp*[a-z].so
-%{_libdir}/librpm*.a
 %{_mandir}/man8/rpmcache.8*
 %{_mandir}/man8/rpmgraph.8*
 %{rpmattr} %{rpmhome}/rpmcache
@@ -401,6 +402,11 @@
 %endif
 
 %changelog
+* Thu Oct 11 2007 Panu Matilainen <pmatilai at redhat.com> 4.4.2.2-2
+- merge review: remove static libraries (#226377)
+- merge review: remove comment causing doxygen to emit non-utf output (#226377)
+- other minor spec cleanups
+
 * Wed Oct 03 2007 Panu Matilainen <pmatilai at redhat.com> 4.4.2.2-1
 - update to 4.4.2.2 final
 - update matchpathcon patch to work better when selinux disabled




More information about the scm-commits mailing list