SPECS: ketchup.spec (NEW) - new
glen
glen at pld-linux.org
Mon Jul 31 00:24:06 CEST 2006
Author: glen Date: Sun Jul 30 22:24:06 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
ketchup.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/ketchup.spec
diff -u /dev/null SPECS/ketchup.spec:1.1
--- /dev/null Mon Jul 31 00:24:06 2006
+++ SPECS/ketchup.spec Mon Jul 31 00:24:01 2006
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+Summary: Update utility for linux-kernel sources
+Name: ketchup
+Version: 0.9.8
+Release: 1
+License: GPL
+Group: Applications
+Source0: http://www.selenic.com/ketchup/%{name}-%{version}.tar.bz2
+# Source0-md5: 6fbe53beac455245e1e8ae92acdccbcc
+Patch0: %{name}-ck.patch
+URL: http://www.selenic.com/ketchup/wiki/
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This utility can update (or install) kernel sources automatically. It
+can search for the newest kernel in numerous trees (vanilla, rc, tiny,
+mm, mjb, etc.).
+
+It can also automatically download the needed patches (and apply them)
+to create the newest repository from an old one.
+
+%prep
+%setup -qc
+%patch0 -p1
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_examplesdir}/%{name}-%{version}}
+
+install ketchup $RPM_BUILD_ROOT%{_bindir}
+cp -a ketchup.1 $RPM_BUILD_ROOT%{_mandir}/man1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc contrib
+%attr(755,root,root) %{_bindir}/ketchup
+%{_mandir}/man1/ketchup.1*
+
+%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 2006/07/30 22:24:01 glen
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list