[packages/sigrok-cli] - up to snap 5d09b45

arekm arekm at pld-linux.org
Sat Mar 9 17:14:26 CET 2013


commit 39ef7039ec0a58a8a8d3b61608779b57b77f10ae
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sat Mar 9 17:14:24 2013 +0100

    - up to snap 5d09b45

 sigrok-cli.spec | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/sigrok-cli.spec b/sigrok-cli.spec
index cf8eef3..3e33581 100644
--- a/sigrok-cli.spec
+++ b/sigrok-cli.spec
@@ -1,12 +1,18 @@
+%define	snap	5d09b45
 Summary:	Basic hardware access drivers for logic analyzers
 Name:		sigrok-cli
 Version:	0.3.1
-Release:	1
+Release:	0.%{snap}.1
 License:	GPL v3+
 Group:		X11/Applications/Science
 URL:		http://www.sigrok.org/
-Source0:	http://downloads.sourceforge.net/sigrok/%{name}-%{version}.tar.gz
-# Source0-md5:	eed06b1408a969b86b0f6e1aa29ae0cb
+# Source0:	http://downloads.sourceforge.net/sigrok/%{name}-%{version}.tar.gz
+# Source0:	http://sigrok.org/gitweb/?p=sigrok-cli.git;a=snapshot;h=%{snap};sf=tgz;/%{name}-%{snap}.tar.gz
+Source0:	%{name}-%{snap}.tar.gz
+# Source0-md5:	f9bf44dac11d6cc7ebd040a76381d831
+BuildRequires:	automake
+BuildRequires:	autoconf
+BuildRequires:	libtool
 BuildRequires:	glib2-devel
 BuildRequires:	libsigrok-devel
 BuildRequires:	libsigrokdecode-devel
@@ -17,9 +23,15 @@ and libsigrokdecode to provide the basic sigrok functionality from the
 command-line. Among other things, it is useful for scripting purposes.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{snap}
 
 %build
+install -d autostuff
+%{__libtoolize}
+%{__aclocal}
+%{__autoheader}
+%{__autoconf}
+%{__automake}
 %configure \
 	--disable-static \
 	--disable-silent-rules
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sigrok-cli.git/commitdiff/39ef7039ec0a58a8a8d3b61608779b57b77f10ae



More information about the pld-cvs-commit mailing list