Compare commits

..

29 commits

Author SHA1 Message Date
Till Maas
2d80fa8e99 2017-04-30: Retired orphaned package, because it was orphaned for
more than six weeks.
2017-04-30 17:21:47 +02:00
Fedora Release Engineering
f8cc5341c2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 18:21:01 +00:00
Ding-Yi Chen
3ea38411f4 - Use resteasy client instead of resteasy 2016-08-02 14:53:06 +10:00
Ding-Yi Chen
8f1ae2e9f2 - Add build require enunciate 2016-07-18 11:05:02 +10:00
Ding-Yi Chen
2b3431258b - Upstream update to version 3.9.1 2016-06-23 12:32:07 +10:00
Ding-Yi Chen
c85cd87e57 - Upstream update to version 3.9.1 2016-06-23 11:44:37 +10:00
Ding-Yi Chen
44703c6785 - Upstream update to version 3.9.1 2016-05-24 22:39:59 +10:00
Ding-Yi Chen
5aa1377bd4 Chen 2016-05-19 17:49:41 +10:00
Ding-Yi Chen
f2d40f50e3 - Upgrade to upstream version 3.8.4 2016-04-19 11:09:22 +10:00
Fedora Release Engineering
9bafe7f87d - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 04:02:33 +00:00
Ding-Yi Chen
05ee351bf9 - Upgrade to upstream version 3.8.3 2015-11-20 10:24:35 +10:00
Ding-Yi Chen
a1b143d8a3 - Upgrade to upstream version 3.8.0
-
2015-11-12 17:31:47 +10:00
Ding-Yi Chen
a501b3e866 Upstream update to 3.7.3 2015-07-01 13:04:39 +10:00
Dennis Gilmore
0ed0d4ebd9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 04:42:29 +00:00
Ding-Yi Chen
189f594500 Merge branch 'master' into f20
Conflicts:
	.gitignore
	sources
	zanata-api.spec
