Compare commits
No commits in common. "rawhide" and "f42" have entirely different histories.
3 changed files with 28 additions and 19 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (udpcast-20250223.tar.gz) = 7b5cfee630ec44d3598cb37a08a3b1c5a757d30c8e7703c89c87fb23bd9095391ee9922d78ec77dde9a3968e1384fbf7d0ecb864eb7b4b65903ddfaa6b400537
|
||||
SHA512 (udpcast-20211207.tar.gz) = 89010c781d99a60e335213e88867c9114b51f3d75bd4ebfa38bcd1382e5925be4f316faf8c24ea55b087edb2115e18b5fd3cceac70a65371f91227528d218e89
|
||||
|
|
|
|||
22
udpcast-20211207-makefile-in.patch
Normal file
22
udpcast-20211207-makefile-in.patch
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
diff -uNr udpcast-20211207-orig/Makefile.in udpcast-20211207/Makefile.in
|
||||
--- udpcast-20211207-orig/Makefile.in 2025-02-04 15:56:20.527523976 +0100
|
||||
+++ udpcast-20211207/Makefile.in 2025-02-04 15:57:07.007771048 +0100
|
||||
@@ -4,6 +4,7 @@
|
||||
|
||||
prefix = @prefix@
|
||||
bindir = @bindir@
|
||||
+sbindir = @sbindir@
|
||||
infodir = @infodir@
|
||||
mandir = @mandir@
|
||||
datarootdir = @datarootdir@
|
||||
@@ -54,8 +55,8 @@
|
||||
rm -f Makefile config.status config.log config.h
|
||||
|
||||
install: udp-sender udp-receiver rateGovernor.h
|
||||
- install -d $(DESTDIR)$(prefix)/sbin
|
||||
- install -m 755 udp-sender udp-receiver $(DESTDIR)$(prefix)/sbin
|
||||
+ install -d $(DESTDIR)$(sbindir)
|
||||
+ install -m 755 udp-sender udp-receiver $(DESTDIR)$(sbindir)
|
||||
install -d $(DESTDIR)$(mandir)/man1
|
||||
install -m 644 udp-sender.1 udp-receiver.1 $(DESTDIR)$(mandir)/man1
|
||||
install -d $(DESTDIR)$(prefix)/include/udpcast
|
||||
23
udpcast.spec
23
udpcast.spec
|
|
@ -1,7 +1,7 @@
|
|||
Name: udpcast
|
||||
Summary: UDP broadcast file distribution and installation
|
||||
Version: 20250223
|
||||
Release: 1%{?dist}
|
||||
Version: 20211207
|
||||
Release: 10%{?dist}
|
||||
License: GPL-2.0-or-later AND BSD-2-Clause-first-lines AND MPL-1.1
|
||||
URL: http://udpcast.linux.lu/
|
||||
Source: https://www.udpcast.linux.lu/download/%{name}-%{version}.tar.gz
|
||||
|
|
@ -9,6 +9,9 @@ Source: https://www.udpcast.linux.lu/download/%{name}-%{version}.tar.gz
|
|||
# Fix console.c:89:7: warning: ignoring return value of 'read'
|
||||
Patch1: udpcast-20200328-read-warn.patch
|
||||
|
||||
# Fix hardcoded sbin dir
|
||||
Patch2: udpcast-20211207-makefile-in.patch
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
BuildRequires: m4
|
||||
|
|
@ -59,22 +62,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Sun Jul 26 2026 Artur Frenszek-Iwicki <fedora@svgames.pl> - 20250223-1
|
||||
- Update to v20250223
|
||||
- Drop Patch2 (sbindir fix - merged upstream)
|
||||
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 20211207-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 20211207-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 20211207-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Thu Feb 06 2025 Richard W.M. Jones <rjones@redhat.com> - 20211207-11
|
||||
- Bump and rebuild (RHBZ#2341475)
|
||||
|
||||
* Tue Feb 04 2025 Lukáš Zapletal <lzap+rpm@redhat.com> - 20211207-10
|
||||
- Updated licenses
|
||||
- Fedora sbin–>bin patch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue