SHA256
1
0
forked from pool/libcdio

Accepting request 1153569 from home:pgajdos:l

- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN

OBS-URL: https://build.opensuse.org/request/show/1153569
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libcdio?expand=0&rev=72
This commit is contained in:
Takashi Iwai 2024-03-01 15:03:18 +00:00 committed by Git OBS Bridge
parent 35531e8e1b
commit 5cfe9901bf
3 changed files with 8 additions and 3 deletions

View File

@ -47,7 +47,7 @@ This package contains a number of utility programs that make use of
libcdio. libcdio.
%prep %prep
%setup -q -n libcdio-%{version} %autosetup -p1 -n libcdio-%{version}
%define buildir ${PWD} %define buildir ${PWD}

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 29 15:42:28 UTC 2024 - pgajdos@suse.com
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 24 08:16:11 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org> Mon Apr 24 08:16:11 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -117,8 +117,7 @@ This subpackage contains libraries and header files for developing
applications that want to make use of the cdio libraries. applications that want to make use of the cdio libraries.
%prep %prep
%setup -q %autosetup -p1
%patch0 -p1
%build %build
%configure \ %configure \