Author: aredridel                    Date: Sat May 17 20:58:04 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added

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

---- Diffs:

================================================================
Index: SPECS/fotox.spec
diff -u /dev/null SPECS/fotox.spec:1.1
--- /dev/null   Sat May 17 22:58:04 2008
+++ SPECS/fotox.spec    Sat May 17 22:57:59 2008
@@ -0,0 +1,48 @@
+# $Revision$, $Date$
+#
+Summary:       Image processor
+Name:          fotox
+Version:       42
+Release:       1
+License:       GPLv2
+Group:         Applications
+Source0:       
http://kornelix.squarespace.com/storage/fotox/%{name}.%{version}.tar.gz
+# Source0-md5: e527b692b236605fd60fe7a318cb26be
+URL:           http://kornelix.squarespace.com/fotox/
+BuildRequires: bash
+BuildRequires: gtk+2-devel
+BuildRequires: libstdc++-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Fotox is a free open-source Linux program for improving image files made
+with a digital camera.
+
+%prep
+%setup -q -n %{name}
+
+%build
+PREFIX=%{_prefix} bash ./build build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+PREFIX=$RPM_BUILD_ROOT%{_prefix} bash ./build install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README changelog fotox-guide.pdf schnellstart.pdf
+%{_bindir}/fotox
+%{_datadir}/fotox
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008-05-17 20:57:59  aredridel
+- added
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to