]> git.pld-linux.org Git - packages/fotoxx.git/blame - fotoxx.spec
- install files in fake root dir
[packages/fotoxx.git] / fotoxx.spec
CommitLineData
9aef9235 1Summary: Image procesor
2Summary(pl.UTF-8): Procesor grafiki
3Name: fotoxx
91a420da 4Version: 8.3
af24d09f 5Release: 1
9aef9235 6License: GPL v2
7Group: Applications
af24d09f 8Source0: http://kornelix.squarespace.com/storage/downloads/%{name}-%{version}.tar.gz
91a420da 9# Source0-md5: e5c7563306b904187765d7fa15727268
9aef9235 10URL: http://kornelix.squarespace.com/fotoxx
af24d09f 11BuildRequires: FreeImage-devel
12BuildRequires: perl-Image-ExifTool
13BuildRequires: ufraw
14BuildRequires: xdg-utils
9aef9235 15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
af24d09f 18Fotoxx is a free open-source Linux program for improving image files
19made with a digital camera.
20
21Appart from standard operations it allows to:
22 - generate thumbnails
23 - fix red-eyes
24 - fix perspective
25 - make panoramas and HDR images
9aef9235 26
27%description -l pl.UTF-8
af24d09f 28Fotoxxm to wolne oprogramowanie open-source umożliwiające manipulacje
29grafiką.
9aef9235 30
31Oprócz standardowej obróbki zdjęć, umożliwia min.:
32 - generowanie miniaturek
33 - usuwanie efektu czerwonych oczu
34 - tworzenie zdjęć panoramicznych
35 - generowanie zdjęć HDR
36
37%prep
af24d09f 38%setup -q
9aef9235 39
40%build
df89fd04
TP
41%{__make} \
42 CFLAGS="%{rpmcflags} -Wall -c `pkg-config --cflags gtk+-2.0`" \
eb32b172 43 PREFIX=$RPM_BUILD_ROOT/%{_prefix}
9aef9235 44
45%install
46rm -rf $RPM_BUILD_ROOT
47
48%{__make} install \
eb32b172 49 PREFIX=$RPM_BUILD_ROOT/%{_prefix} \
9aef9235 50 DESTDIR=$RPM_BUILD_ROOT
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%files
56%defattr(644,root,root,755)
df89fd04
TP
57%doc doc/{CHANGES,README,fotoxx-6-notes,toolbar-en.jpeg,userguide-*.html}
58%attr(755,root,root) %{_bindir}/*
59%{_datadir}/%{name}
This page took 0.074082 seconds and 4 git commands to generate.