Change %define to %global according to packaging guidelines
Based on discussion started on fedora-devel: https://lists.fedoraproject.org/archives/list/devel%40lists.fedoraproject.org/thread/AS35NKZSAWRIKY77IUYOVNFAT6AJQVAU/
This commit is contained in:
parent
8e8c8bb072
commit
a6b7228e05
@ -1,9 +1,9 @@
|
||||
%define username saslauth
|
||||
%define hint Saslauthd user
|
||||
%define homedir /run/saslauthd
|
||||
%global username saslauth
|
||||
%global hint Saslauthd user
|
||||
%global homedir /run/saslauthd
|
||||
|
||||
%define _plugindir2 %{_libdir}/sasl2
|
||||
%define bootstrap_cyrus_sasl 0
|
||||
%global _plugindir2 %{_libdir}/sasl2
|
||||
%global bootstrap_cyrus_sasl 0
|
||||
|
||||
Summary: The Cyrus SASL library
|
||||
Name: cyrus-sasl
|
||||
@ -382,7 +382,6 @@ getent passwd %{username} >/dev/null || useradd -r -g %{username} -d %{homedir}
|
||||
|
||||
%files lib
|
||||
%defattr(-,root,root)
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README doc/*.html
|
||||
%{_libdir}/libsasl*.so.*
|
||||
|
Loading…
Reference in New Issue
Block a user