Author: glen Date: Sat Oct 20 09:02:24 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: squeeze.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/squeeze.spec diff -u /dev/null SPECS/squeeze.spec:1.1 --- /dev/null Sat Oct 20 11:02:24 2007 +++ SPECS/squeeze.spec Sat Oct 20 11:02:19 2007 @@ -0,0 +1,48 @@ +# $Revision$, $Date$ +Summary: Squeeze is a simple application with a simple purpose - a batch image resizer. +Name: squeeze +Version: 0.2 +Release: 0.1 +License: GPL v2 +Group: Applications +Source0: http://squeeze.googlecode.com/files/%{name}-%{version}.tar.bz2 +# Source0-md5: 6a996e78b8cf4b638b43a1eaed5fa967 +URL: http://code.google.com/p/squeeze/ +#BuildRequires: - +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Squeeze allows resizing of images in a batch mode. It is friendly and +usable and does one thing well - resizing images. It is a +multi-threaded application and is designed to run on Linux, Mac and +Windows. + +%prep +%setup -q + +%build +%configure +%{__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 AUTHORS CREDITS ChangeLog NEWS README THANKS TODO + +%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 2007/10/20 09:02:19 glen +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
