From ae88f7c9a4b1ddeb37b455d6951f748617f77575 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 16 2015 15:06:35 +0000 Subject: import devtoolset-4-base64coder-20101219-13.1.el7 --- diff --git a/.devtoolset-4-base64coder.metadata b/.devtoolset-4-base64coder.metadata new file mode 100644 index 0000000..3434106 --- /dev/null +++ b/.devtoolset-4-base64coder.metadata @@ -0,0 +1 @@ +03a8f652a3eb373deeeef7b41f50e7778c1dec71 SOURCES/base64coder-2010-12-19-distribution.zip diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..30c4c3d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/base64coder-2010-12-19-distribution.zip diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +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/base64coder.spec b/SPECS/base64coder.spec new file mode 100644 index 0000000..d2a881e --- /dev/null +++ b/SPECS/base64coder.spec @@ -0,0 +1,103 @@ +%{?scl:%scl_package base64coder} +%{!?scl:%global pkg_name %{name}} +%{?java_common_find_provides_and_requires} + +%global long_ver 2010-12-19 + +Name: %{?scl_prefix}base64coder +Version: 20101219 +Release: 13.1%{?dist} +Summary: Fast and compact Base64 encoder/decoder Java library +License: EPL or LGPLv2+ or GPLv2+ or ASL 2.0+ or BSD +BuildArch: noarch +URL: http://www.source-code.biz/%{pkg_name}/java/ +Source0: http://repo2.maven.org/maven2/biz/source_code/%{pkg_name}/%{long_ver}/%{pkg_name}-%{long_ver}-distribution.zip + +BuildRequires: %{?scl_prefix_java_common}maven-local +BuildRequires: %{?scl_prefix_maven}mvn(org.sonatype.oss:oss-parent:pom:) +BuildRequires: %{?scl_prefix_maven}mvn(org.apache.felix:maven-bundle-plugin) + +%description +Base64Coder is a fast and compact Base64 encoder/decoder class. + +There is no Base64 encoder/decoder in the standard Java SDK class +library. The undocumented classes sun.misc.BASE64Encoder and +sun.misc.BASE64Decoder should not be used. + +%package javadoc +Summary: API documentation for %{pkg_name} + +%description javadoc +This package contains %{summary}. + +%prep +%{?scl:scl enable %{scl_maven} %{scl} - << "EOF"} +%setup -q -n %{pkg_name}-%{long_ver} +sed -i 's/\r//g' README.txt CHANGES.txt +%mvn_file : %{pkg_name} +%{?scl:EOF} + + +%build +%{?scl:scl enable %{scl_maven} %{scl} - << "EOF"} +%mvn_build +%{?scl:EOF} + + +%install +%{?scl:scl enable %{scl_maven} %{scl} - << "EOF"} +%mvn_install +%{?scl:EOF} + + +%files -f .mfiles +%doc README.txt CHANGES.txt + +%files javadoc -f .mfiles-javadoc + +%changelog +* Thu Jul 09 2015 Mat Booth - 20101219-13.1 +- Import latest from Fedora + +* Wed Jun 17 2015 Fedora Release Engineering - 20101219-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Wed Jul 30 2014 Mikolaj Izdebski - 20101219-12 +- Fix build-requires on sonatype-oss-parent + +* Sat Jun 07 2014 Fedora Release Engineering - 20101219-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Tue Mar 04 2014 Stanislav Ochotnicky - 20101219-10 +- Use Requires: java-headless rebuild (#1067528) + +* Sat Aug 03 2013 Fedora Release Engineering - 20101219-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Fri Jun 14 2013 Mikolaj Izdebski - 20101219-8 +- Update to current packaging guidelines + +* Wed Feb 13 2013 Fedora Release Engineering - 20101219-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Feb 06 2013 Java SIG - 20101219-6 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + +* Wed Jul 18 2012 Fedora Release Engineering - 20101219-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Mon May 21 2012 Stanislav Ochotnicky - 20101219-4 +- Add maven plugins to BuildRequires + +* Thu Jan 12 2012 Fedora Release Engineering - 20101219-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Jun 07 2011 Jaromir Capik - 20101219-2 +- Java suffix removed from the package name and put in the summary instead +- Version string added in the source URL (no need for manual renaming) +- POM file added in the source package -> Source1 removed (no need for copying) +- Removal of the target directory removed (not present anymore) + +* Mon May 30 2011 Jaromir Capik - 20101219-1 +- Initial version of the package \ No newline at end of file