53 lines
1.5 KiB
RPMSpec
53 lines
1.5 KiB
RPMSpec
|
Name: tintii
|
||
|
Version: 2.6.1
|
||
|
Release: 2mamba
|
||
|
Summary: a photo filter for selective color, saturation, and hue shift photo adjustments.
|
||
|
Group: Graphical Desktop/Applications/Graphics
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
||
|
URL: http://www.indii.org/software/tintii
|
||
|
Source: http://cdn.indii.org/files/tint/releases/tintii-%{version}.tar.gz
|
||
|
License: GPL
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
BuildRequires: glibc-devel
|
||
|
BuildRequires: libgcc
|
||
|
BuildRequires: libgomp-devel
|
||
|
BuildRequires: libstdc++6-devel
|
||
|
BuildRequires: libwxBase-unicode-devel
|
||
|
BuildRequires: libwxGTK-unicode-devel
|
||
|
## AUTOBUILDREQ-END
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
|
||
|
%debug_package
|
||
|
|
||
|
%description
|
||
|
Tintii is a photo filter for selective color, saturation, and hue shift photo adjustments. Its unique ability is to automatically detect the major colors in a photo to isolate changes to local areas, making adjustments quick, easy, and more precise than other means.
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
|
||
|
%build
|
||
|
%configure --disable-assert
|
||
|
%make
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
%makeinstall
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%{_bindir}/tintii
|
||
|
%{_datadir}/tintii/tintii.htb
|
||
|
%doc COPYING
|
||
|
|
||
|
%changelog
|
||
|
* Sat May 18 2013 openmamba WebBuild System <webbuild@openmamba.org> 2.6.1-2mamba
|
||
|
- rebuild
|
||
|
|
||
|
* Sun Apr 08 2012 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 2.6.1-1mamba
|
||
|
- package created by autospec
|