package NOTICE.txt
This commit is contained in:
parent
84cb9b849d
commit
330a487a57
@ -30,7 +30,7 @@
|
||||
|
||||
Name: bcel
|
||||
Version: 5.2
|
||||
Release: 13%{?dist}
|
||||
Release: 14%{?dist}
|
||||
Epoch: 0
|
||||
Summary: Byte Code Engineering Library
|
||||
License: ASL 2.0
|
||||
@ -150,6 +150,7 @@ zip -u target/%{name}-%{version}.jar META-INF/MANIFEST.MF
|
||||
%{__mkdir_p} %{buildroot}%{_docdir}/%{name}-%{version}
|
||||
%{__cp} -pr docs/* %{buildroot}%{_docdir}/%{name}-%{version}
|
||||
%{__cp} LICENSE.txt %{buildroot}%{_docdir}/%{name}-%{version}
|
||||
%{__cp} NOTICE.txt %{buildroot}%{_docdir}/%{name}-%{version}
|
||||
|
||||
%files
|
||||
%doc %{_docdir}/%{name}-%{version}
|
||||
@ -164,6 +165,9 @@ zip -u target/%{name}-%{version}.jar META-INF/MANIFEST.MF
|
||||
%doc %{_docdir}/%{name}-%{version}
|
||||
|
||||
%changelog
|
||||
* Tue Nov 13 2012 Tom Callaway <spot@fedoraproject.org> - 0:5.2-14
|
||||
- Package NOTICE.txt
|
||||
|
||||
* Tue Aug 21 2012 Andy Grimm <agrimm@gmail.com> - 0:5.2-13
|
||||
- This package should not own _mavendepmapfragdir (RHBZ#850005)
|
||||
- Build with maven, and clean up deprecated spec constructs
|
||||
|
||||
Loading…
Reference in New Issue
Block a user