public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: gil <puntogil@libero.it>
To: git-commits@fedoraproject.org
Subject: [rpms/treelayout] epel10: use upstream source archive
Date: Wed, 22 Jul 2026 19:40:31 GMT [thread overview]
Message-ID: <178474923169.1.14725703679801589313.rpms-treelayout-1b3f8898aea1@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/treelayout
Branch : epel10
Commit : 1b3f8898aea12bd79dd33364867dfeecac3ba10a
Author : gil <puntogil@libero.it>
Date : 2015-10-21T09:15:16+02:00
Stats : +9/-15 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/treelayout/c/1b3f8898aea12bd79dd33364867dfeecac3ba10a?branch=epel10
Log:
use upstream source archive
---
diff --git a/.gitignore b/.gitignore
index 32a3ad0..2da4cbb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/treelayout-1.0.2.tar.xz
+/v1.0.2.tar.gz
diff --git a/sources b/sources
index 3bfbf61..a4731f5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-91a61c79bb993852d46490289b933a07 treelayout-1.0.2.tar.xz
+e4269b4bece8bab373852438bf1640f3 v1.0.2.tar.gz
diff --git a/treelayout.spec b/treelayout.spec
index c885c3e..03c11b7 100644
--- a/treelayout.spec
+++ b/treelayout.spec
@@ -1,26 +1,16 @@
%global core org.abego.treelayout
Name: treelayout
Version: 1.0.2
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Efficient and customizable Tree Layout Algorithm in Java
License: BSD
URL: http://treelayout.sourceforge.net/
-# svn export svn://svn.code.sf.net/p/treelayout/code/tags/REL-1.0.2 treelayout-1.0.2
-# tar cJf treelayout-1.0.2.tar.xz treelayout-1.0.2
-Source0: %{name}-%{version}.tar.xz
+Source0: https://github.com/abego/treelayout/archive/v%{version}.tar.gz
Source1: %{name}-project-pom.xml
BuildRequires: maven-local
BuildRequires: mvn(junit:junit)
-%if 0
-# Not available
-BuildRequires: mvn(org.netbeans.api:org-netbeans-api-visual:RELEASE67)
-%endif
-%if %{?fedora} > 20
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
-%else
-BuildRequires: mvn(org.sonatype.oss:oss-parent)
-%endif
BuildArch: noarch
@@ -47,7 +37,7 @@ This package contains javadoc for %{name}.
cp -p %{SOURCE1} pom.xml
sed -i "s|@VERSION@|%{version}|" pom.xml
-# build core and demo ... for now
+# Use org.netbeans.api:org-netbeans-api-visual:RELEASE67
%pom_disable_module %{core}.netbeans
%pom_disable_module %{core}.netbeans.demo
@@ -67,7 +57,6 @@ native2ascii -encoding UTF8 %{core}/src/main/java/org/abego/treelayout/package-i
%mvn_install
%files -f .mfiles-%{core}.core
-%dir %{_javadir}/%{name}
%doc CHANGES.txt
%license LICENSE.TXT
@@ -79,6 +68,10 @@ native2ascii -encoding UTF8 %{core}/src/main/java/org/abego/treelayout/package-i
%license LICENSE.TXT
%changelog
+* Wed Oct 21 2015 gil cattaneo <puntogil@libero.it> 1.0.2-3
+- use upstream source archive
+- remove duplicate file
+
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
reply other threads:[~2026-07-22 19:40 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=178474923169.1.14725703679801589313.rpms-treelayout-1b3f8898aea1@fedoraproject.org \
--to=puntogil@libero.it \
--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