mirror of
https://abf.rosa.ru/djam/cherrytree.git
synced 2025-02-23 14:22:47 +00:00
Version update with small spec fix
This commit is contained in:
parent
6f1daec5ab
commit
71d717a5a7
2 changed files with 6 additions and 2 deletions
3
.abf.yml
3
.abf.yml
|
@ -5,5 +5,6 @@ removed_sources:
|
|||
cherrytree-0.33.4.tar.xz: 0a5fd34324bae637e22b7e96adcc1828e936dd39
|
||||
cherrytree-0.34.0.tar.xz: 8af9fbd35aa346e70d40d3b58f1795308f5ae4e1
|
||||
cherrytree-0.34.1.tar.xz: 0048c3b7821d4785206fae32806a7ae5a3354dd3
|
||||
sources:
|
||||
cherrytree-0.35.3.tar.xz: 3b64a3dec4cb8d6d431d329dba015138d977c6a6
|
||||
sources:
|
||||
cherrytree-0.35.6.tar.xz: 09d2f91172e9be3d6cbaf82d33fb2ed0a5420098
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Name: cherrytree
|
||||
Version: 0.35.3
|
||||
Version: 0.35.6
|
||||
Release: 1
|
||||
Summary: Hierarchical note taking application
|
||||
|
||||
|
@ -42,6 +42,9 @@ rm -rf %{buildroot}%{_datadir}/mime-info/
|
|||
# menu entry check
|
||||
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
|
||||
|
||||
#fix icon file permissions
|
||||
chmod 0644 %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%files -f %{name}.lang
|
||||
|
|
Loading…
Add table
Reference in a new issue