Compare commits
28 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4b4f7f3b9b | ||
|
|
e812a54c75 | ||
|
|
2f7468c66d | ||
|
|
6f6f379807 | ||
|
|
ede6b9dae1 | ||
|
|
ff96c29f8a | ||
|
|
149d37ddd2 | ||
|
|
e6fae2280c | ||
|
|
8f041518fb | ||
|
|
bfa6d320e6 | ||
|
|
8931e1f548 | ||
|
|
9d6f4ebde1 | ||
|
|
c85a561f24 | ||
|
|
97e0127e8d | ||
|
|
5019e52f83 | ||
|
|
a7fdcd2144 | ||
|
|
92b32b9305 | ||
|
|
8f0422d628 | ||
|
|
db4d9f0233 | ||
|
|
a47c0b7053 | ||
|
|
f3ffe3eac1 | ||
|
|
c22e7f21a5 | ||
|
|
583be9a4fd | ||
|
|
93c866d7df | ||
|
|
c834ce255a | ||
|
|
df7bfc8888 | ||
|
|
b963ac327a | ||
|
|
bf87f5a399 |
4 changed files with 3 additions and 141 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +0,0 @@
|
|||
/common-2.2.1.zip
|
||||
/common-3.0.1.zip
|
||||
/common-3.0.2.zip
|
||||
3
dead.package
Normal file
3
dead.package
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
2017-04-30: Retired orphaned package, because it was orphaned for
|
||||
more than six weeks.
|
||||
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
cec5eeec36d1202eff6ad6ab82211811 common-3.0.2.zip
|
||||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue