Compare commits
13 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
23e3a9b7dd | ||
|
ccd48fe51e | ||
|
3c343497f8 | ||
|
fd69fb87d5 | ||
|
9027b55885 | ||
|
819d359f39 | ||
|
bd77bfa0c4 | ||
|
9192d2818a | ||
|
556eade38b | ||
|
c1e63b36dd | ||
|
d18285f78e | ||
|
e1f99aadc2 | ||
|
bd33b4a0c1 |
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
|
||||
|
41
changelog
Normal file
41
changelog
Normal file
@ -0,0 +1,41 @@
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.6-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Thu Sep 10 2020 W. Michael Petullo <mike@flyn.org> 2.1.6-3
|
||||
- New upstream version
|
||||
- Include tikzit.sty in package
|
||||
|
||||
* Thu Aug 13 2020 W. Michael Petullo <mike@flyn.org> 2.1.5-3
|
||||
- Require qt5-qtsvg to fix https://github.com/tikzit/tikzit/issues/84
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* 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
|
||||
|
||||
* Fri Jan 17 2020 Marek Kasik <mkasik@redhat.com> - 2.1.4-3
|
||||
- Rebuild for poppler-0.84.0
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Sun Feb 17 2019 W. Michael Petullo <mike@flyn.org> 2.1.4-1
|
||||
- New upstream version
|
||||
- BuildRequire poppler-qt5-devel
|
||||
- Install man page
|
||||
|
||||
* Thu Dec 06 2018 W. Michael Petullo <mike@flyn.org> 2.0-1
|
||||
- New upstream version
|
||||
|
||||
* Tue Nov 04 2014 Eric Smith <brouhaha@fedorapeople.org> 1.0-1
|
||||
- Initial version
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (tikzit-2.1.4.tar.gz) = 21747a5632b12c02146bfb6a2c6691c85df2bb250c344588c4c061284812ccd11704a2b40b8fc7e05a63ff6448978780104f0c2b64638eefbf4ce7276a122892
|
||||
SHA512 (tikzit-2.1.6.tar.gz) = e93249d1206f8af1c54a5a73aee0958dda75f21ef8c9a1301826f37c7bcc8764ff9d00b9acfe46ed98f30385f212138b6c93270b7d7fbe2b0efbec977945bd73
|
||||
|
21
tikzit.spec
21
tikzit.spec
@ -1,12 +1,13 @@
|
||||
Name: tikzit
|
||||
URL: https://tikzit.github.io/
|
||||
Version: 2.1.4
|
||||
Release: 1%{?dist}
|
||||
Version: 2.1.6
|
||||
Release: %autorelease
|
||||
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: make
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: flex
|
||||
BuildRequires: bison
|
||||
@ -31,7 +32,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,16 +43,8 @@ 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
|
||||
* Sun Feb 17 2019 W. Michael Petullo <mike@flyn.org> 2.1.4-1
|
||||
- New upstream version
|
||||
- BuildRequire poppler-qt5-devel
|
||||
- Install man page
|
||||
|
||||
* Thu Dec 06 2018 W. Michael Petullo <mike@flyn.org> 2.0-1
|
||||
- New upstream version
|
||||
|
||||
* Tue Nov 04 2014 Eric Smith <brouhaha@fedorapeople.org> 1.0-1
|
||||
- Initial version
|
||||
%autochangelog
|
||||
|
Loading…
Reference in New Issue
Block a user