Paul Lange 8bfc628
%global debug_package %{nil}
Paul Lange 8bfc628
7dd5222
Name:		pinta
78af0dc
Version:	1.7
2ab1fe2
Release:	2%{?dist}
Paul Lange 8bfc628
Summary:	An easy to use drawing and image editing program
Paul Lange 8bfc628
Paul Lange 8bfc628
# the code is licensed under the MIT license while the icons are licensed as CC-BY
Paul Lange 8bfc628
License:	MIT and CC-BY
Paul Lange 8bfc628
URL:		http://pinta-project.com/
Paul Lange 8bfc628
7dd5222
Source0:	http://github.com/PintaProject/Pinta/releases/download/%{version}/%{name}-%{version}.tar.gz
Paul Lange 8bfc628
63bdc6a
# Mono only available on these:
99458f2
ExclusiveArch:	%mono_arches
99458f2
2ab1fe2
# Pinta fails to build on armv7hl. Mono crashes.
2ab1fe2
# https://bugzilla.redhat.com/show_bug.cgi?id=1869214
2ab1fe2
ExcludeArch:	armv7hl
2ab1fe2
99458f2
BuildRequires:	gcc
99458f2
BuildRequires:	mono-devel
99458f2
BuildRequires:	mono-addins-devel
99458f2
BuildRequires:	gtk-sharp2-devel
99458f2
BuildRequires:	gettext
99458f2
BuildRequires:	intltool
99458f2
BuildRequires:	desktop-file-utils
99458f2
BuildRequires:	libappstream-glib
99458f2
Requires:	hicolor-icon-theme
99458f2
Requires:	mono-addins
Paul Lange 8bfc628
Paul Lange 8bfc628
%description
Paul Lange 8bfc628
Pinta is an image drawing/editing program.
Paul Lange 8bfc628
It's goal is to provide a simplified alternative to GIMP for casual users.
Paul Lange 8bfc628
Paul Lange 8bfc628
%prep
Paul Lange 8bfc628
%setup -q
Paul Lange 8bfc628
99458f2
99458f2
%build
Paul Lange 8bfc628
%configure
99458f2
%make_build
99458f2
Paul Lange 8bfc628
Paul Lange 8bfc628
%install
99458f2
%make_install
Richard Hughes 0e6f572
99458f2
# Validate desktop file
74130c0
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
Richard Hughes bc16f5d
78af0dc
# Validate AppData file
78af0dc
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.appdata.xml
Paul Lange 8bfc628
99458f2
%find_lang %name
Paul Lange 8bfc628
Paul Lange 8bfc628
Paul Lange 8bfc628
%files -f %{name}.lang
99458f2
%license license-mit.txt license-pdn.txt
99458f2
%doc readme.md
Paul Lange 8bfc628
%{_libdir}/%{name}
78af0dc
%{_libdir}/pkgconfig/%{name}.pc
Paul Lange 8bfc628
%{_bindir}/%{name}
78af0dc
%{_metainfodir}/%{name}.appdata.xml
78af0dc
%exclude %{_datadir}/appdata/%{name}.appdata.xml
Paul Lange 8bfc628
%{_datadir}/applications/%{name}.desktop
Paul Lange 8bfc628
%{_datadir}/icons/hicolor/*/*/%{name}.*
Paul Lange 8bfc628
%{_datadir}/man/man1/%{name}*
Paul Lange 8bfc628
%{_datadir}/pixmaps/%{name}*
Paul Lange 8bfc628
Paul Lange 8bfc628
%changelog
2ab1fe2
* Tue Aug 25 2020 Andrea Musuruane <musuruan@gmail.com> - 1.7-2
2ab1fe2
- Exclude building on armv7hl (BZ #1869214)
2ab1fe2
78af0dc
* Sun Aug 09 2020 Andrea Musuruane <musuruan@gmail.com> - 1.7-1
78af0dc
- Updated to new upstream release
78af0dc
08b154e
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-17
08b154e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
08b154e
1093407
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-16
1093407
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
1093407
adb9873
* Wed Sep 25 2019 Andrea Musuruane <musuruan@gmail.com> - 1.6-15
adb9873
- Rebuilt (BZ #1755274)
adb9873
7f5ed03
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-14
7f5ed03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
7f5ed03
e219a8d
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-13
e219a8d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
e219a8d
094d6d7
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-12
094d6d7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
094d6d7
99458f2
* Wed Feb 21 2018 Andrea Musuruane <musuruan@gmail.com> - 1.6-11
99458f2
- Added gcc dependency
99458f2
- Added license tag
99458f2
- Used new AppData directory
99458f2
- Removed obsolete scriptlets
99458f2
- Spec file clean up
99458f2
b375f1c
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-10
b375f1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
b375f1c
0c492a7
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-9
0c492a7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
0c492a7
bb361b3
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-8
bb361b3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
bb361b3
0b6bdbd
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-7
0b6bdbd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
0b6bdbd
4d0bbd4
* Thu Oct 13 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-6
4d0bbd4
- mono rebuild for aarch64 support
4d0bbd4
34919f4
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-5
34919f4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
34919f4
22039db
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-4
22039db
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
22039db
2cd0554
* Mon May 18 2015 Timotheus Pokorra <tpokorra@fedoraproject.org> 1.6-3
2cd0554
- More fixes for mono4
2cd0554
d618cc5
* Mon May 18 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.6-2
d618cc5
- Rebuild (mono4)
d618cc5
74130c0
* Sat Mar 28 2015 Andrea Musuruane <musuruan@gmail.com> - 1.6-1
74130c0
- Updated to v1.6
74130c0
- Minor cleanup
74130c0
Richard Hughes 0e6f572
* Thu Mar 26 2015 Richard Hughes <rhughes@redhat.com> - 1.5-2
Richard Hughes 0e6f572
- Add an AppData file for the software center
Richard Hughes 0e6f572
7dd5222
* Mon Oct 27 2014 Andrea Musuruane <musuruan@gmail.com> 1.5-1
7dd5222
- Updated to v1.5
7dd5222
- Updated Source0 tag
7dd5222
- Dropped obsolete Group tags
7dd5222
- Pinta doesn't build on arm (#992798)
7dd5222
f7caa32
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-5
f7caa32
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
f7caa32
9375a89
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-4
9375a89
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
9375a89
018ae38
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-3
018ae38
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
018ae38
28f0d2c
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-2
28f0d2c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
28f0d2c
Paul Lange c8adce0
* Sun Oct 07 2012 Paul Lange <palango@gmx.de> - 1.4-1
Paul Lange c8adce0
- Update to 1.4
Paul Lange c8adce0
a0a51bb
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-2
a0a51bb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a0a51bb
Paul Lange 4ba8db5
* Mon Apr 30 2012 Paul Lange <palango@gmx.de> - 1.3-1
Paul Lange 4ba8db5
- update to 1.3
Paul Lange 4ba8db5
Paul Lange 9f14d62
* Wed Apr 18 2012 Paul Lange <palango@gmx.de> - 1.2-1
Paul Lange 9f14d62
- update to 1.2
Paul Lange 9f14d62
Paul Lange 2617b69
* Sat Feb 18 2012 Paul Lange <palango@gmx.de> - 1.1-4
Paul Lange 2617b69
- correct path in bin/pinta
Paul Lange 2617b69
Paul Lange 833bb5e
* Sat Feb 11 2012 Paul Lange <palango@gmx.de> - 1.1-3
Paul Lange 833bb5e
- Update libdir
Paul Lange 833bb5e
Paul Lange e34e1f7
* Fri Feb 10 2012 Paul Lange <palango@gmx.de> - 1.1-2
Paul Lange e34e1f7
- Add intltool to BuildRequires
Paul Lange e34e1f7
Paul Lange 347221c
* Fri Feb 10 2012 Paul Lange <palango@gmx.de> - 1.1-1
Paul Lange 347221c
- Update to 1.1
Paul Lange 347221c
3748d25
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-2
3748d25
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
3748d25
Paul Lange e582f15
* Thu Apr 28 2011 Paul Lange <palango@gmx.de> - 1.0-1
Paul Lange e582f15
- Upload right sources
Paul Lange e582f15
63bdc6a
* Tue Apr 19 2011 Dan HorĂ¡k <dan[at]danny.cz> - 0.8-2
63bdc6a
- updated the supported arch list
63bdc6a
Paul Lange 96bd44a
* Wed Apr 06 2011 Paul Lange <palango@gmx.de> - 0.8-1
Paul Lange 96bd44a
- Update to version 0.8
Paul Lange 96bd44a
Paul Lange 4ed60d5
* Thu Mar 03 2011 Paul Lange <palango@gmx.de> - 0.7-1
Paul Lange 4ed60d5
- Update to version 0.7
Paul Lange 4ed60d5
13d117b
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-2
13d117b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
13d117b
Paul Lange e18d974
* Wed Jan 12 2011 Paul Lange <palango@gmx.de> - 0.6-1
Paul Lange e18d974
- Update to version 0.6
Paul Lange e18d974
Paul Lange d34eb12
* Thu Dec 09 2010 Paul Lange <palango@gmx.de> - 0.5-6
Paul Lange d34eb12
- Upload right sources
Paul Lange d34eb12
Paul Lange 44152e4
* Thu Dec 09 2010 Paul Lange <palango@gmx.de> - 0.5-5
Paul Lange 44152e4
- Fix build for x86_64
Paul Lange 44152e4
Paul Lange 8bfc628
* Wed Dec 08 2010 Paul Lange <palango@gmx.de> - 0.5-4
Paul Lange 8bfc628
- Fix issues from review
Paul Lange 8bfc628
Paul Lange 8bfc628
* Sun Dec 05 2010 Paul Lange <palango@gmx.de> - 0.5-3
Paul Lange 8bfc628
- Fix build for x86_64
Paul Lange 8bfc628
Paul Lange 8bfc628
* Wed Dec 01 2010 Paul Lange <palango@gmx.de> - 0.5-2
Paul Lange 8bfc628
- Fix rpmlint warnings
Paul Lange 8bfc628
Paul Lange 8bfc628
* Sat Nov 20 2010 Paul Lange <palango@gmx.de> - 0.5-1
Paul Lange 8bfc628
- update to version 0.5
Paul Lange 8bfc628
Paul Lange 8bfc628
* Sun Aug 01 2010 Paul Lange <palango@gmx.de> - 0.4-3
Paul Lange 8bfc628
- Fix links in /bin
Paul Lange 8bfc628
- Improve patch naming and add upstream links
Paul Lange 8bfc628
- Fix mimetype patch
Paul Lange 8bfc628
Paul Lange 8bfc628
* Thu Jul 29 2010 Paul Lange <palango@gmx.de> - 0.4-2
Paul Lange 8bfc628
- Fix icon cache handling
Paul Lange 8bfc628
- Add some Requires and BuildRequires
Paul Lange 8bfc628
- Add docs
Paul Lange 8bfc628
- Add patches from debian
Paul Lange 8bfc628
Paul Lange 8bfc628
* Sat May 08 2010 Paul Lange <palango@gmx.de> - 0.4-1
Paul Lange 8bfc628
- Initial packaging