Summary: Graphical tool to make photo collage posters Name: photocollage Version: 1.4.3 Release: 2%{?dist} Url: https://github.com/adrienverge/PhotoCollage License: GPLv2+ Source0: http://adrienverge.fedorapeople.org/packages/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: gettext BuildRequires: desktop-file-utils Requires: python3-pillow >= 2.0 Requires: python3-cairo >= 1.10 Requires: python3-gobject >= 3.0 Requires: python3-six Requires: gettext >= 0.18 %description PhotoCollage allows you to create photo collage posters. It assembles the input photographs it is given to generate a big poster. Photos are automatically arranged to fill the whole poster, then you can change the final layout, dimensions, border or swap photos in the generated grid. Eventually the final poster image can be saved in any size. %prep %setup -q %build %{__python3} setup.py build %install %{__python3} setup.py install -O1 --root %{buildroot} %find_lang %{name} desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop %post touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : %postun if [ $1 -eq 0 ] ; then touch --no-create %{_datadir}/icons/hicolor &>/dev/null gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : fi %posttrans gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %files -f %{name}.lang %doc README.rst %license LICENSE %{python3_sitelib}/* %{_bindir}/photocollage %{_datadir}/applications/%{name}.desktop %{_datadir}/appdata/%{name}.appdata.xml %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %{_datadir}/icons/hicolor/*/apps/%{name}.png %changelog * Sat Feb 11 2017 Fedora Release Engineering - 1.4.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Dec 22 2016 Adrien Vergé - 1.4.3-1 - Update to new upstream version - Add missing 'python3-six' dependency * Mon Dec 19 2016 Miro Hrončok - 1.4.2-3 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering - 1.4.2-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Sat Apr 16 2016 Adrien Vergé - 1.4.2-1 - Update to new upstream version * Thu Apr 07 2016 Adrien Vergé - 1.4.0-1 - Update to new upstream version - Remove unneeded requirements - Make description up to date * Thu Feb 04 2016 Fedora Release Engineering - 1.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Mon Jan 18 2016 Adrien Vergé - 1.3.2-1 - Update to new upstream version * Sun Nov 15 2015 Adrien Vergé - 1.3.1-1 - Update to new upstream version * Tue Nov 10 2015 Fedora Release Engineering - 1.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Thu Jun 18 2015 Fedora Release Engineering - 1.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Mon Mar 02 2015 Adrien Vergé - 1.3.0-1 - Update to new upstream version * Tue Jan 28 2015 Adrien Vergé - 1.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Packaging:LicensingGuidelines#License_Text * Tue Jan 13 2015 Adrien Vergé - 1.2.2-1 - Update to new upstream version * Thu Jan 01 2015 Adrien Vergé - 1.2.1-1 - Update to new upstream version * Wed Dec 31 2014 Adrien Vergé - 1.2.0-2 - Fix outdated screenshot * Tue Dec 30 2014 Adrien Vergé - 1.2.0-1 - Update to new upstream version * Sat Dec 13 2014 Adrien Vergé - 1.1.1-1 - Update to new upstream version * Wed Jun 18 2014 Adrien Vergé - 1.1.0-1 - Update to new upstream version * Sat Jun 07 2014 Fedora Release Engineering - 1.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed May 28 2014 Kalev Lember - 1.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 * Fri Mar 21 2014 Adrien Vergé - 1.0.2-1 - Fix a race condition and restrict image formats * Thu Mar 20 2014 Adrien Vergé - 1.0.1-1 - Add license headers in source files * Wed Mar 5 2014 Adrien Vergé - 1.0-1 - initial build