add yaml and fix spec
This commit is contained in:
parent
c79e288ca6
commit
f78762ec50
@ -11,7 +11,6 @@ BuildRequires: freeimage-devel
|
|||||||
BuildRequires: cmake(KF5Codecs)
|
BuildRequires: cmake(KF5Codecs)
|
||||||
BuildRequires: cmake(KF5SyntaxHighlighting)
|
BuildRequires: cmake(KF5SyntaxHighlighting)
|
||||||
BuildRequires: pkgconfig(dtkwidget) >= 5.1
|
BuildRequires: pkgconfig(dtkwidget) >= 5.1
|
||||||
#BuildRequires: pkgconfig(dtkwm)
|
|
||||||
BuildRequires: pkgconfig(libexif)
|
BuildRequires: pkgconfig(libexif)
|
||||||
BuildRequires: pkgconfig(xcb-aux)
|
BuildRequires: pkgconfig(xcb-aux)
|
||||||
BuildRequires: pkgconfig(xtst)
|
BuildRequires: pkgconfig(xtst)
|
||||||
@ -35,7 +34,6 @@ Requires: dde-qt5integration
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# help find (and prefer) qt5 utilities, e.g. qmake, lrelease
|
|
||||||
export PATH=%{_qt5_bindir}:$PATH
|
export PATH=%{_qt5_bindir}:$PATH
|
||||||
%cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_BUILD_TYPE=Release .
|
%cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_BUILD_TYPE=Release .
|
||||||
%make_build
|
%make_build
|
||||||
@ -55,23 +53,5 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop ||:
|
|||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Mar 13 2019 Robin Lee <cheeselee@fedoraproject.org> - 1.2.6.3-3
|
* Thu Jul 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.6.1-3
|
||||||
- Requires private Qt symbols
|
- Package init
|
||||||
|
|
||||||
* Thu Feb 28 2019 Robin Lee <cheeselee@fedoraproject.org> - 1.2.6.3-2
|
|
||||||
- Fix translations
|
|
||||||
|
|
||||||
* Sat Feb 9 2019 mosquito <sensor.wen@gmail.com> - 1.2.6.3-1
|
|
||||||
- Update to 1.2.6.3
|
|
||||||
|
|
||||||
* Thu Jan 31 2019 mosquito <sensor.wen@gmail.com> - 1.2.6.2-1
|
|
||||||
- Update to 1.2.6.2
|
|
||||||
|
|
||||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Nov 9 2018 mosquito <sensor.wen@gmail.com> - 1.1.1-1
|
|
||||||
- Update to 1.1.1
|
|
||||||
|
|
||||||
* Mon Jul 23 2018 mosquito <sensor.wen@gmail.com> - 0.0.5-1
|
|
||||||
- Initial package build
|
|
||||||
|
|||||||
4
deepin-editor.yaml
Normal file
4
deepin-editor.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: linuxdeepin/deepin-editor
|
||||||
|
tag_prefix: ^v
|
||||||
|
seperator: .
|
||||||
Loading…
x
Reference in New Issue
Block a user