File patchrpm.spec of Package patchrpm
#
# spec file for package patchrpm (Version 1.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: patchrpm
BuildRequires: libbz2-devel lzma-alpha-devel rpm-devel zlib-devel
Url: ftp://ftp.suse.com/pub/projects/patchrpm
License: GPL v2 or later
Group: System/Packages
AutoReqProv: on
Version: 1.1
Release: 135
Summary: Tools to create patchrpms
Source: patchrpm-1.1.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Tools to create patchrpms.
Authors:
--------
Michael Schroeder
%prep
%setup
%build
make CFLAGS="$RPM_OPT_FLAGS" prefix="%{_prefix}"
%install
make DESTDIR=$RPM_BUILD_ROOT prefix="%{_prefix}" mandir="%{_mandir}" install
%files
%defattr(-,root,root)
%doc README COPYING
%{_bindir}/*
%{_mandir}/man8/*
%changelog
* Wed Oct 22 2008 mrueckert@suse.de
- add lzma, zlib and bzip2 devel packages to the buildrequires
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Fri Dec 02 2005 mls@suse.de
- initial version