avra.spec -prośba o podbicie wersji

Daniel Dawid Majewski light-i at o2.pl
Thu Jul 16 13:30:45 CEST 2009


Pewnego dnia wpadła wieść od Paweł Zuzelski i powiedziała :
> Wyślij jeszcze raz, bo nie doszedł załącznik z łatką na speca.
;) Załącznik...
-- 
Pozdrawiam,
Daniel Dawid Majewski
jabber:light-i/jid.pl
-------------- next part --------------
# $Revision: 1.5 $, $Date: 2007/02/12 22:09:09 $
Summary:	Atmel AVR Assembler
Summary(pl.UTF-8):	Asembler dla mikrokontrolerĂłw AVR Atmel
Name:		avra
Version:	1.2.0
Release:	1
License:	GPL
Group:		Development
Source0:	http://dl.sourceforge.net/avra/%{name}-%{version}-src.tgz
# Source0-md5:	571e0b530040814a09129c348be1d09a
URL:		http://avra.sourceforge.net/
BuildRequires:	autoconf
BuildRequires:	automake
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
AVRA is an assembler for Atmel AVR microcontrollers, and it is almost
compatible with Atmel's own assembler AVRASM32.

%description -l pl.UTF-8
AVRA jest asemblerem dla mikrokontrolerĂłw AVR Atmel, i jest prawie
całkowicie kompatybilny z własnym asemblerem AVRASM32 Atmela.

%prep
%setup -q -c

%build
%{__aclocal}
%{__autoconf}
%{__automake}
%configure
%{__make}

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}

%{__make} install \
	DESTDIR=$RPM_BUILD_ROOT

cp -rf Example/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README TODO
%attr(755,root,root) %{_bindir}/*
%{_examplesdir}/%{name}-%{version}

%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org

$Log: avra.spec,v $
Revision 1.5  2007/02/12 22:09:09  glen
- tabs in preamble

Revision 1.4  2007/02/12 01:06:44  baggins
- converted to UTF-8

Revision 1.3  2006/11/01 18:15:35  yogib
- up to 1.2.0

Revision 1.2  2006/10/04 20:53:31  qboosh
- cosmetics

Revision 1.1  2006/09/09 16:33:25  yogib
- new


More information about the pld-devel-pl mailing list