Dominique Leuenberger 2021-09-02 21:20:29 +00:00 committed by Git OBS Bridge
commit 5fcf5f9af1
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 2 14:42:48 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Fix rpmlint errors.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 10 07:17:16 UTC 2020 - aloisio@gmx.com Tue Nov 10 07:17:16 UTC 2020 - aloisio@gmx.com

View File

@ -39,11 +39,13 @@ access to nearly all of the libgphoto2 functions, although sometimes
in a nonstandard manner. in a nonstandard manner.
%prep %prep
%setup -q -n gphoto2-%{version} %autosetup -p1 -n gphoto2-%{version}
%patch0 -p1
# remove unwanted shebang # remove unwanted shebang
sed -e '1d' -i examples/*.py sed -e '1d' -i examples/*.py
# E: spurious-executable-perm
chmod -x examples/*.py
%build %build
%python_build %python_build