forked from pool/openssl
Accepting request 241763 from Base:System
- Move manpages around such that .3 is in openssl-doc and .1 in openssl (forwarded request 241758 from jengelh) OBS-URL: https://build.opensuse.org/request/show/241763 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssl?expand=0&rev=120
This commit is contained in:
parent
a57bd6b997
commit
0dd078bb95
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 21 10:49:35 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Move manpages around: *.1ssl should be in openssl
|
||||||
|
(e.g. ciphers(1ssl) is also referenced by openssl(1)),
|
||||||
|
and *.3ssl should be in openssl-doc.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 24 08:22:24 UTC 2014 - meissner@suse.com
|
Tue Jun 24 08:22:24 UTC 2014 - meissner@suse.com
|
||||||
|
|
||||||
|
@ -336,8 +336,8 @@ for i in man?/*; do
|
|||||||
else
|
else
|
||||||
mv $i ${i}ssl
|
mv $i ${i}ssl
|
||||||
fi
|
fi
|
||||||
case `basename ${i%.*}` in
|
case "$i" in
|
||||||
asn1parse|ca|config|crl|crl2pkcs7|crypto|dgst|dhparam|dsa|dsaparam|enc|gendsa|genrsa|nseq|openssl|passwd|pkcs12|pkcs7|pkcs8|rand|req|rsa|rsautl|s_client|s_server|smime|spkac|ssl|verify|version|x509)
|
*.1)
|
||||||
# these are the pages mentioned in openssl(1). They go into the main package.
|
# these are the pages mentioned in openssl(1). They go into the main package.
|
||||||
echo %doc %{_mandir}/${i}ssl.gz >> $OLDPWD/filelist;;
|
echo %doc %{_mandir}/${i}ssl.gz >> $OLDPWD/filelist;;
|
||||||
*)
|
*)
|
||||||
|
Loading…
Reference in New Issue
Block a user