|
|
@ -50,6 +50,7 @@ use the "default" feature of the "%{crate}" crate.
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
# The crate has a mixture of newline styles.
|
|
|
|
# The crate has a mixture of newline styles.
|
|
|
|
|
|
|
|
# https://github.com/djkoloski/munge/pull/5
|
|
|
|
find . -type f | xargs -r -t dos2unix --keepdate
|
|
|
|
find . -type f | xargs -r -t dos2unix --keepdate
|
|
|
|
%cargo_prep
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
|
|