forked from pool/talloc
cc23186efa
- Recommend to install tevent-man from libtalloc-devel. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=65
5 lines
134 B
Bash
5 lines
134 B
Bash
#!/bin/bash
|
|
|
|
sed 's/%define.*build_man.*0/%define build_man 1/' talloc.spec > talloc-man.spec
|
|
cp -a talloc.changes talloc-man.changes
|