rebuilt with libgit2 0.26.0 [release 17.04.3-2mamba;Thu Aug 10 2017]
This commit is contained in:
parent
00993a179d
commit
52c7c9b511
33
kate.spec
33
kate.spec
@ -1,6 +1,6 @@
|
|||||||
Name: kate
|
Name: kate
|
||||||
Version: 16.12.2
|
Version: 17.04.3
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A fast and advanced text editor
|
Summary: A fast and advanced text editor
|
||||||
Group: Graphical Desktop/Applications/Development
|
Group: Graphical Desktop/Applications/Development
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -50,6 +50,7 @@ BuildRequires: libstdc++6-devel
|
|||||||
BuildRequires: libthreadweaver-devel
|
BuildRequires: libthreadweaver-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
|
BuildRequires: libgit2-devel >= 0.26.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -84,6 +85,8 @@ This package is part of KDE4.
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%makeinstall -C build
|
||||||
|
|
||||||
|
%find_lang %{name}5_qt --with-qt --with-man --all-name || touch %{name}5_qt.lang
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -96,13 +99,22 @@ This package is part of KDE4.
|
|||||||
%{_datadir}/icons/hicolor/scalable/apps/kwrite.svgz
|
%{_datadir}/icons/hicolor/scalable/apps/kwrite.svgz
|
||||||
%dir %{_datadir}/doc/HTML/en/kwrite
|
%dir %{_datadir}/doc/HTML/en/kwrite
|
||||||
%{_datadir}/doc/HTML/en/kwrite/*
|
%{_datadir}/doc/HTML/en/kwrite/*
|
||||||
|
%lang(ca) %{_datadir}/doc/HTML/ca/kwrite
|
||||||
|
%lang(de) %{_datadir}/doc/HTML/de/kwrite
|
||||||
|
%lang(es) %{_datadir}/doc/HTML/es/kwrite
|
||||||
|
%lang(it) %{_datadir}/doc/HTML/it/kwrite
|
||||||
|
%lang(nl) %{_datadir}/doc/HTML/nl/kwrite
|
||||||
|
%lang(pt_BR) %{_datadir}/doc/HTML/pt_BR/kwrite
|
||||||
|
%lang(sv) %{_datadir}/doc/HTML/sv/kwrite
|
||||||
|
%lang(uk) %{_datadir}/doc/HTML/uk/kwrite
|
||||||
|
|
||||||
%files
|
%files -f %{name}5_qt.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/kate
|
%{_bindir}/kate
|
||||||
%{_libdir}/qt5/plugins/plasma/dataengine/plasma_engine_katesessions.so
|
%{_libdir}/qt5/plugins/plasma/dataengine/plasma_engine_katesessions.so
|
||||||
%{_libdir}/qt5/plugins/ktexteditor/*.so
|
%{_libdir}/qt5/plugins/ktexteditor/*.so
|
||||||
%{_datadir}/metainfo/org.kde.*.xml
|
%{_datadir}/metainfo/org.kde.kate.appdata.xml
|
||||||
|
%{_datadir}/metainfo/org.kde.plasma.katesessions.appdata.xml
|
||||||
%{_datadir}/applications/org.kde.kate.desktop
|
%{_datadir}/applications/org.kde.kate.desktop
|
||||||
%dir %{_datadir}/doc/HTML/en/kate
|
%dir %{_datadir}/doc/HTML/en/kate
|
||||||
%{_datadir}/doc/HTML/en/kate/*
|
%{_datadir}/doc/HTML/en/kate/*
|
||||||
@ -122,8 +134,21 @@ This package is part of KDE4.
|
|||||||
%dir %{_datadir}/katexmltools
|
%dir %{_datadir}/katexmltools
|
||||||
%{_datadir}/katexmltools/*
|
%{_datadir}/katexmltools/*
|
||||||
%{_mandir}/man1/kate.1*
|
%{_mandir}/man1/kate.1*
|
||||||
|
%lang(ca) %{_datadir}/doc/HTML/ca/kate*
|
||||||
|
%lang(de) %{_datadir}/doc/HTML/de/kate*
|
||||||
|
%lang(it) %{_datadir}/doc/HTML/it/kate*
|
||||||
|
%lang(nl) %{_datadir}/doc/HTML/nl/kate*
|
||||||
|
%lang(pt_BR) %{_datadir}/doc/HTML/pt_BR/kate*
|
||||||
|
%lang(sv) %{_datadir}/doc/HTML/sv/kate*
|
||||||
|
%lang(uk) %{_datadir}/doc/HTML/uk/kate*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 10 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 17.04.3-2mamba
|
||||||
|
- rebuilt with libgit2 0.26.0
|
||||||
|
|
||||||
|
* Thu Aug 10 2017 Automatic Build System <autodist@mambasoft.it> 17.04.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Mar 03 2017 Automatic Build System <autodist@mambasoft.it> 16.12.2-1mamba
|
* Fri Mar 03 2017 Automatic Build System <autodist@mambasoft.it> 16.12.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user