Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 48ddfdcd2489b1138a42c18ef61f6c77 > files > 2

remake-3.80_0.62-5mdv2009.0.src.rpm

%define oversion 3.80+dbg-0.62

Summary:        A gnu make version including a debuger
Name:		remake
Version:        3.80_0.62
Release:        %mkrel 5
License:        GPLv2+
Group:          Development/Other
Url:            http://bashdb.sourceforge.net/remake/
Source0:	http://downloads.sourceforge.net/bashdb/%{name}-%{oversion}.tar.bz2
BuildRequires:  readline-devel
BuildRequires:	emacs
Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
remake is a patched and modernized version of GNU make utility that
adds improved error reporting, the ability to trace execution in a
comprehensible way, and a debugger.

%prep
%setup -qn %{name}-%{oversion}

%build
%configure2_5x
%make

%install
[ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot}

%makeinstall_std
%{__rm} -f %{buildroot}/%{_infodir}/make*

%find_lang %{name}

%clean
[ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot}

%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog* COPYING INSTALL NEWS README* TODO
%attr(755,root,root) %{_bindir}/%{name}
%{_datadir}/emacs/site-lisp/mdb.el
%{_infodir}/*
%{_mandir}/man1/remake.*


%changelog
* Fri Aug 01 2008 Thierry Vignaud <tvignaud@mandriva.com> 3.80_0.62-5mdv2009.0
+ Revision: 260210
- rebuild

* Fri Jul 25 2008 Thierry Vignaud <tvignaud@mandriva.com> 3.80_0.62-4mdv2009.0
+ Revision: 248346
- rebuild

* Wed Mar 12 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 3.80_0.62-2mdv2008.1
+ Revision: 187168
- remove conflicting files with make (#38801)
- add buildrequires on emacs

* Wed Jan 02 2008 Olivier Blin <oblin@mandriva.com> 3.80_0.62-1mdv2008.1
+ Revision: 140746
- restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request
    - do not hardcode bz2 extension


* Wed Feb 28 2007 Tomasz Pawel Gajc <tpg@mandriva.org> 3.80_0.62-1mdv2007.0
+ Revision: 127051
- Import remake