summaryrefslogblamecommitdiffstats
path: root/quilt.spec.in
blob: 5174feab0f0d3c35bbc55ee60ad029530392ae29 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
 
                                                
 
 
                     


                                                          

                 
                                                                        
                   
                                       
                                                    

















                                                              
           


                                           
                      

                                                   


                      

                       

               
 
                 
               
 
                                        
 
                                    
               

          
                                            
 
#
# spec file for quilt - patch management scripts
#

Name:		quilt
Summary:	Scripts for working with series of patches
License:	GPL
Group:		Productivity/Text/Utilities
Version:	0
Release:	0
Requires:	coreutils diffutils patch gzip bzip2 perl mktemp gettext
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
%setup

%build
./configure
make prefix=/usr BUILD_ROOT=$RPM_BUILD_ROOT

%install
rm -rf $RPM_BUILD_ROOT
make install prefix=/usr BUILD_ROOT=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
/usr/bin/guards
/usr/bin/quilt

/usr/share/quilt/
/usr/lib/quilt/

/usr/share/locale/*/LC_MESSAGES/quilt.mo

%doc /usr/share/man/man1/guards.1.gz
%doc doc/README

%changelog
# The changelog is filled in by "make spec".