parent
527b2c3c9a
commit
de7b119941
2 changed files with 6 additions and 1 deletions
|
@ -6,9 +6,9 @@
|
|||
Name: harbour-fernschreiber
|
||||
|
||||
# >> macros
|
||||
# << macros
|
||||
%define __provides_exclude_from ^%{_datadir}/.*$
|
||||
%define __requires_exclude ^libtdjson.*$
|
||||
# << macros
|
||||
|
||||
Summary: Fernschreiber is a Telegram client for Sailfish OS
|
||||
Version: 0.17
|
||||
|
|
|
@ -30,6 +30,11 @@ PkgConfigBR:
|
|||
- nemonotifications-qt5
|
||||
- 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
|
||||
PkgBR:
|
||||
- gperf
|
||||
|
|
Loading…
Reference in a new issue