X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vsys.spec;h=bd6ad057eaa621f44744bb239c099307cd8ee12f;hb=refs%2Fheads%2F0.9;hp=a3d77e624f0cd75b28986674a767d582e58350c6;hpb=03f157831979339c13cd1f45e2d8874563725c22;p=vsys.git diff --git a/vsys.spec b/vsys.spec index a3d77e6..bd6ad05 100644 --- a/vsys.spec +++ b/vsys.spec @@ -2,22 +2,17 @@ # Vsys filesystem # # RPM spec file -# -# $Id$ -# - -%define url $URL$ %define name vsys %define version 0.9 -%define taglevel 2 +%define taglevel 5 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} Vendor: PlanetLab Packager: PlanetLab Central Distribution: PlanetLab %{plrelease} -URL: %(echo %{url} | cut -d ' ' -f 2) +URL: %{SCMURL} Summary: Vsys filesystem Name: %{name} @@ -29,7 +24,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot #Requires: BuildRequires: inotify-tools-devel BuildRequires: ocaml -BuildRequires: ocaml-docs +BuildRequires: ocaml-ocamldoc Source0: vsys-%{version}.tar.gz @@ -77,6 +72,15 @@ fi %postun %changelog +* Mon Jul 05 2010 Baris Metin - vsys-0.9-5 +- fix dependencies and docs generation + +* Sun Dec 27 2009 Thierry Parmentelat - vsys-0.9-4 +- fix build for f12 + +* Mon May 18 2009 Sapan Bhatia - vsys-0.9-3 +- The previous tag (0.9-2) doesn't build. This one is tested to build and install (or rather, upgrade) fine with the previous version of vsys. + * Mon May 18 2009 Sapan Bhatia - vsys-0.9-2 - Getting rid of factory scripts from the main vsys. They now live elsewhere.