Remove workaround for RPM bug #646523

This commit is contained in:
Mikolaj Izdebski 2014-11-05 07:34:09 +01:00
parent 6ede1132da
commit b6adf38184
1 changed files with 4 additions and 8 deletions

View File

@ -30,7 +30,7 @@
Name: xmlunit
Version: 1.5
Release: 2%{?dist}
Release: 3%{?dist}
Epoch: 0
Summary: Provides classes to do asserts on xml
License: BSD
@ -108,13 +108,6 @@ cp -pr build/doc/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
%check
ant
%pretrans javadoc -p <lua>
-- we changed symlink to dir in 1.4-2, workaround RPM issues
path = '%{_javadocdir}/%{name}'
if posix.readlink(path) then
os.remove(path)
end
%files -f .mfiles
%doc README.txt LICENSE.txt userguide/XMLUnit-Java.pdf
@ -123,6 +116,9 @@ end
%doc %{_javadocdir}/%{name}
%changelog
* Wed Nov 5 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.5-3
- Remove workaround for RPM bug #646523
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild