[packages/home-etc] Rel 7
arekm
arekm at pld-linux.org
Sun Aug 23 14:29:43 CEST 2026
commit d7dd6da082132c46401f1c981ef8651725cc8952
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Aug 23 14:29:35 2026 +0200
Rel 7
home-etc-stdlib.patch | 11 +++++++++++
home-etc.spec | 5 +++--
2 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/home-etc.spec b/home-etc.spec
index 26bae99..b8e111e 100644
--- a/home-etc.spec
+++ b/home-etc.spec
@@ -2,12 +2,13 @@ Summary: HOME-ETC support programs and scripts
Summary(pl.UTF-8): Skrypty i programy zapewniające wsparcie dla HOME-ETC
Name: home-etc
Version: 1.0.9
-Release: 6
+Release: 7
Epoch: 1
License: LGPL v2+
Group: Base
Source0: ftp://ftp.pld-linux.org/people/siefca/distfiles/%{name}-%{version}.tar.gz
# Source0-md5: 628d3acd77458e291f753992d81977c4
+Patch0: %{name}-stdlib.patch
BuildRequires: autoconf >= 2.50
BuildRequires: automake
BuildRequires: libtool
@@ -100,6 +101,7 @@ które wyjaśniają w jaki sposób modyfikować istniejące aplikacje.
%prep
%setup -q
+%patch -P0 -p1
%build
%{__libtoolize}
@@ -112,7 +114,6 @@ które wyjaśniają w jaki sposób modyfikować istniejące aplikacje.
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_libexecdir}
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
diff --git a/home-etc-stdlib.patch b/home-etc-stdlib.patch
new file mode 100644
index 0000000..fa17dc3
--- /dev/null
+++ b/home-etc-stdlib.patch
@@ -0,0 +1,11 @@
+diff -urN orig/src/example3.c home-etc-1.0.9/src/example3.c
+--- home-etc-1.0.9.orig/src/example3.c 2004-02-19 01:12:34.000000000 +0100
++++ home-etc-1.0.9/src/example3.c 2026-08-23 14:23:56.031624853 +0200
+@@ -15,6 +15,7 @@
+ */
+
+ #include <stdio.h>
++#include <stdlib.h>
+
+ #define HAVE_HOME_ETC_H
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/home-etc.git/commitdiff/d7dd6da082132c46401f1c981ef8651725cc8952
More information about the pld-cvs-commit
mailing list