rpms/guilt/F-8 guilt.spec,NONE,1.1 sources,1.1,1.2

Eric Sandeen (sandeen) fedora-extras-commits at redhat.com
Tue Apr 8 19:46:18 UTC 2008


Author: sandeen

Update of /cvs/pkgs/rpms/guilt/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19678

Modified Files:
	sources 
Added Files:
	guilt.spec 
Log Message:
* Mon Apr 07 2008 Eric Sandeen <sandeen at redhat.com> 0.29-1
- Initial build



--- NEW FILE guilt.spec ---
Name:		guilt
Version:	0.29
Release:	1%{?dist}
Summary:	Scripts to manage quilt-like patches on top of git

Group:		Development/Tools
License:	GPLv2
URL:		http://www.kernel.org/pub/linux/kernel/people/jsipek/%{name}/
Source:		http://www.kernel.org/pub/linux/kernel/people/jsipek/%{name}/%{name}-%{version}.tar.bz2
Requires:	git, gawk, sed, bash

BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	asciidoc, xmlto, git-core

%description
Guilt allows one to use quilt functionality on top of a Git repository.
Changes are maintained as patches which are committed into Git.  Commits can
be removed or reordered, and the underlying patch can be refreshed based on
changes made in the working directory. The patch directory can also be
placed under revision control, so you can have a separate history of changes
made to your patches.

%prep
%setup -q

%build
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install PREFIX=$RPM_BUILD_ROOT/usr
make install-doc PREFIX=$RPM_BUILD_ROOT/usr mandir=$RPM_BUILD_ROOT/usr/share/man

%check
cd regression
./run-tests

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING Documentation/HOWTO Documentation/Contributing Documentation/Features
%{_bindir}/guilt*
%{_mandir}/man1/guilt*.1*
%{_mandir}/man7/guilt*.7*

%changelog
* Mon Apr 07 2008 Eric Sandeen <sandeen at redhat.com> 0.29-1
- Initial build


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/guilt/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Apr 2008 18:18:46 -0000	1.1
+++ sources	8 Apr 2008 19:45:44 -0000	1.2
@@ -0,0 +1 @@
+a47ec070b57815fc3c4fb2e217de7eca  guilt-0.29.tar.bz2




More information about the fedora-extras-commits mailing list