shorten summary

added %dir where needed [release 1.2.3-2mamba;Sat Jul 20 2013]
This commit is contained in:
Silvan Calarco 2024-01-05 18:50:48 +01:00
parent 7069eb19d2
commit 08a4e752c4
2 changed files with 62 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# urbanlightscape
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

60
urbanlightscape.spec Normal file
View File

@ -0,0 +1,60 @@
Name: urbanlightscape
Version: 1.2.3
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
%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
* 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