rebuild [release 2.6.1-2mamba;Sat May 18 2013]
This commit is contained in:
parent
4702bd2fbf
commit
1efaa98133
@ -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.
|
||||
|
||||
|
52
tintii.spec
Normal file
52
tintii.spec
Normal file
@ -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 <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
|
Loading…
Reference in New Issue
Block a user