packages: avra/avra.spec - rel 1 instead of 0.a.1 - use automake without "-...

lisu lisu at pld-linux.org
Thu Jul 16 15:28:06 CEST 2009


Author: lisu                         Date: Thu Jul 16 13:28:06 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 1 instead of 0.a.1
- use automake without "-a" (automake macro has its own options)
- remove useless AUTHORS file from %%doc

---- Files affected:
packages/avra:
   avra.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: packages/avra/avra.spec
diff -u packages/avra/avra.spec:1.7 packages/avra/avra.spec:1.8
--- packages/avra/avra.spec:1.7	Thu Jul 16 15:05:26 2009
+++ packages/avra/avra.spec	Thu Jul 16 15:28:00 2009
@@ -1,14 +1,12 @@
 # $Revision$, $Date$
-
-%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
@@ -29,7 +27,7 @@
 %build
 %{__aclocal}
 %{__autoconf}
-%{__automake} -a
+%{__automake}
 %configure
 %{__make}
 
@@ -47,7 +45,7 @@
 
 %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}
 
@@ -57,6 +55,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2009/07/16 13:28:00  lisu
+- rel 1 instead of 0.a.1
+- use automake without "-a" (automake macro has its own options)
+- remove useless AUTHORS file from %%doc
+
 Revision 1.7  2009/07/16 13:05:26  cactus
 - merged from DEVEL
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/avra/avra.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list