Compare commits

..

No commits in common. "rawhide" and "f25" have entirely different histories.

4 changed files with 79 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/webjars-locator-0.32.tar.gz

View file

@ -1 +0,0 @@
Orphaned for 6+ weeks

1
sources Normal file
View file

@ -0,0 +1 @@
f28e62ab471aef67dd77ad7499625785 webjars-locator-0.32.tar.gz

77
webjars-locator.spec Normal file
View file

@ -0,0 +1,77 @@
Name: webjars-locator
Version: 0.32
Release: 2%{?dist}
Summary: WebJar Locator
License: MIT
URL: http://www.webjars.org/
Source0: https://github.com/webjars/webjars-locator/archive/%{name}-%{version}.tar.gz
BuildRequires: maven-local
BuildRequires: mvn(com.fasterxml.jackson.core:jackson-databind)
BuildRequires: mvn(org.apache.maven.plugins:maven-release-plugin)
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
BuildRequires: mvn(org.webjars:webjars-locator-core)
%if 0
# Test deps
BuildRequires: mvn(junit:junit)
BuildRequires: mvn(org.slf4j:slf4j-simple)
# NOT available
BuildRequires: mvn(org.webjars:bootstrap:3.1.1-1)
BuildRequires: mvn(org.webjars:jquery:2.1.0-3)
BuildRequires: mvn(org.webjars:requirejs:2.1.14-3)
BuildRequires: mvn(org.webjars:when-node:3.5.2-2)
BuildRequires: mvn(org.webjars.bower:angular-bootstrap:0.13.0)
BuildRequires: mvn(org.webjars.bower:angular-schema-form:0.8.2)
BuildRequires: mvn(org.webjars.npm:angular-pouchdb:2.0.8)
BuildRequires: mvn(org.webjars.npm:babel-runtime:5.8.19)
BuildRequires: mvn(org.webjars.npm:object-assign:4.1.0)
BuildRequires: mvn(org.webjars.npm:validate.js:0.8.0)
%endif
BuildArch: noarch
%description
WebJars are client-side web libraries (e.g. jQuery & Bootstrap)
packaged into JAR (Java Archive) files. This project provides a
means to locate assets within WebJars.
%package javadoc
Summary: Javadoc for %{name}
%description javadoc
This package contains javadoc for %{name}.
%prep
%setup -q -n %{name}-%{name}-%{version}
# Cleanup
find -name "*.class" -print -delete
find -name "*.jar" -print -delete
%pom_remove_plugin :nexus-staging-maven-plugin
%mvn_file : %{name}
%build
# Skip test: unavailable test deps
%mvn_build -f
%install
%mvn_install
%files -f .mfiles
%doc README.md
%license LICENSE.md
%files javadoc -f .mfiles-javadoc
%license LICENSE.md
%changelog
* Tue Aug 23 2016 gil cattaneo <puntogil@libero.it> 0.32-2
- Initial import (#1366837)
- review fixes
* Mon Jul 25 2016 gil cattaneo <puntogil@libero.it> 0.32-1
- initial rpm