public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jonathan Steffan <jsteffan@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/jigdo] epel10.2: Address pending jigdo bugs #675917 #645835 #587578
Date: Fri, 21 Aug 2026 18:59:26 GMT [thread overview]
Message-ID: <178733876682.1.12927925061554913213.rpms-jigdo-a5153875fec4@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/jigdo
Branch : epel10.2
Commit : a5153875fec478157bf35aa7e6ce768ff56aba62
Author : Jonathan Steffan <jsteffan@fedoraproject.org>
Date : 2011-09-10T16:54:42-07:00
Stats : +47/-20 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/jigdo/c/a5153875fec478157bf35aa7e6ce768ff56aba62?branch=epel10.2
Log:
Address pending jigdo bugs #675917 #645835 #587578
---
diff --git a/jigdo.spec b/jigdo.spec
index 6594242..dade6ca 100644
--- a/jigdo.spec
+++ b/jigdo.spec
@@ -1,20 +1,20 @@
-Name: jigdo
-Version: 0.7.3
-Release: 10%{?dist}
-Summary: Ease distribution of large files over the Internet
+Name: jigdo
+Version: 0.7.3
+Release: 11%{?dist}
+Summary: Ease distribution of large files over the Internet
-Group: Applications/Internet
+Group: Applications/Internet
# Exception is permission to link with OpenSSL
-License: GPLv2 with exceptions
-URL: http://atterer.net/jigdo/
-Source0: http://atterer.net/jigdo/%{name}-%{version}.tar.bz2
-Source1: jigdo.desktop
-Patch1: jigdo-0.7.1-debug.patch
-Patch2: jigdo-0.7.3-gcc43.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: db4-devel, bzip2-devel, curl-devel, /bin/awk, gettext
-BuildRequires: desktop-file-utils, gtk2-devel >= 0:2.0.6
-Requires: wget
+License: GPLv2 with exceptions
+URL: http://atterer.org/jigdo/
+Source0: http://atterer.org/sites/atterer/files/2009-08/jigdo/%{name}-%{version}.tar.bz2
+Source1: jigdo.desktop
+Patch1: jigdo-0.7.1-debug.patch
+Patch2: jigdo-0.7.3-gcc43.patch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: db4-devel, bzip2-devel, curl-devel, /bin/awk, gettext
+BuildRequires: desktop-file-utils, gtk2-devel >= 0:2.0.6
+Requires: wget
%description
Jigsaw Download, or short jigdo, is a tool designed to ease the
@@ -27,6 +27,15 @@ of any big file (such as the files contained within a CD/DVD image) to
create a special "template" file which makes reassembly of the big
file very easy for users who only have the pieces.
+%package gui
+Summary: Jigdo graphical interface
+Group: Applications/Internet
+Requires: jigdo = %{version}-%{release}
+
+%description gui
+GTK2 frontend to jigdo.
+
+
%prep
%setup -q
%patch1 -p1 -b .debug
@@ -41,33 +50,51 @@ rm -rf $RPM_BUILD_ROOT
make DESTDIR="$RPM_BUILD_ROOT" INSTALL_EXE="/usr/bin/install -c" install
# remove debian-specific script
rm -f $RPM_BUILD_ROOT%{_bindir}/jigdo-mirror \
- $RPM_BUILD_ROOT%{_mandir}/man?/jigdo-mirror*
+ $RPM_BUILD_ROOT%{_mandir}/man?/jigdo-mirror*
%find_lang %{name}
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
desktop-file-install --vendor fedora \
--dir $RPM_BUILD_ROOT/%{_datadir}/applications \
--add-category X-Fedora-Extra \
- %{SOURCE1}
+ %{SOURCE1}
# icon
mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
install -m 0644 -p gfx/jigdo-icon.png $RPM_BUILD_ROOT%{_datadir}/pixmaps
+# jigdo-mirror
+mkdir -p $RPM_BUILD_ROOT%{_bindir}
+install -m 0755 scripts/jigdo-mirror $RPM_BUILD_ROOT%{_bindir}/jigdo-mirror
+
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc changelog COPYING README THANKS doc/*.html doc/TechDetails.txt doc/README-bindist.txt
-%{_bindir}/*
+%{_bindir}/jigdo-file
+%{_bindir}/jigdo-lite
+%{_bindir}/jigdo-mirror
%dir %{_datadir}/%{name}
+%attr(0644,root,root) %{_mandir}/man[^3]/jigdo-file*
+%attr(0644,root,root) %{_mandir}/man[^3]/jigdo-lite*
+
+%files gui
+%defattr(-,root,root,-)
+%{_bindir}/jigdo
%{_datadir}/%{name}/*
-%{_datadir}/pixmaps/jigdo-icon.png
+%{_datadir}/pixmaps/*
%{_datadir}/applications/*
-%attr(0644,root,root) %{_mandir}/man[^3]/*
+%attr(0644,root,root) %{_mandir}/man[^3]/jigdo.*
+
%changelog
+* Sat Sep 10 2011 Jonathan Steffan <jsteffan@fedoraproject.org> - 0.7.3-11
+- Split out gui into sub-package (#675917)
+- Fix URL (#645835)
+- Fix missing jigdo-mirror (#587578)
+
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.3-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
reply other threads:[~2026-08-21 18:59 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=178733876682.1.12927925061554913213.rpms-jigdo-a5153875fec4@fedoraproject.org \
--to=jsteffan@fedoraproject.org \
--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