From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 20 Oct 2004 16:40:10 +0400 From: "Dmitry V. Levin" To: ALT Devel discussion list Subject: Re: [devel] I: gpgme/gpgme-compat Message-ID: <20041020124010.GA12780@basalt.office.altlinux.org> Mail-Followup-To: ALT Devel discussion list References: <20041020103922.GB9253@basalt.office.altlinux.org> <20041020123244.GD18109@hell.devel.altlinux.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cmJC7u66zC7hs+87" Content-Disposition: inline In-Reply-To: <20041020123244.GD18109@hell.devel.altlinux.ru> X-fingerprint: 9658 398D 181B 1200 8FC5 26B8 F6F8 846B C1E2 3429 X-BeenThere: devel@altlinux.ru X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Devel discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2004 12:40:11 -0000 Archived-At: List-Archive: List-Post: --cmJC7u66zC7hs+87 Content-Type: multipart/mixed; boundary="HlL+5n6rz5pIUxbD" Content-Disposition: inline --HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 20, 2004 at 04:32:44PM +0400, Alexey I. Froloff wrote: > * Dmitry V. Levin [041020 14:42]: > > =F7=CF=D4 =D3=D0=C9=D3=CF=CB =D0=C1=CB=C5=D4=CF=D7, =CB=CF=D4=CF=D2=D9= =C5 =C2=D9=CC=C9 =D3=CF=C2=D2=C1=CE=D9 =D4=C1=CB=C9=CD =CF=C2=D2=C1=DA=CF= =CD: > > ruby-gpgme-0.2-alt1.1 > > seahorse-0.6.3-alt1.1 > > sylpheed-0.9.10-alt2.1 > > sylpheed-claws-0.9.12b-alt1.1 > > tcl-gpgme-1.0.1-alt3.1 > =E1 =CD=CF=D6=CE=CF =D0=CF=CC=D5=DE=C9=D4=D8 diff spec-=C6=C1=CA=CC=C1 = =D0=CF =D0=CF=DE=D4=C5? =E1 =D4=CF =D0=D2=C9 =D3=C2=CF=D2=CB=C5 =CE=CF=D7= =CF=CA > =D7=C5=D2=D3=C9=C9 =DA=C1=D0=C9=D3=D8 =C9=DA changelog =D5=CA=C4=A3=D4 = =D7 =CE=C5=C2=D9=D4=C9=C5. =F7=CF=D4 =D3=CB=D2=C9=D0=D4, =CB=CF=D4=CF=D2=D9=CA =C4=C5=CC=C1=CC =DC=D4= =CF =C9=DA=CD=C5=CE=C5=CE=C9=C5. =F0=D2=C9=CD=C5=CE=C9=D7 =C5=C7=CF =CB =C9=D3=C8=CF=C4=CE=CF=CD=D5 =D0=C1= =CB=C5=D4=D5, =CD=CF=D6=CE=CF =D0=CF=CC=D5=DE=C9=D4=D8 =C9=D3=CB=CF=CD=D9= =CA diff. --=20 ldv --HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=increbuild #!/bin/sh -e # Usage: hsh --rebuild-prog=path_to_this_script # install source package rpmi -i "$@" # find specfile specdir="`rpm --eval %_specdir`" specfile=`ls "$specdir"/*` [ -f "$specfile" ] # do libgpgme conversion subst 's/libgpgme\(-devel\)\?\( >= [0-9.]\+\)\?/libgpgme-compat\1/' "$specfile" # increment release subst 's/^release[[:space:]]*:[[:space:]]*\([^[:space:]]\+\)[[:space:]]*$/Release: \1.1/I' "$specfile" # add changelog entry d="`LC_TIME=C date '+%a %b %d %Y'`" n='%|SERIAL?{%{SERIAL}:}|%{VERSION}-%{RELEASE}' p='ALT QA Team Robot ' e='- Updated build dependencies (libgpgme-compat-devel).' q="* $d $p $n\n" add_changelog -e "$e" -a "-q --qf '$q'" "$specfile" # build source package from specfile exec nice time rpmbuild -bs --nodeps --target=i586 "$specfile" --HlL+5n6rz5pIUxbD-- --cmJC7u66zC7hs+87 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFBdlyq9viEa8HiNCkRAtAuAJ9XcBrQP82flWNr6G3IHqpMbr9skQCfQ5Qw bC4uEjTHR2RCQZGRJs3AVY8= =XzRC -----END PGP SIGNATURE----- --cmJC7u66zC7hs+87--