]> git.pld-linux.org Git - packages/avra.git/commitdiff
- rel 1 instead of 0.a.1 auto/ti/avra-1_2_3-1
authorlisu <lisu@pld-linux.org>
Thu, 16 Jul 2009 13:28:00 +0000 (13:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use automake without "-a" (automake macro has its own options)
- remove useless AUTHORS file from %%doc

Changed files:
    avra.spec -> 1.8

avra.spec

index 2ae9afaab4aa2908ffc23e51bbdfa9abb8b6191e..99cf5404d555867a94b829f81cd46eeb5a81596a 100644 (file)
--- a/avra.spec
+++ b/avra.spec
@@ -1,13 +1,11 @@
-
-%define rel a
 Summary:       Atmel AVR Assembler
 Summary(pl.UTF-8):     Asembler dla mikrokontrolerów AVR Atmel
 Name:          avra
 Version:       1.2.3
-Release:       0.%{rel}.1
+Release:       1
 License:       GPL
 Group:         Development
-Source0:       http://dl.sourceforge.net/avra/%{name}-%{version}%{rel}-src.tar.bz2
+Source0:       http://dl.sourceforge.net/avra/%{name}-%{version}a-src.tar.bz2
 # Source0-md5: 738a40e52bb5b836ee7fd816669a99c2
 URL:           http://avra.sourceforge.net/
 BuildRequires: autoconf
@@ -28,7 +26,7 @@ całkowicie kompatybilny z własnym asemblerem AVRASM32 Atmela.
 %build
 %{__aclocal}
 %{__autoconf}
-%{__automake} -a
+%{__automake}
 %configure
 %{__make}
 
@@ -46,6 +44,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README TODO
+%doc ChangeLog NEWS README TODO
 %attr(755,root,root) %{_bindir}/*
 %{_examplesdir}/%{name}-%{version}
This page took 0.081195 seconds and 4 git commands to generate.