diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e873974 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/glassfish-legal-1.1-src-svn.tar.gz diff --git a/.rh-maven35-glassfish-legal.metadata b/.rh-maven35-glassfish-legal.metadata new file mode 100644 index 0000000..4c6fd83 --- /dev/null +++ b/.rh-maven35-glassfish-legal.metadata @@ -0,0 +1 @@ +fe248ae081b9445fcf9b48b5f6bdbfd333bf71f6 SOURCES/glassfish-legal-1.1-src-svn.tar.gz 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/glassfish-legal.spec b/SPECS/glassfish-legal.spec new file mode 100644 index 0000000..c1274f0 --- /dev/null +++ b/SPECS/glassfish-legal.spec @@ -0,0 +1,75 @@ +%{?scl:%scl_package glassfish-legal} +%{!?scl:%global pkg_name %{name}} + +Name: %{?scl_prefix}glassfish-legal +Version: 1.1 +Release: 9.2%{?dist} +Summary: Legal License for glassfish code +License: CDDL or GPLv2 with exceptions +URL: http://glassfish.java.net/ +# svn export https://svn.java.net/svn/glassfish~svn/tags/legal-1.1/ glassfish-legal-1.1 +# tar czf glassfish-legal-1.1-src-svn.tar.gz glassfish-legal-1.1 +Source0: %{pkg_name}-%{version}-src-svn.tar.gz + +BuildRequires: %{?scl_prefix}glassfish-master-pom +BuildRequires: %{?scl_prefix}maven-local +BuildRequires: %{?scl_prefix}maven-remote-resources-plugin + +Requires: %{?scl_prefix}glassfish-master-pom +BuildArch: noarch + +%description +An archive which contains license files for glassfish code. + +%prep +%setup -q -n %{pkg_name}-%{version} + +sed -i 's/\r//' src/main/resources/META-INF/LICENSE.txt +cp -p src/main/resources/META-INF/LICENSE.txt . + +%mvn_file :legal %{pkg_name} + +%build + +%mvn_build -- -Dproject.build.sourceEncoding=UTF-8 + +%install +%mvn_install + +%files -f .mfiles +%license LICENSE.txt + +%changelog +* Thu Jun 22 2017 Michael Simacek - 1.1-9.2 +- Mass rebuild 2017-06-22 + +* Wed Jun 21 2017 Java Maintainers - 1.1-9.1 +- Automated package import and SCL-ization + +* Fri Feb 10 2017 Fedora Release Engineering - 1.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Wed Feb 03 2016 Fedora Release Engineering - 1.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 1.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Tue Feb 03 2015 gil cattaneo 1.1-6 +- introduce license macro + +* Sat Jun 07 2014 Fedora Release Engineering - 1.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Fri Mar 28 2014 Michael Simacek - 1.1-4 +- Use Requires: java-headless rebuild (#1067528) + +* Sat Aug 03 2013 Fedora Release Engineering - 1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Mon Jul 08 2013 gil cattaneo 1.1-2 +- switch to XMvn +- minor changes to adapt to current guideline + +* Wed Jan 16 2013 gil cattaneo 1.1-1 +- initial rpm