rpms/avarice/F-7 avarice.spec,NONE,1.1

Trond Danielsen (trondd) fedora-extras-commits at redhat.com
Mon Oct 8 20:32:12 UTC 2007


Author: trondd

Update of /cvs/extras/rpms/avarice/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv780

Added Files:
	avarice.spec 
Log Message:
Added missing spec file.



--- NEW FILE avarice.spec ---
Name:           avarice
Version:        2.6
Release:        1%{?dist}
Summary:        Program for interfacing the Atmel JTAG ICE to GDB

Group:          Applications/Engineering
License:        GPL
URL:            http://sourceforge.net/projects/avarice
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  binutils-devel
#Requires:       

%description
Program for interfacing the Atmel JTAG ICE to GDB to allow users to 
debug their embedded AVR target

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS
%{_bindir}/*
%{_datadir}/%{name}
%{_mandir}/man1/*


%changelog
* Mon Mar 12 2007 Trond Danielsen <trond.danielsen at fedoraproject.org> - 2.6-1
- Initial version.




More information about the fedora-extras-commits mailing list