Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d970967af1 | ||
|
|
1934776b26 | ||
|
|
28f751dd4c | ||
|
|
2ee2b168ba | ||
|
|
0bae191507 |
4 changed files with 1 additions and 78 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/1.0.2.Final.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
e635db72f534ec177604aa4ef90b8cd9 1.0.2.Final.tar.gz
|
||||
|
|
@ -1,76 +0,0 @@
|
|||
%global namedreltag .Final
|
||||
%global namedversion %{version}%{?namedreltag}
|
||||
Name: wildfly-elytron
|
||||
Version: 1.0.2
|
||||
Release: 3%{?dist}
|
||||
Summary: Security, Authentication, and Authorization SPIs for the WildFly project
|
||||
# LGPLv2: ./src/main/java/org/wildfly/security/permission/PermissionActions.java
|
||||
# most of the code in ./src/main/java/org/wildfly/security/manager/
|
||||
License: ASL 2.0 and LGPLv2+
|
||||
URL: http://wildfly.org/
|
||||
Source0: https://github.com/wildfly-security/wildfly-elytron/archive/%{namedversion}.tar.gz
|
||||
|
||||
BuildRequires: graphviz
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(jdepend:jdepend)
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.jboss:jboss-parent:pom:)
|
||||
BuildRequires: mvn(org.jboss.apiviz:apiviz)
|
||||
BuildRequires: mvn(org.jboss.logging:jboss-logging)
|
||||
BuildRequires: mvn(org.jboss.logging:jboss-logging-annotations)
|
||||
BuildRequires: mvn(org.jboss.logging:jboss-logging-processor)
|
||||
BuildRequires: mvn(org.jboss.logmanager:jboss-logmanager)
|
||||
BuildRequires: mvn(org.jboss.logmanager:log4j-jboss-logmanager)
|
||||
BuildRequires: mvn(org.jboss.modules:jboss-modules)
|
||||
BuildRequires: mvn(org.jboss.slf4j:slf4j-jboss-logmanager)
|
||||
BuildRequires: mvn(org.kohsuke.metainf-services:metainf-services)
|
||||
BuildRequires: mvn(org.wildfly.common:wildfly-common)
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
WildFly Elytron is a new WildFly sub-project which
|
||||
is completely replacing the combination of PicketBox and
|
||||
JAAS as the WildFly client and server security mechanism.
|
||||
|
||||
An "elytron" (ĕl´·ĭ·trŏn, plural "elytra") is the hard,
|
||||
protective casing over a wing of certain flying insects
|
||||
(e.g. beetles).
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadoc for %{name}
|
||||
|
||||
%description javadoc
|
||||
This package contains javadoc for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{namedversion}
|
||||
|
||||
# Use not available org.wildfly.checkstyle:wildfly-checkstyle-config:1.0.3.Final
|
||||
%pom_remove_plugin :maven-checkstyle-plugin
|
||||
|
||||
%mvn_file org.wildfly.security:%{name} %{name}
|
||||
|
||||
%build
|
||||
|
||||
%mvn_build
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%doc README.md
|
||||
%license LICENSE.txt
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%license LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Sun Mar 20 2016 gil cattaneo <puntogil@libero.it> 1.0.2-1
|
||||
- initial rpm
|
||||
Loading…
Add table
Add a link
Reference in a new issue