From 08a4e752c42ff1837337d4038c095ff87a887e14 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 18:50:48 +0100 Subject: [PATCH] shorten summary added %dir where needed [release 1.2.3-2mamba;Sat Jul 20 2013] --- README.md | 2 ++ urbanlightscape.spec | 60 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 urbanlightscape.spec diff --git a/README.md b/README.md index dea08d3..3926c46 100644 --- a/README.md +++ b/README.md @@ -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 + diff --git a/urbanlightscape.spec b/urbanlightscape.spec new file mode 100644 index 0000000..0b44934 --- /dev/null +++ b/urbanlightscape.spec @@ -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 +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 1.2.3-2mamba +- shorten summary +- added %dir where needed + +* Sat May 18 2013 openmamba WebBuild System 1.2.3-1mamba +- update to 1.2.3 + +* Sun Aug 26 2012 openmamba WebBuild System 1.2.0-1mamba +- update to 1.2.0 + +* Sat Apr 07 2012 Ercole 'ercolinux' Carpanetto 1.1.0-1mamba +- package created by autospec