Compare commits

...
Sign in to create a new pull request.

15 commits

Author SHA1 Message Date
Miro Hrončok
6de4a27049 Orphaned for 6+ weeks 2019-10-13 21:42:58 +02:00
Fedora Release Engineering
b8bf2cb83b - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-24 17:28:43 +00:00
Fedora Release Engineering
7d7e6e73d5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-01-31 12:53:42 +00:00
Fedora Release Engineering
46a8c494f1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-12 19:56:49 +00:00
Fedora Release Engineering
3c0667c2cd - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-07 01:47:11 +00:00
Fedora Release Engineering
bc705ff35a - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-26 02:32:34 +00:00
Fedora Release Engineering
24ddfd7c74 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-10 05:42:14 +00:00
Mikolaj Izdebski
89f0a3ac0b Add missing build-requires 2016-06-15 12:04:07 +02:00
Dennis Gilmore
077ee9df52 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-03 15:56:35 +00:00
Michal Srb
db42e10267 Update to 1.7 2015-06-29 13:53:34 +02:00
Dennis Gilmore
77523abf32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-16 23:34:03 +00:00
Michal Srb
41b6f37030 Move access-modifier-checker to subpackage 2015-06-09 10:04:23 +02:00
Michal Srb
9aab8f0215 BR objectweb-asm3 2015-06-08 17:08:20 +02:00
Michal Srb
e00a91a9a8 Fix BR 2015-06-08 16:02:13 +02:00
Michal Srb
23e2cdf6a2 Utilize pom_change_dep 2015-06-08 15:52:47 +02:00
4 changed files with 1 additions and 87 deletions

2
.gitignore vendored
View file

@ -1,2 +0,0 @@
/access-modifier-1.4.tar.gz
/LICENSE.txt

View file

@ -1,83 +0,0 @@
%global shortname access-modifier
Name: access-modifier-annotation
Version: 1.4
Release: 4%{?dist}
Summary: Java annotation for custom access modifiers
# License is specified in pom file
License: MIT
URL: https://github.com/kohsuke/access-modifier
Source0: https://github.com/kohsuke/%{shortname}/archive/%{shortname}-%{version}.tar.gz
# License text copied from http://www.opensource.org/licenses/mit-license.php
Source1: LICENSE.txt
BuildArch: noarch
BuildRequires: maven-local
BuildRequires: mvn(org.apache.maven.plugins:maven-compiler-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-release-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-scm-plugin)
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
BuildRequires: mvn(org.apache.maven:maven-project)
BuildRequires: mvn(org.jenkins-ci:annotation-indexer)
BuildRequires: mvn(org.kohsuke.metainf-services:metainf-services)
BuildRequires: mvn(org.kohsuke:pom)
BuildRequires: objectweb-asm
%description
Allows applications to define custom access modifiers programmatically,
to be enforced at compile time in the opt-in basis. Obviously,
there's no runtime check either - this is strictly a voluntary annotations.
This mechanism is useful for actually making sure that deprecated features
are not used (without actually removing such declarations, which would break
binary compatibility.)
%package javadoc
Summary: Javadoc for %{name}
%description javadoc
This package contains the API documentation for %{name}.
%prep
%setup -q -n %{shortname}-%{shortname}-%{version}
cp %{SOURCE1} LICENSE
%pom_xpath_remove "pom:extension[pom:artifactId[text()='wagon-svn']]"
# We don't have asm-debug-all artifact,
# so we'll use the one without debugging information
%pom_xpath_replace "pom:dependency[pom:artifactId[text()='asm-debug-all']]" \
"<dependency>
<groupId>asm</groupId>
<artifactId>asm-all</artifactId>
</dependency>" access-modifier-checker
%build
%mvn_build
%install
%mvn_install
%files -f .mfiles
%doc LICENSE
%files javadoc -f .mfiles-javadoc
%doc LICENSE
%changelog
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.4-3
- Use Requires: java-headless rebuild (#1067528)
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Thu May 09 2013 Michal Srb <msrb@redhat.com> - 1.4-1
- Initial package

1
dead.package Normal file
View file

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

View file

@ -1,2 +0,0 @@
f9fc17916189a9ccd77ea911f5e8d729 access-modifier-1.4.tar.gz
7d5b03b556811d959a94d9336ba04fe5 LICENSE.txt