rpms/ketchup/devel ketchup.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Benjamin Krill (ben) fedora-extras-commits at redhat.com
Fri Jun 22 06:49:30 UTC 2007


Author: ben

Update of /cvs/pkgs/rpms/ketchup/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30830/devel

Modified Files:
	.cvsignore sources 
Added Files:
	ketchup.spec 
Log Message:
initial commit



--- NEW FILE ketchup.spec ---
Name: ketchup
Version: 0.9.8
Release: 1%{?dist}
Group: Development/Tools
Summary: Linux Kernel source switch/update tool
License: GPL
URL: http://www.selenic.com/ketchup/wiki/
Source: http://www.selenic.com/ketchup/%{name}-%{version}.tar.bz2
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch: noarch

Requires: wget
Requires: gnupg

%description
Ketchup is a tool for updating or switching between versions of the
Linux kernel source. It can:
- Find the latest versions of numerous KernelTrees;
- Calculate which patches are needed to move to that version;
- Download any patches or tarballs that aren't cached;
- Check GPG signatures where available;
- Apply and unapply patches to get the desired result.

%prep
%setup -q

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/contrib
install -p -m755 %{name} -D $RPM_BUILD_ROOT%{_bindir}/%{name}
install -p -m644 ketchup.1 -D $RPM_BUILD_ROOT%{_mandir}/man1/ketchup.1
install -p -m755 contrib/* -D $RPM_BUILD_ROOT%{_datadir}/%{name}/contrib/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/ketchup
%{_mandir}/man1/ketchup.1.*
%{_datadir}/%{name}

%changelog
* Thu Jun 21 2007 Benjamin Krill <ben at codiert.org> 0.9.8-1
- initial release for fedora

* Thu May 04 2006 Leonardo Chiquitto Filho <chiquitto at mandriva.com> 0.9.8-1mdk
- update to 0.9.8

* Fri Mar 31 2006 Leonardo Chiquitto Filho <chiquitto at mandriva.com> 0.9.6-1mdk
- initial release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ketchup/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Jun 2007 02:22:24 -0000	1.1
+++ .cvsignore	22 Jun 2007 06:48:55 -0000	1.2
@@ -0,0 +1 @@
+ketchup-0.9.8.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ketchup/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Jun 2007 02:22:24 -0000	1.1
+++ sources	22 Jun 2007 06:48:55 -0000	1.2
@@ -0,0 +1 @@
+1818bc18eba09c8e0f65fd6ad5011151  ketchup-0.9.8.tar.bz2




More information about the fedora-extras-commits mailing list