diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3edbd53 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/jansi-1.9.tar.xz diff --git a/.jansi.metadata b/.jansi.metadata new file mode 100644 index 0000000..5fbdb1c --- /dev/null +++ b/.jansi.metadata @@ -0,0 +1 @@ +9ff1000bfdc525722a3904a9bf1c42754444dab2 SOURCES/jansi-1.9.tar.xz diff --git a/SPECS/jansi.spec b/SPECS/jansi.spec new file mode 100644 index 0000000..f94b20c --- /dev/null +++ b/SPECS/jansi.spec @@ -0,0 +1,103 @@ +Name: jansi +Version: 1.9 +Release: 7%{?dist} +Summary: Jansi is a java library for generating and interpreting ANSI escape sequences +License: ASL 2.0 +URL: http://jansi.fusesource.org/ + +# git clone git://github.com/fusesource/jansi.git +# cd jansi && git archive --format=tar --prefix=jansi-1.9/ jansi-project-1.9 | xz > jansi-1.9.tar.xz +Source0: jansi-%{version}.tar.xz + +BuildArch: noarch + +BuildRequires: jpackage-utils +BuildRequires: java-devel +BuildRequires: maven-local +BuildRequires: maven-release-plugin +BuildRequires: jansi-native +BuildRequires: maven-plugin-bundle +BuildRequires: fusesource-pom + + +%description +Jansi is a small java library that allows you to use ANSI escape sequences +in your Java console applications. It implements ANSI support on platforms +which don't support it like Windows and provides graceful degradation for +when output is being sent to output devices which cannot support ANSI sequences. + +%package javadoc +Summary: Javadocs for %{name} + +%description javadoc +This package contains the API documentation for %{name}. + +%prep +%setup -q + +%pom_disable_module jansi-website +%pom_xpath_remove "pom:build/pom:extensions" + +# No org.fusesource.mvnplugins:fuse-javadoc-skin available +%pom_remove_plugin "org.apache.maven.plugins:maven-dependency-plugin" + +# No maven-uberize-plugin +%pom_xpath_remove "pom:build/pom:plugins/pom:plugin[pom:artifactId = 'maven-uberize-plugin']" jansi/pom.xml + +%mvn_file org.fusesource.jansi:jansi %{name} + +# Remove unnecessary deps for jansi-native builds +%pom_xpath_remove "pom:dependencies/pom:dependency[pom:artifactId = 'jansi-native' and pom:classifier != '']" jansi/pom.xml + +%build +%mvn_build + +%install +%mvn_install + +%files -f .mfiles +%doc readme.md license.txt changelog.md + +%files javadoc -f .mfiles-javadoc +%doc license.txt + +%changelog +* Fri Dec 27 2013 Daniel Mach - 1.9-7 +- Mass rebuild 2013-12-27 + +* Mon Nov 11 2013 Stanislav Ochotnicky - 1.9-6 +- Rebuild for jansi-native changes +- Resolves: rhbz#1028540 + +* Thu Aug 15 2013 Stanislav Ochotnicky - 1.9-5 +- Migrate away from mvn-rpmbuild (#997431) + +* Fri Jun 28 2013 Mikolaj Izdebski - 1.9-4 +- Rebuild to regenerate API documentation +- Resolves: CVE-2013-1571 + +* Thu Feb 14 2013 Fedora Release Engineering - 1.9-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Feb 06 2013 Java SIG - 1.9-2 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + +* Tue Oct 09 2012 Marek Goldmann - 1.9-1 +- Upstream release 1.9, RHBZ#864490 + +* Thu Jul 19 2012 Fedora Release Engineering - 1.6-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri May 04 2012 Tomas Radej - 1.6-3 +- Removed maven-license-plugin BR + +* Fri Jan 13 2012 Fedora Release Engineering - 1.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Thu Aug 25 2011 Marek Goldmann 1.6-1 +- Upstream release 1.6 +- Spec file cleanup + +* Fri May 27 2011 Marek Goldmann 1.5-1 +- Initial packaging