SPECS: monotone-viz.spec (NEW) - initial

arekm arekm at pld-linux.org
Mon Jul 25 22:45:24 CEST 2005


Author: arekm                        Date: Mon Jul 25 20:45:24 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

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

---- Diffs:

================================================================
Index: SPECS/monotone-viz.spec
diff -u /dev/null SPECS/monotone-viz.spec:1.1
--- /dev/null	Mon Jul 25 22:45:24 2005
+++ SPECS/monotone-viz.spec	Mon Jul 25 22:45:19 2005
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+Summary:	Visualization of monotone ancestry graphs
+Name:		monotone-viz
+Version:	0.10
+Release:	1
+License:	GPL
+Group:		Development/Version Control
+Source0:	http://oandrieu.nerim.net/monotone-viz/%{name}-%{version}.tar.gz
+# Source0-md5:	1dfe3563f84e9be1ef5db2bf9e87bcd7
+URL:		http://oandrieu.nerim.net/monotone-viz/
+BuildRequires:	gtk+2-devel >= 1:2.2.0
+BuildRequires:	graphviz
+BuildRequires:	ocaml
+BuildRequires:	ocaml-camlp4
+BuildRequires:	ocaml-lablgtk >= 2.4.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GTK+ application for visualization of monotone ancestry graphs.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name} --with-gnome --all-name
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc FIXME
+%attr(755,root,root) %{_bindir}/FIXME
+
+%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  2005/07/25 20:45:19  arekm
+- initial
+
================================================================



More information about the pld-cvs-commit mailing list