]> git.pld-linux.org Git - packages/clens.git/blame - clens.spec
- tabs in preamble
[packages/clens.git] / clens.spec
CommitLineData
937bc417 1Summary: Removing image distorsions introduced by camera lenses
aa4afd2c 2Summary(pl.UTF-8): Usuwanie zniekształceń obrazu wprowadzonych przez obiektyw aparatu
937bc417
JB
3Name: clens
4Version: 0.2
5Release: 1
6License: GPL v2+
7Group: Applications/Graphics
8Source0: http://dl.sourceforge.net/panotools/%{name}-%{version}.tar.gz
9# Source0-md5: d6edfce75bf555a08691d65fade7693d
10Source1: http://www.epaperpress.com/ptlens/download/PTLensProfiles.zip
11# Source1-md5: 9144eaa751baf62408b69b77db0a52c7
12URL: http://panotools.sourceforge.net/
13BuildRequires: unzip
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17clens removes image distortions in JPEG images introduced by camera
18lenses. clens is a Linux port of Thomas Niemann's PTLens for Windows
19(<http://www.epaperpress.com/ptlens/>). Unlike PTLens, clens is a
20command line program.
21
620cbe23
JR
22%description -l pl.UTF-8
23clens służy do usuwania ze zdjęć w formacie JPEG zniekształceń obrazu
937bc417
JB
24wprowadzonych przez obiektyw aparatu. clens to linuksowy port
25windowsowego PTLens autorstwa Thomasa Niemanna
620cbe23
JR
26(<http://www.epaperpress.com/ptlens/>). W przeciwieństwie do PTLens
27clens jest programem działającym z linii poleceń.
937bc417
JB
28
29%prep
30%setup -q
31unzip -q %{SOURCE1} -d data
32
33%build
34%configure
35%{__make}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39
40%{__make} install \
41 DESTDIR=$RPM_BUILD_ROOT
42
43install data/*.txt $RPM_BUILD_ROOT%{_datadir}/clens
44mv -f data/README README.data
45rm -rf $RPM_BUILD_ROOT{%{_prefix}/doc,%{_includedir},%{_datadir}/clens/README}
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
52%doc ChangeLog README TODO README.data data/PTLensProfiles.pdf
53%attr(755,root,root) %{_bindir}/clens
54%{_datadir}/clens
55%{_mandir}/man1/clens.1*
This page took 0.080939 seconds and 4 git commands to generate.