This commit is contained in:
Dennis Gilmore 2011-02-08 02:02:31 -06:00
parent 85295cbc07
commit fbf6913cb8

View File

@ -1,6 +1,6 @@
Name: cglib
Version: 2.2
Release: 7%{?dist}
Release: 8%{?dist}
Summary: Code Generation Library for Java
License: ASL 2.0
Group: Development/Tools
@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT
%{_javadocdir}/%{name}-%{version}
%changelog
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Fri Nov 26 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.2-7
- Add missing pom file (Resolves rhbz#655793)