Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
d141581658 |
@@ -1,9 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Thu Feb 29 15:27:54 UTC 2024 - pgajdos@suse.com
|
|
||||||
|
|
||||||
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
|
||||||
%patchN
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 14 08:23:26 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Wed Aug 14 08:23:26 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@@ -75,7 +75,10 @@ Provides: %{name} = %{version}-%{release}
|
|||||||
Command-line utilities to inspect and control AV/C hardware.
|
Command-line utilities to inspect and control AV/C hardware.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
%patch1 -p1
|
||||||
|
%patch2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fvi
|
autoreconf -fvi
|
||||||
|
Reference in New Issue
Block a user