Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
23e3a9b7dd | ||
|
ccd48fe51e | ||
|
3c343497f8 | ||
|
fd69fb87d5 | ||
|
9027b55885 | ||
|
819d359f39 | ||
|
bd77bfa0c4 | ||
|
9192d2818a |
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +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.5.tar.gz) = aaaeb2a9099d41d3daf1c6a047b7a2c9211db2cbf14e532c8907751d3e7d2c3efd47f6a7dcf11b5df988e35a01b23313bde930713f14eb4ab24555c6c563d71f
|
||||
SHA512 (tikzit-2.1.6.tar.gz) = e93249d1206f8af1c54a5a73aee0958dda75f21ef8c9a1301826f37c7bcc8764ff9d00b9acfe46ed98f30385f212138b6c93270b7d7fbe2b0efbec977945bd73
|
||||
|
36
tikzit.spec
36
tikzit.spec
@ -1,12 +1,13 @@
|
||||
Name: tikzit
|
||||
URL: https://tikzit.github.io/
|
||||
Version: 2.1.5
|
||||
Release: 2%{?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,31 +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
|
||||
* 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
|
||||
%autochangelog
|
||||
|
Loading…
Reference in New Issue
Block a user