SPECS: libmigdb.spec (NEW) - new

witekfl witekfl at pld-linux.org
Sun Aug 13 15:21:56 CEST 2006


Author: witekfl                      Date: Sun Aug 13 13:21:56 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   libmigdb.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/libmigdb.spec
diff -u /dev/null SPECS/libmigdb.spec:1.1
--- /dev/null	Sun Aug 13 15:21:56 2006
+++ SPECS/libmigdb.spec	Sun Aug 13 15:21:51 2006
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+Summary:	Library handling GDB/MI interface
+Summary(pl):	Biblioteka obsługująca interfejs GDB/MI
+Name:		libmigdb
+Version:	0.8.10
+Release:	1
+License:	GPL v2
+Group:		Development/Libraries
+Source0:	http://dl.sourceforge.net/libmigdb/%{name}-%{version}.tar.bz2
+# Source0-md5:	4929260320253489a958bc95eb388c11
+URL:		http://sourceforge.net/projects/libmigdb/
+BuildRequires:	libstdc++-devel
+Requires:	gdb
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This library is an attempt to support the GDB/MI interface. MI stands for
+machine interface. In this mode gdb sends responses that are "machine
+readable" instead of "human readable"
+
+%description -l pl
+Ta biblioteka jest próbą obsługi interfejsu GDB/MI. MI oznacza interfejs
+maszyny. W tym trybie gdb wysyła odpowiedzi, które są "zrozumiałe dla
+maszyny" a nie są "zrozumiałe dla człowieka".
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__make} CC="%{__cc}" \
+	CXX="%{__cxx}" \
+	CFLAGS="%{rpmcflags}" \
+	CXXFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_includedir},%{_libdir}}
+
+install src/libmigdb.a $RPM_BUILD_ROOT%{_libdir}
+install src/mi_gdb.h $RPM_BUILD_ROOT%{_includedir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc change.log README doc/reference.html
+%{_includedir}/*
+%{_libdir}/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/08/13 13:21:51  witekfl
+- new
+
================================================================


More information about the pld-cvs-commit mailing list