Compare commits

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

28 commits

Author SHA1 Message Date
Till Maas
4b4f7f3b9b 2017-04-30: Retired orphaned package, because it was orphaned for
more than six weeks.
2017-04-30 17:22:33 +02:00
Fedora Release Engineering
e812a54c75 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 18:21:14 +00:00
Ding-Yi Chen
2f7468c66d - Use resteasy client instead of resteasy 2016-08-02 17:16:27 +10:00
Ding-Yi Chen
6f6f379807 - Upstream update to version 3.9.1
- Add BuildRequires findbugs and mvn(org.jboss.resteasy:resteasy-bom:pom:)
2016-06-23 14:21:51 +10:00
Ding-Yi Chen
ede6b9dae1 - Upgrade to upstream version 3.8.3 2016-04-19 16:38:45 +10:00
Ding-Yi Chen
ff96c29f8a Upstream update to 3.8.3 2016-04-19 15:01:41 +10:00
Fedora Release Engineering
149d37ddd2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 04:02:48 +00:00
Ding-Yi Chen
e6fae2280c - Upgrade to upstream version 3.8.1 2015-11-22 01:20:05 +10:00
Ding-Yi Chen
8f041518fb Merge branch 'f22' 2015-08-10 13:43:08 +10:00
Ding-Yi Chen
bfa6d320e6 Merge branch 'master' into f22 2015-08-10 12:54:20 +10:00
Ding-Yi Chen
8931e1f548 Merge branch 'master' into f21 2015-08-10 12:33:02 +10:00
Ding-Yi Chen
9d6f4ebde1 Release zanata-common-3.7.3-1 2015-08-10 12:13:49 +10:00
Ding-Yi Chen
c85a561f24 Merge branch 'master' into f21 2015-07-03 23:50:45 +10:00
Ding-Yi Chen
97e0127e8d Update source file 2015-07-03 21:59:49 +10:00
Ding-Yi Chen
5019e52f83 BuildRequires: hamcrest 2015-07-03 19:58:57 +10:00
Dennis Gilmore
a7fdcd2144 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 04:42:47 +00:00
Patrick Huang
92b32b9305 bump up release number 2014-07-27 20:38:48 -04:00
Patrick Huang
8f0422d628 bump up release number 2014-07-27 20:24:49 -04:00
Dennis Gilmore
db4d9f0233 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 13:00:11 -05:00
Patrick Huang
a47c0b7053 upload source 2014-06-01 20:43:43 -04:00
Patrick Huang
f3ffe3eac1 upgrade to latest upstream 2014-06-01 20:42:27 -04:00
Michael Simacek
c22e7f21a5 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
583be9a4fd add required version 2014-01-28 20:54:48 -05:00
Patrick Huang
93c866d7df bump release for fixed xom package 2014-01-28 20:26:47 -05:00
Patrick Huang
c834ce255a bump release 2014-01-19 18:49:02 -05:00
Patrick Huang
df7bfc8888 explicit listing BR and R 2014-01-19 18:45:00 -05:00
Patrick Huang
b963ac327a add requires 2014-01-16 23:23:10 -05:00
Patrick Huang
bf87f5a399 upgrade to version 3.1.0 2014-01-16 22:25:20 -05:00
4 changed files with 3 additions and 141 deletions

3
.gitignore vendored
View file

@ -1,3 +0,0 @@
/common-2.2.1.zip
/common-3.0.1.zip
/common-3.0.2.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 @@
cec5eeec36d1202eff6ad6ab82211811 common-3.0.2.zip

View file

@ -1,137 +0,0 @@
%global shortname common
%global submodule_util zanata-%{shortname}-util
%global submodule_po zanata-adapter-po
%global submodule_properties zanata-adapter-properties
%global submodule_xliff zanata-adapter-xliff
%global submodule_glossary zanata-adapter-glossary
Name: zanata-%{shortname}
Version: 3.0.2
Release: 1%{?dist}
Summary: Zanata common 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: zanata-api
BuildRequires: slf4j
BuildRequires: testng
BuildRequires: hamcrest
# dependencies in zanata-common-util
BuildRequires: jackson
BuildRequires: guava
BuildRequires: apache-commons-io
BuildRequires: apache-commons-codec
BuildRequires: junit
BuildRequires: xom
# dependencies in zanata-adapter-po
BuildRequires: jgettext
BuildRequires: apache-commons-lang
# dependencies in zanata-adapter-properties
BuildRequires: openprops
# dependencies in zanata-adapter-xliff (no extra)
# dependencies in zanata-adapter-glossary
BuildRequires: opencsv
Requires: jpackage-utils
Requires: java
Requires: zanata-api
Requires: slf4j
Requires: jackson
Requires: guava
Requires: apache-commons-io
Requires: apache-commons-codec
Requires: xom
Requires: jgettext
Requires: apache-commons-lang
Requires: openprops
Requires: opencsv
%description
Zanata common modules
%package javadoc
Summary: Javadocs for %{name}
Group: Documentation
Requires: jpackage-utils
Requires: %{name} = %{version}-%{release}
%description javadoc
This package contains the API documentation for %{shortname}.
This includes submodules:
%{submodule_util},
%{submodule_po},
%{submodule_properties},
%{submodule_xliff} and %{submodule_glossary}
%prep
%setup -q -n %{name}-%{shortname}-%{version}
%pom_remove_plugin :maven-dependency-plugin
%build
%mvn_build
%install
%mvn_install
%files -f .mfiles
%dir %{_javadir}/%{name}
%doc README.txt COPYING.LESSER COPYING.GPL
%files javadoc -f .mfiles-javadoc
%changelog
* Wed Sep 4 2013 Patrick Huang <pahuang@redhat.com> 3.0.2-1
- Latest upstream version
* Thu Aug 22 2013 Patrick Huang <pahuang@redhat.com> 3.0.1-1
- Latest upstream version
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Fri May 3 2013 Patrick Huang <pahuang@redhat.com> 2.2.1-5
- Minor cosmetic change
* Fri May 3 2013 Patrick Huang <pahuang@redhat.com> 2.2.1-4
- Minor cosmetic change
* Fri May 3 2013 Patrick Huang <pahuang@redhat.com> 2.2.1-3
- Remove javadoc subpackage require %{?_isa}
- Change javadoc installation location
- Change license to LGPLv2+
* Wed May 1 2013 Patrick Huang <pahuang@redhat.com> 2.2.1-2
- Add missing pom for f19-
* Tue Mar 19 2013 Patrick Huang <pahuang@redhat.com> 2.2.1-1
- Upstream version update
* Thu Feb 28 2013 Patrick Huang <pahuang@redhat.com> 2.2.0-1
- Upstream version update
* Mon Feb 11 2013 Patrick Huang <pahuang@redhat.com> 2.1.1-1
- Initial RPM package