public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/treelayout] epel10: use upstream source archive
@ 2026-07-22 19:40 gil
  0 siblings, 0 replies; only message in thread
From: gil @ 2026-07-22 19:40 UTC (permalink / raw)
  To: git-commits

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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-22 19:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-22 19:40 [rpms/treelayout] epel10: use upstream source archive gil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox