SPECS (DEVEL): urjtag.spec - updated to todays svn
sparky
sparky at pld-linux.org
Sun Dec 21 19:04:37 CET 2008
Author: sparky Date: Sun Dec 21 18:04:37 2008 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- updated to todays svn
---- Files affected:
SPECS:
urjtag.spec (1.5 -> 1.5.2.1)
---- Diffs:
================================================================
Index: SPECS/urjtag.spec
diff -u SPECS/urjtag.spec:1.5 SPECS/urjtag.spec:1.5.2.1
--- SPECS/urjtag.spec:1.5 Sun Dec 21 17:50:27 2008
+++ SPECS/urjtag.spec Sun Dec 21 19:04:31 2008
@@ -1,19 +1,24 @@
# $Revision$, $Date$
-#
+
+%define svnrev 1407
+
Summary: Tool for communicating over JTAG
Name: urjtag
Version: 0.9
-Release: 0.1
+Release: 0.%{svnrev}.1
License: GPL v2
Group: Applications
-Source0: http://dl.sourceforge.net/urjtag/%{name}-%{version}.tar.bz2
-# Source0-md5: 684fc54354e1e600102244c0e7bf6643
+Source0: http://dl.sourceforge.net/urjtag/%{name}-%{svnrev}.tar.bz2
+# Source0-md5: d45cef438a688c18a8a767fffcec3c03
Patch0: %{name}-fix-as_needed.patch
URL: http://urjtag.sourceforge.net/
BuildRequires: autoconf
BuildRequires: automake
+BuildRequires: bison
+BuildRequires: flex >= 2.5.33
BuildRequires: gettext-devel
BuildRequires: libusb-devel
+BuildRequires: sed >= 4.0
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -21,12 +26,13 @@
JTAG with flash chips, CPUs, and many more.
%prep
-%setup -q
+%setup -q -n %{name}-%{svnrev}
%patch0 -p1
+%{__sed} '/po\/Makefile\.in/d' -i configure.ac
%build
%{__gettextize}
-%{__aclocal}
+%{__aclocal} -I m4
%{__autoconf}
%{__autoheader}
%{__automake}
@@ -58,6 +64,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5.2.1 2008/12/21 18:04:31 sparky
+- updated to todays svn
+
Revision 1.5 2008/12/21 16:50:27 sparky
- removed unused ldconfig
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/urjtag.spec?r1=1.5&r2=1.5.2.1&f=u
More information about the pld-cvs-commit
mailing list