rpms/avarice/FC-6 avarice.spec,NONE,1.1 sources,1.1,1.2

Trond Danielsen (trondd) fedora-extras-commits at redhat.com
Tue Oct 9 20:48:44 UTC 2007


Author: trondd

Update of /cvs/extras/rpms/avarice/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11663

Modified Files:
	sources 
Added Files:
	avarice.spec 
Log Message:
Initial import into FC-6 branch.



--- 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.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/avarice/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Aug 2007 21:49:59 -0000	1.1
+++ sources	9 Oct 2007 20:48:12 -0000	1.2
@@ -0,0 +1 @@
+32fe91c39d367796d2c1d35d5ddae8e8  avarice-2.6.tar.bz2




More information about the fedora-extras-commits mailing list