]> git.pld-linux.org Git - packages/fotoxx.git/commitdiff
- new, NFY auto/ti/fotoxx-5_4_1-0_1
authorspider <spider@pld-linux.org>
Tue, 14 Oct 2008 12:24:52 +0000 (12:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fotoxx.spec -> 1.1

fotoxx.spec [new file with mode: 0644]

diff --git a/fotoxx.spec b/fotoxx.spec
new file mode 100644 (file)
index 0000000..e1b58a1
--- /dev/null
@@ -0,0 +1,47 @@
+Summary:       Image procesor
+Summary(pl.UTF-8):     Procesor grafiki
+Name:          fotoxx
+Version:       5.4.1
+Release:       0.1
+License:       GPL v2
+Group:         Applications
+Source0:       http://kornelix.squarespace.com/storage/fotoxx/%{name}-%{version}.tar.gz
+# Source0-md5: 383b3bce8310fe5fba0b49a83467ddfd
+URL:           http://kornelix.squarespace.com/fotoxx
+#BuildRequires:        -
+#Requires:     -
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Fotoxx is a free open-source Linux program for improving image files made
+with a digital camera.
+
+%description -l pl.UTF-8
+Fotoxxm to wolne oprogramowanie open-source umożliwiające manipulacje grafiką.
+
+Oprócz standardowej obróbki zdjęć, umożliwia min.:
+  - generowanie miniaturek
+  - usuwanie efektu czerwonych oczu
+  - tworzenie zdjęć panoramicznych
+  - generowanie zdjęć HDR
+
+%prep
+%setup -q -n %{name}
+
+%build
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc doc/CHANGES doc/README doc/userguide-en.html
+#%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) /usr/local/*
This page took 0.046873 seconds and 4 git commands to generate.