parent
527b2c3c9a
commit
de7b119941
2 changed files with 6 additions and 1 deletions
|
@ -6,9 +6,9 @@
|
||||||
Name: harbour-fernschreiber
|
Name: harbour-fernschreiber
|
||||||
|
|
||||||
# >> macros
|
# >> macros
|
||||||
|
# << macros
|
||||||
%define __provides_exclude_from ^%{_datadir}/.*$
|
%define __provides_exclude_from ^%{_datadir}/.*$
|
||||||
%define __requires_exclude ^libtdjson.*$
|
%define __requires_exclude ^libtdjson.*$
|
||||||
# << macros
|
|
||||||
|
|
||||||
Summary: Fernschreiber is a Telegram client for Sailfish OS
|
Summary: Fernschreiber is a Telegram client for Sailfish OS
|
||||||
Version: 0.17
|
Version: 0.17
|
||||||
|
|
|
@ -30,6 +30,11 @@ PkgConfigBR:
|
||||||
- nemonotifications-qt5
|
- nemonotifications-qt5
|
||||||
- openssl
|
- openssl
|
||||||
|
|
||||||
|
# NB: spectacle has a bug where it will remove custom "#<< macros" lines, so define them here:
|
||||||
|
Macros:
|
||||||
|
- '__provides_exclude_from;^%{_datadir}/.*$'
|
||||||
|
- '__requires_exclude;^libtdjson.*$'
|
||||||
|
|
||||||
# Build dependencies without a pkgconfig setup can be listed here
|
# Build dependencies without a pkgconfig setup can be listed here
|
||||||
PkgBR:
|
PkgBR:
|
||||||
- gperf
|
- gperf
|
||||||
|
|
Loading…
Reference in a new issue