introduce license macro
This commit is contained in:
parent
fe8692dc5c
commit
3a67e16eef
@ -1,20 +1,17 @@
|
||||
Name: javaparser
|
||||
Version: 1.0.8
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Summary: Java 1.5 Parser and AST
|
||||
License: GPLv3+ and LGPLv3+
|
||||
URL: http://code.google.com/p/javaparser/
|
||||
Source0: http://javaparser.googlecode.com/files/%{name}-%{version}-src.zip
|
||||
Source1: http://%{name}.googlecode.com/svn/maven2/com/google/code/%{name}/%{name}/%{version}/%{name}-%{version}.pom
|
||||
|
||||
BuildRequires: java-devel
|
||||
|
||||
# test deps
|
||||
BuildRequires: junit
|
||||
|
||||
BuildRequires: javacc
|
||||
BuildRequires: maven-local
|
||||
# BuildRequires: maven-surefire-provider-junit4
|
||||
BuildRequires: sonatype-oss-parent
|
||||
|
||||
BuildArch: noarch
|
||||
@ -64,12 +61,17 @@ sed -i 's/\r//' COPYING.LESSER
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%doc COPYING COPYING.LESSER readme.txt
|
||||
%doc readme.txt
|
||||
%license COPYING COPYING.LESSER
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%doc COPYING COPYING.LESSER readme.txt
|
||||
%doc readme.txt
|
||||
%license COPYING COPYING.LESSER
|
||||
|
||||
%changelog
|
||||
* Fri Feb 06 2015 gil cattaneo <puntogil@libero.it> 1.0.8-8
|
||||
- introduce license macro
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.8-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
@ -91,4 +93,4 @@ sed -i 's/\r//' COPYING.LESSER
|
||||
- Replace maven BuildRequires with maven-local
|
||||
|
||||
* Thu Jul 26 2012 gil cattaneo <puntogil@libero.it> 1.0.8-1
|
||||
- initial rpm
|
||||
- initial rpm
|
||||
|
||||
Loading…
Reference in New Issue
Block a user