Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a2bc26170d |
@@ -1,9 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 20 15:42:14 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
||||
%patchN
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 10 01:26:06 UTC 2023 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||
|
||||
|
||||
@@ -59,7 +59,9 @@ Utempter is a privileged helper for utmp and wtmp updates. This
|
||||
package contains the library used by applications.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n lib%{name}-%{version}
|
||||
%setup -q -n lib%{name}-%{version}
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} RPM_OPT_FLAGS="%{optflags} -fPIC" CC="gcc" libexecdir=%{_libexecdir}
|
||||
|
||||
Reference in New Issue
Block a user