jackson-annotations/jackson-annotations.spec

92 lines
2.3 KiB
RPMSpec
Raw Normal View History

2013-07-22 10:34:25 +00:00
Name: jackson-annotations
2015-01-31 12:45:04 +00:00
Version: 2.5.0
2014-07-03 17:45:15 +00:00
Release: 1%{?dist}
2013-07-22 10:34:25 +00:00
Summary: Core annotations for Jackson data processor
License: ASL 2.0
URL: http://wiki.fasterxml.com/JacksonHome
Source0: https://github.com/FasterXML/jackson-annotations/archive/%{name}-%{version}.tar.gz
2014-07-03 17:45:15 +00:00
%if %{?fedora} > 20
BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:)
%else
BuildRequires: mvn(com.fasterxml.jackson:jackson-parent)
%endif
2013-07-22 10:34:25 +00:00
BuildRequires: maven-local
BuildRequires: maven-enforcer-plugin
BuildRequires: maven-plugin-build-helper
BuildRequires: maven-plugin-bundle
BuildRequires: maven-site-plugin
Provides: jackson2-annotations = %{version}-%{release}
Obsoletes: jackson2-annotations < %{version}-%{release}
BuildArch: noarch
%description
Core annotations used for value types,
used by Jackson data-binding package.
%package javadoc
Summary: Javadoc for %{name}
%description javadoc
This package contains javadoc for %{name}.
%prep
%setup -q -n %{name}-%{name}-%{version}
2014-07-03 17:45:15 +00:00
cp -p src/main/resources/META-INF/LICENSE .
sed -i 's/\r//' LICENSE
2013-07-22 10:34:25 +00:00
2015-01-31 12:45:04 +00:00
%mvn_file : %{name}
2013-07-22 10:34:25 +00:00
%build
%mvn_build
%install
%mvn_install
%files -f .mfiles
2015-01-31 12:45:04 +00:00
%doc README.md release-notes/*
%license LICENSE
2013-07-22 10:34:25 +00:00
%files javadoc -f .mfiles-javadoc
2015-01-31 12:45:04 +00:00
%license LICENSE
2013-07-22 10:34:25 +00:00
%changelog
2015-01-31 12:45:04 +00:00
* Sat Jan 31 2015 gil cattaneo <puntogil@libero.it> 2.5.0-1
- update to 2.5.0
2014-09-20 15:21:35 +00:00
* Sat Sep 20 2014 gil cattaneo <puntogil@libero.it> 2.4.2-1
- update to 2.4.2
2014-07-03 17:45:15 +00:00
* Wed Jul 02 2014 gil cattaneo <puntogil@libero.it> 2.4.1-1
- update to 2.4.1
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Fri Mar 28 2014 Michael Simacek <msimacek@redhat.com> - 2.2.2-4
- Use Requires: java-headless rebuild (#1067528)
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2013-07-22 10:34:25 +00:00
* Mon Jul 22 2013 gil cattaneo <puntogil@libero.it> 2.2.2-2
- review fixes
* Tue Jul 16 2013 gil cattaneo <puntogil@libero.it> 2.2.2-1
- 2.2.2
- renamed jackson-annotations
* Tue May 07 2013 gil cattaneo <puntogil@libero.it> 2.2.1-1
- 2.2.1
* Wed Oct 24 2012 gil cattaneo <puntogil@libero.it> 2.1.0-1
- update to 2.1.0
- renamed jackson2-annotations
* Thu Sep 13 2012 gil cattaneo <puntogil@libero.it> 2.0.6-1
2014-07-03 17:45:15 +00:00
- initial rpm