diff --git a/README.md b/README.md index 98c9aba..b17d22a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # tintii +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. + diff --git a/tintii.spec b/tintii.spec new file mode 100644 index 0000000..0f0eb64 --- /dev/null +++ b/tintii.spec @@ -0,0 +1,52 @@ +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 +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 2.6.1-2mamba +- rebuild + +* Sun Apr 08 2012 Ercole 'ercolinux' Carpanetto 2.6.1-1mamba +- package created by autospec