]> git.pld-linux.org Git - packages/rpm-pld-macros.git/blame - rpm-build.sh
- up to 1.533
[packages/rpm-pld-macros.git] / rpm-build.sh
CommitLineData
c8e059d2
ER
1# shell aliases and functions for PLD Developer
2
6fe6a2a4 3# set $dist, used by functions below
5c2093ec
ER
4[ -n "$dist" ] || dist=$(awk '/PLD Linux/ {print tolower($NF)}' /etc/pld-release 2>/dev/null | tr -d '()')
5
6case "$dist" in
11e54cf5 7ac|th|ti)
5c2093ec
ER
8 ;;
9*)
10 # invalid one ;)
11 dist=
12esac
6fe6a2a4 13
e85b9743 14if [ "$dist" ]; then
c8e059d2 15
289dcc48 16alias ipoldek-$dist="poldek -q --sn $dist --cmd"
289dcc48 17alias $dist-provides="ipoldek-$dist what-provides"
6fe6a2a4
ER
18alias $dist-tag="./builder -cf -T $(echo $dist | tr '[a-z]' '[A-Z]')-branch -r HEAD"
19alias $dist-verify=dist-verify
2ff8f00f 20alias $dist-requires=dist-requires
6fe6a2a4 21
e847eeee
ER
22# undo spec utf8
23# note: it will do it blindly, so any lang other than -pl is most likely broken
24specutfundo() {
25 local spec="$1"
26 iconv -futf8 -tlatin2 "$spec" > m
27 sed -e 's/\.UTF-8//' m > "$spec"
28 rm -f m
29}
30
2ff8f00f
ER
31dist-requires() {
32 local opts deps
33 while [ $# -gt 0 ]; do
34 case "$1" in
35 --sn)
36 opts="$opts $1 $2"
37 shift
38 ;;
39 -*)
40 opts="$opts $1"
41 ;;
42 *)
43 deps="$deps $1"
44 ;;
45 esac
46 shift
47 done
42247974
ER
48
49 case "$dist" in
50 ac)
51 opts="$opts --sn=$dist-updates"
52 ;;
53 esac
54
55 poldek -q -Q --sn $dist $opts --cmd what-requires $deps
2ff8f00f
ER
56}
57
d2023b7e 58dist-verify() {
c7cc2f51
ER
59 local args sn
60 sn="--sn $dist"
9b29c511 61
170b0c4e
ER
62 case "$dist" in
63 ac)
c7cc2f51
ER
64 sn="$sn --sn $dist-updates"
65
1b711b9b 66 local a ignore
89154c5e
ER
67 # typo
68 ignore="$ignore kdenetwork-kopete-tool-conectionstatus"
dfc86fae 69 # obsoleted
89154c5e
ER
70 ignore="$ignore gimp-plugin-swfdec wine-drv-arts ntp-ntptrace"
71 # quake2@MAIN is now quake2forge, original quake2 restored to quake2
72 ignore="$ignore quake2-3dfx quake2-sdl quake2-sgl quake2-snd-alsa quake2-snd-ao quake2-snd-oss quake2-snd-sdl quake2-static"
dfc86fae
ER
73 # obsoleted
74 ignore="$ignore mozilla-firefox-lang-en apache1-mod_perl-devel libyasm-static"
85aaae49
ER
75 # renamed (courier-authlib.spec, r1.54)
76 ignore="$ignore courier-authlib-userdb courier-authlib-pipe"
e9d3e2d8
ER
77 # obsoleted, squid 2.6
78 ignore="$ignore squid-winbind_acl squid-winbind_auth"
244bbad5
ER
79 # obsoleted with 1.0.4
80 ignore="$ignore python-numpy-FFT python-numpy-MA python-numpy-RNG"
6ef2e403
ER
81 # subpkgs renamed
82 ignore="$ignore apache1-doc apache1-index"
6907d101
ER
83 # obsoleted by kadu-module-mediaplayer-amarok
84 ignore="$ignore kadu-module-amarok"
85 # obsoleted by kadu-module-mediaplayer-xmms
86 ignore="$ignore kadu-module-xmms"
87 # obsoleted by kadu 0.6.0
60b0bd8e 88 ignore="$ignore kadu-theme-icons-crystal16 kadu-theme-icons-crystal22 kadu-theme-icons-nuvola16 kadu-theme-icons-nuvola22 kadu-module-iwait4u"
32c06dbf
ER
89 # obsoleted
90 ignore="$ignore php-pear-Net_Ping-tests"
58d9cf15
ER
91 # obsoleted
92 ignore="$ignore nmap-X11"
93 # mksd dependency not distributale
94 ignore="$ignore samba-vfs-vscan-mks"
95 # ibbackup is not distributale
96 ignore="$ignore innobackup"
97
9b29c511
ER
98 # renamed to vim-syntax-txt2tags
99 ignore="$ignore txt2tags-vim"
58d9cf15 100
1b711b9b 101 for a in $ignore; do
89154c5e
ER
102 args="$args --ignore=$a"
103 done
170b0c4e
ER
104 ;;
105 esac
106
c7cc2f51 107 poldek $sn --up --upa -q "$@"
244bbad5 108 poldek $sn --uniq --noignore --verify=deps $args "$@"
6fe6a2a4 109}
8a437893 110
e85b9743
ER
111# displays latest used tag for a specfile
112autotag() {
113 local out
114 for a in "$@"; do
115 s=${a%.spec}.spec
29fdd8b1 116 out=$(cvs status -v $s | awk "!/Sticky/&&/auto-$dist-/{if (!a++) print \$1}")
e85b9743
ER
117 echo "$s:$out"
118 done
c8e059d2
ER
119}
120
80a3ce11
ER
121get-buildlog() {
122 local p=$1
123 if [ -z "$p" ]; then
124 echo >&2 "Usage: get-buildlog PACKAGE"
125 echo >&2 ""
126 echo >&2 "Grabs buildlogs from pld builder for all arch."
127 return
128 fi
129
130 local al
131 case "$dist" in
132 ac)
133 al='i686,i586,i386,athlon,alpha,sparc,amd64,ppc'
134 ;;
135 th)
136 al='x86_64,athlon,i486,i686,ppc'
137 ;;
138 *)
139 echo >&2 "get-buildlog: $dist buildlogs are /dev/null"
140 return
141 esac
142
143 local u a s=ftp://buildlogs.pld-linux.org
144 for u in `eval echo $s/$dist/{$al}/{OK,FAIL}/$p.bz2`; do
145 a=${u#$s/$dist/}; a=${a%%/*}
146 echo -n "Fetching $u... "
147 if wget -q $u -O .$p~; then
148 echo "OK"
149 mv -f .$p~ $p.$a.bz2
150 else
151 echo "SKIP"
152 rm -f .$p~
153 fi
154 done
155}
156
e85b9743
ER
157fi # no $dist set
158
159alias cv='cvs status -v'
160alias adif="dif -x '*.m4' -x ltmain.sh -x install-sh -x depcomp -x 'Makefile.in' -x compile -x 'config.*' -x configure -x missing -x mkinstalldirs -x autom4te.cache"
161alias pclean="sed -i~ -e '/^\(?\|=\+$\|unchanged:\|diff\|only\|Only\|Files\|Common\|Index:\|RCS file\|retrieving\)/d'"
162
c8e059d2 163# makes diff from PLD CVS urls
c29353a7 164# requires: cvs, tee
c8e059d2
ER
165urldiff() {
166 local url="$1"
167 if [ -z "$url" ]; then
168 echo >&2 "Reading STDIN"
169 read url
170 fi
171
172 echo >&2 "Process $url"
173 local file="$url"
174 file=${file#*SPECS/}
175 file=${file#*SOURCES/}
176 file=${file##*/}
177 local r1=${file#*r1=}
178 local r2=${r1#*r2=}
4e29310e 179 r2=${r2%%[&;]*}
d6b37e93 180 r1=${r1%%[&;]*}
c8e059d2 181 file=${file%\?*}
d6b37e93 182 file=${file%.diff}
c8e059d2
ER
183
184 echo >&2 "$file: $r1 -> $r2"
a5e372c8
ER
185
186 if [ -t 1 ]; then
adeebf51
ER
187 cvs diff -u -r$r1 -r$r2 $file | tee m.patch | diffcol
188 else
189 cvs diff -u -r$r1 -r$r2 $file
a5e372c8 190 fi
c8e059d2
ER
191}
192
c29353a7
ER
193# makes diff from kde svn path
194# requires: wget, tee
195kdediff() {
196 local url="$1"
197 # --- branches/KDE/3.5/kdepim/kpilot/conduits/vcalconduit/vcalRecord.cc #624744:624745
198 url=${url#*--- }
199 echo >&2 "Process $url"
200 r1=${url#*#}
201 r2=${r1#*:}
202 r1=${r1%:*}
203
204 # http://websvn.kde.org/branches/KDE/3.5/kdepim/kpilot/conduits/vcalconduit/vcalRecord.cc?rev=624745&r1=612579&r2=624745&makepatch=1&diff_format=u
1210572b 205 # http://websvn.kde.org/branches/KDE/3.5/kdenetwork/kopete/protocols/oscar/aim/aimcontact.cpp?r1=609808&r2=673027&view=patch
c29353a7 206 url=http://websvn.kde.org/${url% *}
1210572b 207 url="$url?r1=$r1&r2=$r2&view=patch"
c29353a7
ER
208
209 if [ -t 1 ]; then
210 wget "$url" -O -| tee m.patch | diffcol
211 else
212 wget "$url" -O -
213 fi
214}
215
e85b9743
ER
216# merges two patches
217# requires: patchutils
218pmerge() {
219 combinediff -p1 $1 $2 > m.patch || return
220 pclean m.patch
221 dif $1 m.patch
222}
223
c8e059d2
ER
224# downloads sourceforge url from specific mirror
225sfget() {
226 local url="$1"
227 url="${url%?download}"
8ba44595
ER
228 url="${url%?use_mirror=*}"
229 url="${url#http://downloads.}"
c8e059d2
ER
230 url="http://dl.${url#http://prdownloads.}"
231 # use mirror
232 local mirror="http://nchc.dl.sourceforge.net"
233 url="$mirror/sourceforge/${url#http://dl.sourceforge.net/}"
234 wget -c "$url"
235}
236
aa560f74
ER
237dif() {
238 if [ -t 1 ]; then
239 diff -ur "$@" | diffcol | less -R
240 else
241 diff -ur "$@"
242 fi
243}
244
245diffcol() {
246sed -e '
247 s,\e,\e[44m^[\e[49m,g;
248 s,\a,\e[44m^G\e[49m,g;
249 s,^\(Index:\|diff\|---\|+++\) .*$,\e[32m&,;
250 s,^@@ ,\e[33m&,;
251 s,^-,\e[35m&,;
252 s,^+,\e[36m&,;
22aa10d1 253 s,\r,\e[44m^M\e[49m,g;
aa560f74
ER
254 s, , ,g;
255 s,\([^[:space:]]\)\([[:space:]]\+\)$,\1\e[41m\2\e[49m,g;
256 s,$,\e[0m,
f16cde9f 257' ${1:+"$@"}
aa560f74 258}
bb13b717
ER
259
260# chdir to file location and do 'cvs log'
261cvslog() {
262 local f="$1"
1887ad1b
ER
263 local d="${f%/*}"
264 [ "$d" = "$f" ] && d=.
265 (builtin cd $d && cvs log ${f##*/})
bb13b717 266}
ed1023ef
ER
267
268# does diff between FILE and FILE~
524e21d9 269# the diff can be applied with patch -p1
ed1023ef 270d() {
524e21d9 271 local file="$1"
1ee5f614 272 local dir
524e21d9
ER
273 if [[ "$file" = /* ]]; then
274 # full path -- no idea where to strip
275 dir=.
276 diff=$file
277 else
278 # relative path -- keep one path component from current dir
279 dir=..
280 diff=${PWD##*/}/${file}
281 fi
282
283 (builtin cd "$dir"; dif $diff{~,})
ed1023ef 284}
29c711bd
TP
285rpmb() {
286 local SPEC SPECDIR
d1a13d72 287 for arg in "$@"; do
29c711bd
TP
288 case "$arg" in
289 *.spec) SPEC="$arg"
290 ;;
291 esac
292 done
293 SPECDIR=$(dirname "$(pwd)/${SPEC:-.}")
d1a13d72 294 command rpmbuild --define "_specdir $SPECDIR" --define "_sourcedir $SPECDIR" "$@"
29c711bd 295}
This page took 0.158075 seconds and 4 git commands to generate.