summaryrefslogtreecommitdiffstats
path: root/quilt.spec
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-01-29 16:42:19 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-01-29 16:42:19 +0000
commitaa777ca572b787515d397fc76b13d380153280e5 (patch)
tree24835c4ab1b3404eac9a16963532dcde5f644452 /quilt.spec
parent40c11c745095aa01e99fd683edb1e29ec6f13e93 (diff)
downloadquilt-aa777ca572b787515d397fc76b13d380153280e5.tar.gz
Add RELEASE to Makefile; generate spec file from template + Makefile
Diffstat (limited to 'quilt.spec')
-rw-r--r--quilt.spec62
1 files changed, 0 insertions, 62 deletions
diff --git a/quilt.spec b/quilt.spec
deleted file mode 100644
index d260730..0000000
--- a/quilt.spec
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# spec file for quilt - patch management scripts
-#
-# Copyright (c) 2003 SuSE Linux AG, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
-#
-# Please submit bugfixes or comments via http://www.suse.de/feedback/
-#
-
-# neededforbuild sh-utils
-# usedforbuild
-
-Name: quilt
-Summary: Scripts for working with series of patches
-License: GPL
-Group: Productivity/Text/Utilities
-Version: 0.21
-Release: 1
-Requires: textutils diffutils patch gzip bzip2 perl mktemp
-Autoreqprov: off
-Source: quilt-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-
-%description
-The scripts allow to manage a series of patches by keeping
-track of the changes each patch makes. Patches can be
-applied, un-applied, refreshed, etc.
-
-The scripts are heavily based on Andrew Morton's patch scripts
-found at http://www.zip.com.au/~akpm/linux/patches/.
-
-Authors:
---------
- Andrew Morton <akpm@digeo.com>
- Andreas Gruenbacher <agruen@suse.de>
-
-%prep
-if [ "${RPM_BUILD_ROOT%/}" != "" ]; then
- rm -rf $RPM_BUILD_ROOT
-fi
-%setup
-
-%build
-make prefix=/usr BUILD_ROOT=$RPM_BUILD_ROOT
-
-%install
-make install prefix=/usr BUILD_ROOT=$RPM_BUILD_ROOT
-
-%files
-%defattr(-, root, root)
-/usr/bin/guards
-/usr/bin/quilt
-
-/usr/share/quilt/
-
-%doc /usr/share/man/man1/guards.1.gz
-%doc README
-
-%changelog
-# The changelog is kept in %{name}.changes
-