public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/jigdo] epel10: fix the BR: db4-devel to BR: libdb-devel
@ 2026-08-21 17:27 Parag Nemade
  0 siblings, 0 replies; only message in thread
From: Parag Nemade @ 2026-08-21 17:27 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/jigdo
Branch : epel10
Commit : 9444ea4952fa111ffeea86b3f546498c5a146111
Author : Parag Nemade <panemade@gmail.com>
Date   : 2012-08-05T21:14:07+05:30
Stats  : +6/-8 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/jigdo/c/9444ea4952fa111ffeea86b3f546498c5a146111?branch=epel10

Log:
fix the BR: db4-devel to BR: libdb-devel

---
diff --git a/jigdo.spec b/jigdo.spec
index e37cce8..07a8daf 100644
--- a/jigdo.spec
+++ b/jigdo.spec
@@ -1,6 +1,6 @@
 Name:          jigdo
 Version:       0.7.3
-Release:       14%{?dist}
+Release:       15%{?dist}
 Summary:       Ease distribution of large files over the Internet
 
 Group:         Applications/Internet
@@ -11,8 +11,7 @@ Source0:       http://atterer.org/sites/atterer/files/2009-08/jigdo/%{name}-%{ve
 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: libdb-devel, bzip2-devel, curl-devel, /bin/awk, gettext
 BuildRequires: desktop-file-utils, gtk2-devel >= 0:2.0.6
 Requires:      wget
 
@@ -42,11 +41,10 @@ GTK2 frontend to jigdo.
 %patch2 -p1 -b .gcc43
 
 %build
-%configure
+%configure --with-libdb=-ldb
 make %{?_smp_mflags}
 
 %install
-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 \
@@ -67,9 +65,6 @@ install -m 0644 -p gfx/jigdo-icon.png $RPM_BUILD_ROOT%{_datadir}/pixmaps
 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
@@ -90,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Aug 04 2012 Parag Nemade <paragn AT fedoraproject DOT org> - 0.7.3-15
+- fix the BR: db4-devel to BR: libdb-devel
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.3-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 

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

only message in thread, other threads:[~2026-08-21 17:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-21 17:27 [rpms/jigdo] epel10: fix the BR: db4-devel to BR: libdb-devel Parag Nemade

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