Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3ae2c9bc67 | ||
|
|
2832d8e623 | ||
|
|
688fd1efdd | ||
|
|
88df19ed42 | ||
|
|
c2ba0f3832 |
4 changed files with 1 additions and 133 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +0,0 @@
|
|||
/ws-xmlschema-2.0.2.tar.xz
|
||||
/ws-xmlschema-2.2.1.tar.xz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
475cf4115712edb4109a5d2691df1d1e ws-xmlschema-2.2.1.tar.xz
|
||||
|
|
@ -1,130 +0,0 @@
|
|||
Name: ws-xmlschema
|
||||
Version: 2.2.1
|
||||
Release: 3%{?dist}
|
||||
Summary: Apache XMLSchema
|
||||
License: ASL 2.0
|
||||
URL: http://ws.apache.org/xmlschema/
|
||||
# wget -c http://www.apache.org/dist/ws/xmlschema/2.2.1/xmlschema-2.2.1-source-release.zip
|
||||
# unzip xmlschema-2.2.1-source-release.zip
|
||||
# rm -r xmlschema-2.2.1/w3c-testcases
|
||||
# tar cafJ ws-xmlschema-2.2.1.tar.xz xmlschema-2.2.1
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(org.apache:apache:pom:)
|
||||
BuildRequires: mvn(org.apache:apache-jar-resource-bundle)
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-remote-resources-plugin)
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
Apache XMLSchema is a light weight schema object model that can be
|
||||
used to manipulate or generate XML schema. It has very few external
|
||||
dependencies and can be easily integrated into an existing project.
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadoc for %{name}
|
||||
|
||||
%description javadoc
|
||||
This package contains the API documentation for %{name}.
|
||||
|
||||
%package parent
|
||||
Summary: XMLSchema Parent POM
|
||||
|
||||
%description parent
|
||||
XMLSchema Parent POM.
|
||||
|
||||
%package walker
|
||||
Summary: XMLSchema Walker
|
||||
|
||||
%description walker
|
||||
Code to walk an XML Schema and confirm an XML Document conforms to it.
|
||||
|
||||
%prep
|
||||
%setup -q -n xmlschema-%{version}
|
||||
|
||||
%pom_disable_module xmlschema-bundle-test
|
||||
%pom_disable_module w3c-testcases
|
||||
|
||||
# Convert from dos to unix line ending
|
||||
sed -i.orig 's|\r||g' RELEASE-NOTE.txt
|
||||
touch -r RELEASE-NOTE.txt.orig RELEASE-NOTE.txt
|
||||
rm RELEASE-NOTE.txt.orig
|
||||
|
||||
%build
|
||||
|
||||
# fastinstall profile avoids some build dependencies
|
||||
# tests require unavailable dependencies
|
||||
%mvn_build -sf -- -Pfastinstall
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles-xmlschema-core
|
||||
%doc README.txt RELEASE-NOTE.txt
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%files parent -f .mfiles-xmlschema
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%files walker -f .mfiles-xmlschema-walker
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Sun Aug 07 2016 gil cattaneo <puntogil@libero.it> 2.2.1-1
|
||||
- update to 2.2.1
|
||||
- introduce license macro
|
||||
- update URL field
|
||||
- use BRs mvn()-like
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Fri Mar 28 2014 Michael Simacek <msimacek@redhat.com> - 2.0.2-10
|
||||
- Use Requires: java-headless rebuild (#1067528)
|
||||
|
||||
* Tue Aug 06 2013 Marek Goldmann <mgoldman@redhat.com> - 2.0.2-9
|
||||
- New guidelines
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Tue Feb 19 2013 Marek Goldmann <mgoldman@redhat.com> - 2.0.2-7
|
||||
- Added maven-shared BR
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 2.0.2-5
|
||||
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
||||
- Replace maven BuildRequires with maven-local
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Thu Jul 5 2012 Patryk Obara <pobara@redhat.com> 2.0.2-3
|
||||
- Removed link, simplified install phase
|
||||
|
||||
* Thu Jun 28 2012 Patryk Obara <pobara@redhat.com> 2.0.2-2
|
||||
- Repackaging of sources to remove test files with bad licensing
|
||||
- Fix jar file name and location
|
||||
|
||||
* Mon Jun 18 2012 Patryk Obara <pobara@redhat.com> 2.0.2-1
|
||||
- Initial packaging
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue