public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Mikolaj Izdebski <mizdebsk@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/apache-commons-collections4] epel10: Initial packaging
Date: Thu, 23 Jul 2026 14:05:00 GMT [thread overview]
Message-ID: <178481550014.1.8267230014904603171.rpms-apache-commons-collections4-693d6a4e7139@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/apache-commons-collections4
Branch : epel10
Commit : 693d6a4e7139f93b51093cadfaf110f4b045157a
Author : Mikolaj Izdebski <mizdebsk@redhat.com>
Date : 2014-02-10T16:22:59+01:00
Stats : +48/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/apache-commons-collections4/c/693d6a4e7139f93b51093cadfaf110f4b045157a?branch=epel10
Log:
Initial packaging
---
diff --git a/.gitignore b/.gitignore
index e69de29..9584ead 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/commons-collections4-4.0-src.tar.gz
diff --git a/apache-commons-collections4.spec b/apache-commons-collections4.spec
new file mode 100644
index 0000000..c13f068
--- /dev/null
+++ b/apache-commons-collections4.spec
@@ -0,0 +1,46 @@
+Summary: Extension of the Java Collections Framework
+Name: apache-commons-collections4
+Version: 4.0
+Release: 1%{?dist}
+License: ASL 2.0
+URL: http://commons.apache.org/proper/commons-collections/
+BuildArch: noarch
+
+Source0: http://www.apache.org/dist/commons/collections/source/commons-collections4-4.0-src.tar.gz
+
+BuildRequires: maven-local
+BuildRequires: mvn(junit:junit)
+BuildRequires: mvn(org.apache.commons:commons-parent)
+BuildRequires: mvn(org.apache.maven.plugins:maven-checkstyle-plugin)
+BuildRequires: mvn(org.easymock:easymock)
+
+%description
+Commons-Collections seek to build upon the JDK classes by providing
+new interfaces, implementations and utilities.
+
+%package javadoc
+Summary: API documentation for %{name}
+
+%description javadoc
+This package provides %{summary}.
+
+%prep
+%setup -q -n commons-collections4-%{version}-src
+%mvn_file : %{name} commons-collections4
+
+%build
+%mvn_build
+
+%install
+%mvn_install
+
+%files -f .mfiles
+%doc README.txt RELEASE-NOTES.txt
+%doc LICENSE.txt NOTICE.txt
+
+%files javadoc -f .mfiles-javadoc
+%doc LICENSE.txt NOTICE.txt
+
+%changelog
+* Mon Jan 27 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0-1
+- Initial packaging
diff --git a/sources b/sources
index e69de29..3092896 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+d0f1e679725945eaf3e2f0c0a33532a5 commons-collections4-4.0-src.tar.gz
reply other threads:[~2026-07-23 14:05 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178481550014.1.8267230014904603171.rpms-apache-commons-collections4-693d6a4e7139@fedoraproject.org \
--to=mizdebsk@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox