SHA256
1
0
forked from pool/lilv

Accepting request 1100330 from home:anag:branches:multimedia:libs

- Avoid  __pycache__ directory with meson 1.2.0

OBS-URL: https://build.opensuse.org/request/show/1100330
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=45
This commit is contained in:
Dave Plater 2023-07-24 10:01:10 +00:00 committed by Git OBS Bridge
parent 649fd7193f
commit d4c357dfac
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 21 13:17:47 UTC 2023 - Ana Guerrero <ana.guerrero@suse.com>
- Avoid __pycache__ directory with meson 1.2.0
-------------------------------------------------------------------
Mon Dec 26 11:45:08 UTC 2022 - Konstantin Voinov <kv@kott.no-ip.biz>

View File

@ -1,7 +1,7 @@
#
# spec file for package lilv
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -127,6 +127,6 @@ rmdir %{buildroot}%{_sysconfdir}/bash_completion.d
%endif
%files -n python3-lilv
%{python3_sitelib}/lilv.py
%{python_sitelib}/*.py
%changelog