Compare commits

...

3 Commits
rawhide ... f32

Author SHA1 Message Date
W. Michael Petullo 5045013451 New upstream version
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-09-10 19:51:32 -05:00
W. Michael Petullo b2d51af2c7 Require qt5-qtsvg to fix https://github.com/tikzit/tikzit/issues/84
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-08-13 01:28:24 -05:00
W. Michael Petullo 2876e30ead New upstream version
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-05-08 17:08:10 -05:00
3 changed files with 18 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
/tikzit-2.0.tar.gz
/tikzit-2.1.4.tar.gz
/tikzit-2.1.5.tar.gz
/tikzit-2.1.6.tar.gz

View File

@ -1 +1 @@
SHA512 (tikzit-2.1.4.tar.gz) = 21747a5632b12c02146bfb6a2c6691c85df2bb250c344588c4c061284812ccd11704a2b40b8fc7e05a63ff6448978780104f0c2b64638eefbf4ce7276a122892
SHA512 (tikzit-2.1.6.tar.gz) = e93249d1206f8af1c54a5a73aee0958dda75f21ef8c9a1301826f37c7bcc8764ff9d00b9acfe46ed98f30385f212138b6c93270b7d7fbe2b0efbec977945bd73

View File

@ -1,12 +1,12 @@
Name: tikzit
URL: https://tikzit.github.io/
Version: 2.1.4
Release: 4%{?dist}
Version: 2.1.6
Release: 1%{?dist}
License: GPLv3+
Summary: Diagram editor for pgf/TikZ
Source: https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
Requires: hicolor-icon-theme
Requires: hicolor-icon-theme qt5-qtsvg
BuildRequires: gcc-c++
BuildRequires: flex
BuildRequires: bison
@ -31,7 +31,7 @@ sed -i "s|\r||g" README.md
%install
%make_install INSTALL_ROOT="%{buildroot}"
install -m 644 -D tex/sample/tikzit.sty %{buildroot}%{_datadir}/texlive/texmf-local/tex/latex/tikzit/tikzit.sty
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
%files
@ -42,9 +42,20 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/icons/hicolor/*/apps/%{name}.svg
%{_datadir}/applications/%{name}.desktop
%{_datadir}/texlive/texmf-local/tex/latex/tikzit/tikzit.sty
%{_mandir}/man1/tikzit.1.gz
%changelog
* Thu Sep 10 2020 W. Michael Petullo <mike@flyn.org> 2.1.6-1
- New upstream version
- Include tikzit.sty in package
* Thu Aug 13 2020 W. Michael Petullo <mike@flyn.org> 2.1.5-2
- Require qt5-qtsvg to fix https://github.com/tikzit/tikzit/issues/84
* Fri May 08 2020 W. Michael Petullo <mike@flyn.org> 2.1.5-1
- New upstream version
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild