Accepting request 915809 from graphics
OBS-URL: https://build.opensuse.org/request/show/915809 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gphoto2?expand=0&rev=9
This commit is contained in:
commit
5fcf5f9af1
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user