#!/bin/sh # # aegis - project change supervisor # Copyright (C) 1997, 1999-2008, 2012 Peter Miller # Copyright (C) 2006-2008 Walter Franzini # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see # . # version=${version-0.0.0} # Name and date will refer to integration, which may be appropriate. date_str=`date +"%a %b %d %Y"` name_str=`aesub '${User email}'` cat <= 0.11.4 BuildPrereq: groff >= 1.15, perl, libxml2-devel >= 1.8.17, tk BuildPrereq: zlib-devel, bzip2-devel, e2fsprogs-devel, file >= 4 %description Aegis is a transaction-based software configuration management system. It provides a framework within which a team of developers may work on many changes to a program independently, and Aegis coordinates integrating these changes back into the master source of the program, with as little disruption as possible. %package txtdocs Summary: Aegis documentation, dumb ascii text Group: Development/Version Control %description txtdocs Aegis documentation in dumb ascii text format. %package psdocs Summary: Aegis documentation, PostScript format Group: Development/Version Control %description psdocs Aegis documentation in PostScript format. %prep %setup %build %configure --sysconfdir=/etc --prefix=%{_prefix} --mandir=%{_mandir} \ --with-nlsdir=%{_datadir}/locale make %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install # If rpmbuild does not strip your binaries, consider adding # INSTALL_PROGRAM='/usr/bin/install -s' # to the above arguments to "make". # # See the comment at the top of this file. If you don't like # the file attributes, or there is a file missing, DO NOT send # the maintainer a patch to this file. This file is GENERATED. # If you want different attributes, fix the etc/spec.sh file, # and send THAT patch to the maintainer. # %files %defattr (-,root,root) %_prefix/bin/* fubar for FILE in $suidbins do echo "%attr(4755,root,bin) %_prefix/bin/$FILE" done cat < 4.24-0 - Rationalized spec file to emulate RedHat practices. - See the Aegis project website for prior history. fubar # vim: set ts=8 sw=4 et :