Author: lisu                         Date: Mon Oct 25 08:40:45 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 1.3.0
- some changes in build workaround

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

---- Diffs:

================================================================
Index: packages/avra/avra.spec
diff -u packages/avra/avra.spec:1.8 packages/avra/avra.spec:1.9
--- packages/avra/avra.spec:1.8 Thu Jul 16 15:28:00 2009
+++ packages/avra/avra.spec     Mon Oct 25 10:40:40 2010
@@ -2,12 +2,12 @@
 Summary:       Atmel AVR Assembler
 Summary(pl.UTF-8):     Asembler dla mikrokontrolerów AVR Atmel
 Name:          avra
-Version:       1.2.3
+Version:       1.3.0
 Release:       1
 License:       GPL
 Group:         Development
-Source0:       http://dl.sourceforge.net/avra/%{name}-%{version}a-src.tar.bz2
-# Source0-md5: 738a40e52bb5b836ee7fd816669a99c2
+Source0:       http://downloads.sourceforge.net/avra/%{name}-%{version}.tar.bz2
+# Source0-md5: d5d48369ceaa004c4ca09f61f69b2c84
 URL:           http://avra.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -25,6 +25,7 @@
 %setup -q
 
 %build
+cd src
 %{__aclocal}
 %{__autoconf}
 %{__automake}
@@ -35,17 +36,17 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
-%{__make} install \
+%{__make} -C src install \
        DESTDIR=$RPM_BUILD_ROOT
 
-cp -rf Example/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -rf examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog NEWS README TODO
+%doc doc/{*.html,*.txt} TODO
 %attr(755,root,root) %{_bindir}/*
 %{_examplesdir}/%{name}-%{version}
 
@@ -55,6 +56,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2010/10/25 08:40:40  lisu
+- updated to 1.3.0
+- some changes in build workaround
+
 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)
================================================================

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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to