2015-01-30 08:04:41 +10:00
Ding-Yi Chen
dce1e51a11 Upstream update to 3.4.1 2015-01-29 20:36:55 +10:00
Dennis Gilmore
f8849dbf6e - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 12:59:34 -05:00
Patrick Huang
0462dcb976 upload source 2014-06-01 22:57:11 -04:00
Patrick Huang
bdbf7534d5 upgrade to latest upstream 3.3.1 2014-06-01 22:55:47 -04:00
Patrick Huang
bd69aa8f5c upload source 2014-06-01 19:40:23 -04:00
Patrick Huang
2844b25714 upload source 2014-06-01 19:39:43 -04:00
Patrick Huang
6ef48c9af8 upgrade to upstream version 3.3.1 2014-06-01 19:39:19 -04:00
Michael Simacek
18afb55dd9 Use Requires: java-headless rebuild (#1067528)
Signed-off-by: Michael Simacek <msimacek@redhat.com>
Signed-off-by: Mikolaj Izdebski <mizdebsk@redhat.com>
2014-03-28 21:10:03 +01:00
Patrick Huang
e5510a7e14 upgrade to latest upstream version 2014-01-30 01:10:14 -05:00
Patrick Huang
c6ee3b6b6b add missing BR 2014-01-16 19:52:52 -05:00
Patrick Huang
3d47e12150 upgrade to 3.2.0 2014-01-14 18:43:51 -05:00
Patrick Huang
85cda2e890 upstream source 2013-08-27 02:23:21 -04:00
Patrick Huang
953e7d48be upstream update 2013-08-27 02:22:58 -04:00
Dennis Gilmore
c4984a72f3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 04:41:30 -05:00
4 changed files with 3 additions and 137 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
/api-2.2.0.zip

3
dead.package Normal file
View file

@ -0,0 +1,3 @@
2017-04-30: Retired orphaned package, because it was orphaned for
more than six weeks.

View file

@ -1 +0,0 @@
c63a447e8d53fd9ecfe7b8529f49abc5 api-2.2.0.zip

View file

@ -1,135 +0,0 @@
%global shortname api
%global submodule zanata-common-%{shortname}
Name: zanata-%{shortname}
Version: 2.2.0
Release: 7%{?dist}
Summary: Zanata API modules
Group: Development/Libraries
License: LGPLv2+
URL: https://github.com/zanata/%{name}
Source0: https://github.com/zanata/%{name}/archive/%{shortname}-%{version}.zip
BuildArch: noarch
BuildRequires: maven-local
BuildRequires: maven-enforcer-plugin
BuildRequires: maven-surefire-provider-testng
# dependencies in pom
BuildRequires: zanata-parent
BuildRequires: hamcrest
BuildRequires: testng
# dependencies in zanata-common-api
BuildRequires: hibernate-validator
BuildRequires: jackson
BuildRequires: apache-commons-lang
BuildRequires: apache-commons-codec
BuildRequires: resteasy
%if 0%{?fedora} < 19
BuildRequires: apache-james-project
%endif
BuildRequires: slf4j
BuildRequires: jboss-annotations-1.1-api
Requires: hibernate-validator
Requires: jackson
Requires: apache-commons-lang
Requires: apache-commons-codec
Requires: resteasy
Requires: slf4j
Requires: jboss-annotations-1.1-api
Requires: jpackage-utils
Requires: java
%description
Zanata API modules
%package javadoc
Summary: Javadocs for %{submodule}
Group: Documentation
Requires: jpackage-utils
Requires: %{name} = %{version}-%{release}
%description javadoc
This package contains the API documentation for %{submodule}.
%prep
%setup -q -n %{name}-%{shortname}-%{version}
%pom_remove_plugin :maven-dependency-plugin %{submodule}
%build
# -Dmaven.local.debug=true
#%mvn_build --skip-tests
%if 0%{?fedora} > 19
%mvn_build
%endif
%if 0%{?fedora} == 19
%mvn_build --skip-tests
%else
mvn-rpmbuild package javadoc:aggregate -Dmaven.test.skip=true
%endif
%install
%if 0%{?fedora} > 18
%mvn_install
%else
mkdir -p $RPM_BUILD_ROOT%{_javadir}
cp -p %{submodule}/target/%{submodule}*-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{submodule}.jar
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}
cp -rp target/site/apidocs $RPM_BUILD_ROOT%{_javadocdir}/%{submodule}
install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}
install -pm 644 pom.xml \
$RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
install -pm 644 %{submodule}/pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{submodule}.pom
%add_maven_depmap JPP-%{name}.pom
%add_maven_depmap JPP-%{submodule}.pom %{submodule}.jar
%endif
%files -f .mfiles
%if 0%{?fedora} > 18
%dir %{_javadir}/%{name}
%endif
%doc README.txt
%if 0%{?fedora} > 18
%files javadoc -f .mfiles-javadoc
%else
%files javadoc
%{_javadocdir}/%{submodule}
%endif
%changelog
* Fri May 3 2013 Patrick Huang <pahuang@redhat.com> 2.2.0-7
- Remove javadoc subpackage require %{?_isa}
* Tue Apr 23 2013 Patrick Huang <pahuang@redhat.com> 2.2.0-6
- Change license to LGPLv2+ and add subpackage requires according to review
* Tue Apr 23 2013 Patrick Huang <pahuang@redhat.com> 2.2.0-5
- Add BR apache-james-project for f19-
* Mon Apr 22 2013 Patrick Huang <pahuang@redhat.com> 2.2.0-4
- Disable test in f19 due to hamcrest compatibility bug
* Mon Apr 22 2013 Patrick Huang <pahuang@redhat.com> 2.2.0-3
- Add conditional build for f19-
* Wed Apr 17 2013 Patrick Huang <pahuang@redhat.com> 2.2.0-2
- Remove conditional build
* Wed Feb 27 2013 Patrick Huang <pahuang@redhat.com> 2.2.0-1
- Upstream update to version 2.2.0
* Thu Feb 7 2013 Patrick Huang <pahuang@redhat.com> 2.1.0-1
- Initial RPM package