|
|
af931a |
%global srcname actdiag
|
|
|
af931a |
%global srcdesc \
|
|
|
af931a |
actdiag and its family generate diagram images from simply text file.\
|
|
|
af931a |
\
|
|
|
af931a |
Features:\
|
|
|
af931a |
- Generates beautiful diagram images from simple text format (similar to\
|
|
|
af931a |
graphviz’s DOT format)\
|
|
|
af931a |
- Layouts diagram elements automatically\
|
|
|
af931a |
- Embeds to many documentations; Sphinx, Trac, Redmine and some wikis\
|
|
|
af931a |
\
|
|
|
af931a |
- Supports many types of diagrams\
|
|
|
af931a |
- activity diagram (with this package)\
|
|
|
af931a |
- block diagram (with the blockdiag package)\
|
|
|
af931a |
- sequence diagram (with the seqdiag package)\
|
|
|
af931a |
- logical network diagram (with the nwdiag package)\
|
|
|
af931a |
\
|
|
|
af931a |
Enjoy documentation with actdiag !
|
|
|
af931a |
|
|
|
af931a |
Name: python-%{srcname}
|
|
|
af931a |
Version: 2.0.0
|
|
|
af931a |
Release: 5%{?dist}
|
|
|
af931a |
Summary: Actdiag generates activity-diagram images from text
|
|
|
af931a |
|
|
|
af931a |
License: ASL 2.0
|
|
|
af931a |
URL: http://blockdiag.com/
|
|
|
af931a |
Source: %pypi_source
|
|
|
af931a |
|
|
|
af931a |
BuildArch: noarch
|
|
|
af931a |
BuildRequires: python3-devel
|
|
|
af931a |
%if 0
|
|
|
af931a |
BuildRequires: python3-blockdiag-devel
|
|
|
af931a |
%endif
|
|
|
af931a |
BuildRequires: %{py3_dist docutils}
|
|
|
af931a |
BuildRequires: %{py3_dist nose}
|
|
|
af931a |
BuildRequires: %{py3_dist pillow}
|
|
|
af931a |
BuildRequires: %{py3_dist reportlab}
|
|
|
af931a |
BuildRequires: %{py3_dist setuptools}
|
|
|
af931a |
|
|
|
af931a |
|
|
|
af931a |
%description %{srcdesc}
|
|
|
af931a |
|
|
|
af931a |
|
|
|
af931a |
%package -n %{srcname}
|
|
|
af931a |
Summary: %{summary}
|
|
|
af931a |
Requires: python3-%{srcname} = %{version}-%{release}
|
|
|
af931a |
|
|
|
af931a |
|
|
|
af931a |
%description -n %{srcname} %{srcdesc}
|
|
|
af931a |
|
|
|
af931a |
|
|
|
af931a |
%package -n python3-%{srcname}
|
|
|
af931a |
Summary: Python 3 module for %{srcname}
|
|
|
af931a |
%{?python_provide:%python_provide python3-%{srcname}}
|
|
|
af931a |
|
|
|
af931a |
|
|
|
af931a |
%description -n python3-%{srcname}
|
|
|
af931a |
%{summary}.
|
|
|
af931a |
|
|
|
af931a |
|
|
|
af931a |
%prep
|
|
|
af931a |
%autosetup -n %{srcname}-%{version} -p1
|
|
|
af931a |
|
|
|
af931a |
|
|
|
af931a |
%build
|
|
|
af931a |
%py3_build
|
|
|
af931a |
|
|
|
af931a |
|
|
|
af931a |
%install
|
|
|
af931a |
%py3_install
|
|
|
af931a |
install -m 0644 -D %{srcname}.1 %{buildroot}%{_mandir}/man1/%{srcname}.1
|
|
|
af931a |
|
|
|
af931a |
|
|
|
af931a |
%if 0
|
|
|
af931a |
%check
|
|
|
af931a |
%{__python3} setup.py test
|
|
|
af931a |
%endif
|
|
|
af931a |
|
|
|
af931a |
|
|
|
af931a |
%files -n %{srcname}
|
|
|
af931a |
%license LICENSE
|
|
|
af931a |
%doc README.rst
|
|
|
af931a |
%{_bindir}/%{srcname}
|
|
|
af931a |
%{_mandir}/man1/%{srcname}.1*
|
|
|
af931a |
|
|
|
af931a |
|
|
|
af931a |
%files -n python3-%{srcname}
|
|
|
af931a |
%license LICENSE
|
|
|
af931a |
%doc PKG-INFO README.rst
|
|
|
af931a |
%{python3_sitelib}/__pycache__/*
|
|
|
af931a |
%{python3_sitelib}/%{srcname}*
|
|
|
af931a |
%exclude %{python3_sitelib}/%{srcname}/tests
|
|
|
af931a |
|
|
|
af931a |
|
|
|
af931a |
%changelog
|
|
|
af931a |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-5
|
|
|
af931a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
af931a |
|
|
|
af931a |
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-4
|
|
|
af931a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
af931a |
|
|
|
af931a |
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 2.0.0-3
|
|
|
af931a |
- Rebuilt for Python 3.9
|
|
|
af931a |
|
|
|
af931a |
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-2
|
|
|
af931a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
af931a |
|
|
|
af931a |
* Sun Jan 26 2020 Dridi Boukelmoune <dridi@fedoraproject.org> - 2.0.0-1
|
|
|
af931a |
- Bunp version to 2.0
|
|
|
af931a |
- Drop pep8-related uptsteam patch
|
|
|
af931a |
|
|
|
af931a |
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.5.4-18
|
|
|
af931a |
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
|
af931a |
|
|
|
af931a |
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.5.4-17
|
|
|
af931a |
- Rebuilt for Python 3.8
|
|
|
af931a |
|
|
|
af931a |
* Tue Aug 13 2019 Dridi Boukelmoune <dridi@fedoraproject.org> - 0.5.4-16
|
|
|
af931a |
- Drop pep8 dependency
|
|
|
af931a |
|
|
|
af931a |
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.4-15
|
|
|
af931a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
af931a |
|
|
|
af931a |
* Sat Apr 20 2019 Dridi Boukelmoune <dridi@fedoraproject.org> - 0.5.4-14
|
|
|
af931a |
- Move the actdiag command to its own package
|
|
|
af931a |
- Temporarilly disable the test suite
|
|
|
af931a |
|
|
|
af931a |
* Tue Feb 05 2019 Dridi Boukelmoune <dridi@fedoraproject.org> - 0.5.4-13
|
|
|
af931a |
- Catch up with packaging guidelines
|
|
|
af931a |
- In general, use recommended RPM macros
|
|
|
af931a |
- Drop the Python 2 package
|
|
|
af931a |
- Inline package description
|
|
|
af931a |
|
|
|
af931a |
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.4-12
|
|
|
af931a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
af931a |
|
|
|
af931a |
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.4-11
|
|
|
af931a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
af931a |
|
|
|
af931a |
* Sun Jul 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.4-10
|
|
|
af931a |
- Explicit reference to /usr/bin/python2
|
|
|
af931a |
|
|
|
af931a |
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.5.4-9
|
|
|
af931a |
- Rebuilt for Python 3.7
|
|
|
af931a |
|
|
|
af931a |
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.4-8
|
|
|
af931a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
af931a |
|
|
|
af931a |
* Mon Jan 15 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.5.4-7
|
|
|
af931a |
- Update Python 2 dependency declarations to new packaging standards
|
|
|
af931a |
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
af931a |
|
|
|
af931a |
* Thu Aug 10 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.5.4-6
|
|
|
af931a |
- Python 2 binary package renamed to python2-actdiag
|
|
|
af931a |
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
|
|
af931a |
|
|
|
af931a |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.4-5
|
|
|
af931a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
af931a |
|
|
|
af931a |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.4-4
|
|
|
af931a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
af931a |
|
|
|
af931a |
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.5.4-3
|
|
|
af931a |
- Rebuild for Python 3.6
|
|
|
af931a |
|
|
|
af931a |
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.4-2
|
|
|
af931a |
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
af931a |
|
|
|
af931a |
* Mon Feb 22 2016 Dridi Boukelmoune <dridi@fedoraproject.org> - 0.5.4-1
|
|
|
af931a |
- Bumped to 0.5.4
|
|
|
af931a |
|
|
|
af931a |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-7
|
|
|
af931a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
af931a |
|
|
|
af931a |
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-6
|
|
|
af931a |
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
|
|
af931a |
|
|
|
af931a |
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-5
|
|
|
af931a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
af931a |
|
|
|
af931a |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-4
|
|
|
af931a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
af931a |
|
|
|
af931a |
* Mon May 19 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 0.5.1-3
|
|
|
af931a |
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
|
|
|
af931a |
|
|
|
af931a |
* Tue Mar 04 2014 Dridi Boukelmoune <dridi@fedoraproject.org> - 0.5.1-2
|
|
|
af931a |
- Fixed changelog format.
|
|
|
af931a |
- Fixed man page permissions.
|
|
|
af931a |
|
|
|
af931a |
* Sun Mar 02 2014 Dridi Boukelmoune <dridi@fedoraproject.org> - 0.5.1-1
|
|
|
af931a |
- Initial version.
|