diff --git a/.beust-jcommander.metadata b/.beust-jcommander.metadata new file mode 100644 index 0000000..0141acc --- /dev/null +++ b/.beust-jcommander.metadata @@ -0,0 +1 @@ +574f6711d8279d4a3682f2f09710a3efce9539dc SOURCES/jcommander-1.30.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/beust-jcommander.spec b/SPECS/beust-jcommander.spec new file mode 100644 index 0000000..84bde65 --- /dev/null +++ b/SPECS/beust-jcommander.spec @@ -0,0 +1,76 @@ +%global short_name jcommander + +Name: beust-%{short_name} +Version: 1.30 +Release: 4%{?dist} +Summary: Java framework for parsing command line parameters +License: ASL 2.0 +Group: Development/Libraries +URL: http://jcommander.org/ +Source0: https://github.com/cbeust/%{short_name}/archive/%{short_name}-%{version}.tar.gz +BuildArch: noarch +BuildRequires: maven-local +BuildRequires: beust-jcommander + +%description +JCommander is a very small Java framework that makes it trivial to +parse command line parameters (with annotations). + +%package javadoc +Summary: API documentation for %{name} +Group: Documentation + +%description javadoc +This package contains the %{summary}. + +%prep +%setup -q -n %{short_name}-%{short_name}-%{version} +chmod -x license.txt + +%build +%mvn_file : %{name} +%mvn_build -f + +%install +%mvn_install + +%files -f .mfiles +%doc license.txt notice.md README.markdown + +%files javadoc -f .mfiles-javadoc +%doc license.txt notice.md + +%changelog +* Fri Jun 28 2013 Mikolaj Izdebski - 1.30-4 +- Rebuild to regenerate API documentation +- Resolves: CVE-2013-1571 + +* Wed Feb 06 2013 Java SIG - 1.30-3 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + +* Wed Feb 6 2013 Mikolaj Izdebski - 1.30-2 +- Replace BR: xmvn with maven-local + +* Thu Jan 10 2013 Mikolaj Izdebski - 1.30-1 +- Update to upstream version 1.30 +- Build with xmvn + +* Thu Aug 16 2012 Mikolaj Izdebski - 1.17-6 +- Install NOTICE files + +* Wed Jul 18 2012 Fedora Release Engineering - 1.17-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Thu Jan 12 2012 Fedora Release Engineering - 1.17-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Nov 30 2011 Alexander Kurtakov 1.17-3 +- Use the new maven macro. + +* Mon May 16 2011 Jaromir Capik - 1.17-2 +- Unwanted comment removal +- Target javadoc:jar replaced with javadoc:aggregate + +* Fri May 13 2011 Jaromir Capik - 1.17-1 +- Initial version of the package