Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > 6f423ac492aeed1aca102c975bfe051a > files > 2

motor-3.2.4-3mdk.src.rpm

%define name     motor
%define version  3.2.4
%define release  3mdk

Summary:         Text mode based programming IDE for Linux
Name:            %{name}
Version:         %{version}
Release:         %{release}
License:       GPL
Group:           Development/Other
Source:          %{name}-%{version}.tar.bz2
URL:             http://konst.org.ua/
Buildrequires:	 libncurses-devel
Buildroot:	 %{_tmppath}/%{name}-buildroot	

%description
Motor is a text mode based programming environment for Linux. It
consists of a powerful editor with syntax highlight feature, project
manager, makefile generator, gdb front-end, etc. Deep CVS integration is
also provided.

%prep
rm -rf $RPM_BUILD_ROOT

%setup

%build

%configure

%make

%install

make DESTDIR=$RPM_BUILD_ROOT

install -m 755 -d $RPM_BUILD_ROOT%{_bindir}
install -m 755 src/motor $RPM_BUILD_ROOT%{_bindir}

%find_lang %name

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %name.lang
%defattr (-,root,root)
%doc README COPYING INSTALL TODO ChangeLog
%{_bindir}/*
#%{_datadir}/motor/*
#%_mandir/man1/*

%changelog
* Mon May 05 2003 Lenny Cartier <lenny@mandrakesoft.com> 3.2.4-3mdk
- buildrequires

* Wed Jan 29 2003 Lenny Cartier <lenny@mandrakesoft.com> 3.2.4-2mdk
- rebuild

* Thu Dec 12 2002 Lenny Cartier <lenny@mandrakesoft.com> 3.2.4-1mdk
- 3.2.4

* Thu Apr 25 2002 Lenny Cartier <lenny@mandrakesoft.com> 3.2.2-1mdk
- 3.2.2

* Tue Feb 05 2002  Lenny Cartier <lenny@mandrakesoft.com> 3.2.0-1mdk
- 3.2.0

* Thu Nov 15 2001 Lenny Cartier <lenny@mandrakesoft.com> 3.1.5-1mdk
- 3.1.5

* Wed Oct 17 2001 Lenny Cartier <lenny@mandrakesoft.com> 3.1.0-1mdk
- 3.1.0

* Mon Aug 27 2001 Lenny Cartier <lenny@mandrakesoft.com> 3.0.0-1mdk
- 3.0.0

* Tue Aug 21 2001 Lenny Cartier <lenny@mandrakesoft.com> 2.20.14-1mdk
- updated to 2.20.14

* Thu Apr 19 2001 Lenny Cartier <lenny@mandrakesoft.com> 2.15.7-1mdk
- updated to 2.15.7

* Tue Feb 20 2001 Lenny Cartier <lenny@mandrakesoft.com> 2.6.3-1mdk
- updated to 2.6.3

* Mon Dec 18 2000 Lenny Cartier <lenny@mandrakesoft.com> 2.0.0-1mdk
- updated to 2.0.0

* Tue Nov 21 2000 Lenny Cartier <lenny@mandrakesoft.com> 1.14.19-1mdk 
- updated to 1.14.19

* Thu Oct 26 2000 Lenny Cartier <lenny@mandrakesoft.com> 1.11.16-1mdk
- updated to 1.11.16

* Mon Sep 11 2000 Lenny Cartier <lenny@mandrakesoft.com> 1.7.12-1mdk
- BM
- macros
- v1.7.12

* Tue Jul 04 2000 John Johnson <jjohnson@linux-mandrake.com> 1.2.3-1mdk
- Made mandrake rpm