urbanlightscape/urbanlightscape.spec

70 lines
2.3 KiB
RPMSpec

Name: urbanlightscape
Version: 1.4.0
Release: 2mamba
Summary: A photo filter for exposure correction, localized brightness adjustments and more
Group: Graphical Desktop/Applications/Graphics
Vendor: openmamba
Distribution: openmamba
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
URL: http://www.indii.org/software/urbanlightscape
Source: http://cdn.indii.org/files/urbanlightscape/releases/urbanlightscape-%{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
Urban Lightscape is a photo filter for exposure correction, localized brightness adjustments, dodging and burning, and the introduction of synthetic lighting to a photo. A simple "double-click-and-drag" paradigm is used to place control points on a photo, and clever edge detection localises and interpolates lightness adjustments around and between these points. Results are rapid, with additional controls for more subtle refinements
%prep
%setup -q
%build
%configure
%make CPPFLAGS="-msse"
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/urbanlightscape
%dir %{_datadir}/urbanlightscape
%{_datadir}/urbanlightscape/urbanlightscape.htb
%doc COPYING
%changelog
* Thu Nov 30 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.0-2mamba
- rebuilt with libwx_base3u30 and libwx_gtk3u30
* Tue Aug 30 2016 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
- automatic update by autodist
* Thu Oct 02 2014 Automatic Build System <autodist@mambasoft.it> 1.3.3-1mamba
- automatic update by autodist
* Sat Jul 20 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.3-2mamba
- shorten summary
- added %dir where needed
* Sat May 18 2013 openmamba WebBuild System <webbuild@openmamba.org> 1.2.3-1mamba
- update to 1.2.3
* Sun Aug 26 2012 openmamba WebBuild System <webbuild@openmamba.org> 1.2.0-1mamba
- update to 1.2.0
* Sat Apr 07 2012 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.1.0-1mamba
- package created by autospec