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