rpms/avarice/devel avarice.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Trond Danielsen (trondd) fedora-extras-commits at redhat.com
Mon Oct 8 19:29:19 UTC 2007


Author: trondd

Update of /cvs/extras/rpms/avarice/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27415/devel

Modified Files:
	.cvsignore sources 
Added Files:
	avarice.spec 
Log Message:
Initial import.



--- 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: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/avarice/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Aug 2007 21:49:59 -0000	1.1
+++ .cvsignore	8 Oct 2007 19:28:46 -0000	1.2
@@ -0,0 +1 @@
+avarice-2.6.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/avarice/devel/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	8 Oct 2007 19:28:46 -0000	1.2
@@ -0,0 +1 @@
+32fe91c39d367796d2c1d35d5ddae8e8  avarice-2.6.tar.bz2




More information about the scm-commits mailing list