SPECS: fotoxx.spec (NEW) - new, NFY

spider spider at pld-linux.org
Tue Oct 14 14:24:57 CEST 2008


Author: spider                       Date: Tue Oct 14 12:24:57 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new, NFY

---- Files affected:
SPECS:
   fotoxx.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/fotoxx.spec
diff -u /dev/null SPECS/fotoxx.spec:1.1
--- /dev/null	Tue Oct 14 14:24:57 2008
+++ SPECS/fotoxx.spec	Tue Oct 14 14:24:52 2008
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+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/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008/10/14 12:24:52  spider
+- new, NFY
+
================================================================


More information about the pld-cvs-commit mailing list