SPECS: grabcartoons.spec (NEW) - new

adamg adamg at pld-linux.org
Mon Aug 22 08:52:42 CEST 2005


Author: adamg                        Date: Mon Aug 22 06:52:42 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/grabcartoons.spec
diff -u /dev/null SPECS/grabcartoons.spec:1.1
--- /dev/null	Mon Aug 22 08:52:42 2005
+++ SPECS/grabcartoons.spec	Mon Aug 22 08:52:36 2005
@@ -0,0 +1,46 @@
+# $Revision$, $Date$
+Summary:	commic-summarizing utility
+Name:		grabcartoons
+Version:	1.11
+Release:	0.1
+License:	BSD
+Group:		Applications
+Source0:	http://dl.sourceforge.net/grabcartoons/%{name}-%{version}.tar.gz
+# Source0-md5:	751234c5072bb4a65a8f8d9b1775cc8c
+Patch0:		%{name}-DESTDIR.patch
+URL:		http://grabcartoons.sourceforge.net/
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GrabCartoons is a comic-summarizing utility. It is modular, and it is
+very easy to write modules for new comics.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	PREFIX=%{_prefix}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+/usr/lib/grabcartoons
+
+%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  2005/08/22 06:52:36  adamg
+- new
+
================================================================



More information about the pld-cvs-commit mailing list