Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions SPECS-EXTENDED/bsf/bsf.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: Bean Scripting Framework
Name: bsf
Version: 2.4.0
Release: 19%{?dist}
Release: 20%{?dist}
License: Apache-2.0
Vendor: Microsoft Corporation
Distribution: Azure Linux
Expand Down Expand Up @@ -85,17 +85,23 @@ install -DTm 644 %{SOURCE1} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -pr build/javadocs/* %{buildroot}%{_javadocdir}/%{name}
mv %{buildroot}%{_javadocdir}/%{name}/legal/ADDITIONAL_LICENSE_INFO .
mv %{buildroot}%{_javadocdir}/%{name}/legal/LICENSE .
%fdupes -s %{buildroot}%{_javadocdir}/%{name}

%files -f .mfiles
%license LICENSE.txt NOTICE.txt
%doc AUTHORS.txt CHANGES.txt README.txt TODO.txt RELEASE-NOTE.txt

%files javadoc
%license LICENSE.txt NOTICE.txt
%license LICENSE LICENSE.txt NOTICE.txt ADDITIONAL_LICENSE_INFO
%{_javadocdir}/%{name}

%changelog
* Fri Jan 02 2026 Sumit Jena <v-sumitjena@microsoft.com> - 2.4.0-20
- Fixed License Warnings.
- Added additional License file.

* Tue Jan 03 2023 Sumedh Sharma <sumsharma@microsoft.com> - 2.4.0-19
- License verified

Expand Down
40 changes: 40 additions & 0 deletions SPECS-EXTENDED/rhino/rhino-1.7.15.1.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
<version>1.7.15.1</version>
<name>rhino</name>
<description>
Rhino is an open-source implementation of JavaScript written entirely in Java.
It is typically embedded into Java applications to provide scripting to end users.
Full jar including tools, excluding the JSR-223 Script Engine wrapper.
</description>
<url>https://mozilla.github.io/rhino/</url>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<licenses>
<license>
<name>Mozilla Public License, Version 2.0</name>
<url>http://www.mozilla.org/MPL/2.0/index.txt</url>
</license>
</licenses>
<scm>
<connection>scm:git:git@github.com:mozilla/rhino.git</connection>
<developerConnection>scm:git:git@github.com:mozilla/rhino.git</developerConnection>
<url>git@github.com:mozilla/rhino.git</url>
</scm>
<organization>
<name>The Mozilla Foundation</name>
<url>http://www.mozilla.org</url>
</organization>
<developers>
<developer>
<name>Greg Brail</name>
<email>gbrail@users.noreply.github.com</email>
</developer>
</developers>
</project>
33 changes: 0 additions & 33 deletions SPECS-EXTENDED/rhino/rhino-addOrbitManifest.patch

This file was deleted.

175 changes: 0 additions & 175 deletions SPECS-EXTENDED/rhino/rhino-build.patch

This file was deleted.

Loading
Loading