]> git.pld-linux.org Git - packages/gAVR.git/commitdiff
- updated to 0.5, added sed to fix building
authoryogib <yogib@pld-linux.org>
Mon, 13 Dec 2004 22:06:31 +0000 (22:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gAVR.spec -> 1.14

gAVR.spec

index ad38dbf2e42d2422665adfa92c57d25e693660d3..d194ab1bbddc9c308b433f56780827d136816e3d 100644 (file)
--- a/gAVR.spec
+++ b/gAVR.spec
@@ -1,17 +1,18 @@
 Summary:       Serial programmer for Atmel AVR microcontrollers
 Summary(pl):   Szeregowy programator dla mikrokontrolerów AVR Atmela
 Name:          gAVR
-Version:       0.4
-Release:       0.2
+Version:       0.5
+Release:       0.1
 License:       GPL
 Group:         X11/Development/Tools
 Source0:       http://dl.sourceforge.net/gavr/%{name}-%{version}.tar.gz
-# Source0-md5: 40aec04e8cd90c5a4a37b855ec70ec14
+# Source0-md5: 2de5ae70ae56e015287be6b714ea5624
 Source1:       %{name}.desktop
 URL:           http://pvdb.dse.nl/electronics/gAVR.html
 BuildRequires: automake
 BuildRequires: gtk+2-devel >= 1:2.0.0
 BuildRequires: libgnomeui-devel >= 2.0.0
+BuildRequires: sed >= 4.0
 ExcludeArch:   sparc sparc64 sparcv9 ppc
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -26,7 +27,8 @@ Graficzny programator dla mikrokontroler
 
 %build
 cp -f /usr/share/automake/config.* .
-
+sed -i -e 's#$(top_builddir)/$(MKINSTALLDIRS)#$(MKINSTALLDIRS)#' \
+       po/Makefile.in.in
 %configure
 %{__make}
 
This page took 0.058076 seconds and 4 git commands to generate.