Add missing setup macro to make specfile more portable
This commit is contained in:
parent
5632f9070f
commit
cb14d49536
@ -1,6 +1,6 @@
|
||||
Name: fusesource-pom
|
||||
Version: 1.9
|
||||
Release: 11%{?dist}
|
||||
Release: 12%{?dist}
|
||||
Summary: Parent POM for FuseSource Maven projects
|
||||
License: ASL 2.0
|
||||
URL: http://fusesource.com/
|
||||
@ -14,6 +14,7 @@ BuildRequires: maven-local
|
||||
This is a shared POM parent for FuseSource Maven projects
|
||||
|
||||
%prep
|
||||
%setup -c -T
|
||||
cp %{SOURCE0} pom.xml
|
||||
cp -p %{SOURCE1} LICENSE
|
||||
|
||||
@ -32,6 +33,9 @@ cp -p %{SOURCE1} LICENSE
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Fri Feb 12 2016 Mat Booth <mat.booth@redhat.com> - 1.9-12
|
||||
- Add missing setup macro to make specfile more portable
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user