Compare commits
No commits in common. "rawhide" and "f20" have entirely different histories.
4 changed files with 65 additions and 1 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
/1.0.0.Beta1.tar.gz
|
||||
/1.0.0.Beta3.tar.gz
|
||||
/910aac63caf7a96f189fac832be22fccc416095d.tar.gz
|
||||
|
|
@ -1 +0,0 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
Normal file
1
sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
281e5468da1ced2c33b9ce916741a8df 910aac63caf7a96f189fac832be22fccc416095d.tar.gz
|
||||
61
wildfly-security-manager.spec
Normal file
61
wildfly-security-manager.spec
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
%global namedreltag .Final
|
||||
%global namedversion %{version}%{?namedreltag}
|
||||
# TMP solution until the proper tag will be pushed
|
||||
%global namedversion 910aac63caf7a96f189fac832be22fccc416095d
|
||||
|
||||
Name: wildfly-security-manager
|
||||
Version: 1.0.0
|
||||
Release: 1%{dist}
|
||||
Summary: WildFly Security Manager
|
||||
License: LGPLv2+
|
||||
Url: http://www.jboss.org
|
||||
Source0: https://github.com/wildfly/security-manager/archive/%{namedversion}.tar.gz
|
||||
|
||||
BuildRequires: jboss-parent
|
||||
BuildRequires: jboss-invocation
|
||||
BuildRequires: jboss-logging
|
||||
BuildRequires: jboss-logging-tools
|
||||
BuildRequires: jboss-logmanager
|
||||
BuildRequires: jboss-modules
|
||||
BuildRequires: junit
|
||||
BuildRequires: maven-local
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
The Security Manager for WildFly Application Server.
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadocs for %{name}
|
||||
|
||||
%description javadoc
|
||||
This package contains the API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n security-manager-%{namedversion}
|
||||
|
||||
%pom_remove_plugin "org.jboss.seven2six:seven2six"
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%dir %{_javadir}/%{name}
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
|
||||
%changelog
|
||||
* Thu Feb 13 2014 Marek Goldmann <mgoldman@redhat.com> - 1.0.0-1
|
||||
- Upstream release 1.0.0.Final
|
||||
|
||||
* Tue Oct 22 2013 Marek Goldmann <mgoldman@redhat.com> - 1.0.0-0.3.Beta3
|
||||
- Upstream release 1.0.0.Beta3
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-0.2.Beta1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Wed Jun 26 2013 Marek Goldmann <mgoldman@redhat.com> - 1.0.0-0.1.Beta1
|
||||
- Initial packaging
|
||||
Loading…
Add table
Add a link
Reference in a new issue