Cleanup spec file
This commit is contained in:
parent
028da27515
commit
727885363e
@ -1,27 +1,17 @@
|
||||
Name: plexus-interpolation
|
||||
Version: 1.22
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Plexus Interpolation API
|
||||
|
||||
Group: Development/Libraries
|
||||
License: ASL 2.0 and ASL 1.1 and MIT
|
||||
URL: https://github.com/codehaus-plexus/plexus-interpolation
|
||||
BuildArch: noarch
|
||||
|
||||
Source0: https://github.com/sonatype/%{name}/archive/%{name}-%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: java-devel
|
||||
BuildRequires: junit
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: maven-resources-plugin
|
||||
BuildRequires: maven-compiler-plugin
|
||||
BuildRequires: maven-jar-plugin
|
||||
BuildRequires: maven-install-plugin
|
||||
BuildRequires: maven-javadoc-plugin
|
||||
BuildRequires: maven-surefire-plugin
|
||||
BuildRequires: maven-surefire-provider-junit
|
||||
BuildRequires: maven-shared-reporting-impl
|
||||
BuildRequires: maven-doxia-sitetools
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-release-plugin)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-components:pom:)
|
||||
|
||||
%description
|
||||
Plexus interpolator is the outgrowth of multiple iterations of development
|
||||
@ -30,7 +20,6 @@ the expression language style commonly seen in Maven, Plexus, and other
|
||||
related projects.
|
||||
|
||||
%package javadoc
|
||||
Group: Documentation
|
||||
Summary: Javadoc for %{name}
|
||||
|
||||
%description javadoc
|
||||
@ -40,7 +29,7 @@ API documentation for %{name}.
|
||||
%setup -q -n %{name}-%{name}-%{version}
|
||||
|
||||
%build
|
||||
%mvn_file : plexus/interpolation
|
||||
%mvn_file : plexus/interpolation
|
||||
%mvn_build
|
||||
|
||||
%install
|
||||
@ -51,6 +40,9 @@ API documentation for %{name}.
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
|
||||
%changelog
|
||||
* Tue Apr 14 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.22-3
|
||||
- Cleanup spec file
|
||||
|
||||
* Wed Apr 1 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.22-2
|
||||
- Update upstream URL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user