Avoid literal carriage return

- Remove Group tag
This commit is contained in:
Michael Simacek 2017-02-16 10:29:50 +01:00
parent eb9859ec64
commit 2e1095f31b

View File

@ -30,10 +30,9 @@
Name: slf4j
Version: 1.7.22
Release: 2%{?dist}
Release: 3%{?dist}
Epoch: 0
Summary: Simple Logging Facade for Java
Group: Development/Libraries
# the log4j-over-slf4j and jcl-over-slf4j submodules are ASL 2.0, rest is MIT
License: MIT and ASL 2.0
URL: http://www.slf4j.org/
@ -146,7 +145,7 @@ cp -p %{SOURCE1} APACHE-LICENSE
# dos2unix
%{_bindir}/find -name "*.css" -o -name "*.js" -o -name "*.txt" | \
%{_bindir}/xargs -t sed -i 's/ $//'
%{_bindir}/xargs -t sed -i 's/\r$//'
# Remove wagon-ssh build extension
%pom_xpath_remove pom:extensions
@ -213,6 +212,10 @@ cp -pr target/site/* $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-manual
%{_defaultdocdir}/%{name}-manual
%changelog
* Thu Feb 16 2017 Michael Simacek <msimacek@redhat.com> - 0:1.7.22-3
- Avoid literal carriage return
- Remove Group tag
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.7.22-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild