X-Git-Url: http://git.onelab.eu/?p=sface.git;a=blobdiff_plain;f=sface.spec;h=da6410004d1d907aca96cdf271cbda4d9354569d;hp=995ef680d15c1bbd363e0d0f3b05e6c89c34f0e5;hb=a30b55dc5d556c92155aada00a46c91450887f71;hpb=7d16f6742dd81c0a503dd75fa765aca19dab754d diff --git a/sface.spec b/sface.spec index 995ef68..da64100 100644 --- a/sface.spec +++ b/sface.spec @@ -1,14 +1,13 @@ -%define distro Fedora -%define distrorelease 12 -%define distroname f12 -%define pldistro onelab -%define plrelease 5.0 - -%define url $URL: http://svn.planet-lab.org/svn/sfa/trunk/sfa.spec $ +# these are defined by the build +#%define distro Fedora +#%define distrorelease 12 +#%define distroname f12 +#%define pldistro onelab +#%define plrelease 5.0 %define name sface %define version 0.1 -%define taglevel 1 +%define taglevel 11 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -23,7 +22,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Vendor: PlanetLab Packager: PlanetLab Central Distribution: PlanetLab %{plrelease} -URL: %(echo %{url} | cut -d ' ' -f 2) +URL: %{SCMURL} Summary: GUI for sfi.py from SFA Group: Applications/System @@ -42,7 +41,7 @@ the slice's RSpec with an XML pretty printer. %setup -q %build -make +make VERSIONTAG="%{version}-%{taglevel}" SCMURL="%{SCMURL}" %install rm -rf $RPM_BUILD_ROOT @@ -61,5 +60,41 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/sface/* %changelog +* Mon May 23 2011 Thierry Parmentelat - sface-0.1-11 +- fixed the logo area on the mac + +* Mon May 23 2011 Thierry Parmentelat - sface-0.1-10 +- show versions of sface and sfa in the configure window +- should work both on rpm-based and macos (build-dmg.sh) packages + +* Tue Mar 15 2011 Thierry Parmentelat - sface-0.1-9 +- packaging has support for leopard as well +- can use vn as a skeleton for vn+1 +- config view show SFA version + +* Tue Mar 15 2011 Thierry Parmentelat - sface-0.1-8 +- dmg packaging has support for leopard, and other utility options +- cleaned up graphics + +* Mon Mar 14 2011 Thierry Parmentelat - sface-0.1-7 +- fixed dmg packaging + +* Mon Mar 14 2011 Thierry Parmentelat - sface-0.1-6 +- help script to create dmg packaging + +* Tue Mar 08 2011 Andy Bavier - sface-0.1-5 +- Can add and remove slice tags +- Numerous tweaks +- Simplify item model + +* Thu Jan 27 2011 Thierry Parmentelat - sface-0.1-4 +- minor changes + +* Thu Oct 14 2010 Baris Metin - sface-0.1-3 +- sface-0.1-3, with improvement on process output. + +* Mon Sep 27 2010 Thierry Parmentelat - sface-0.1-2 +- initial version with rpm packaging + * Fri Sep 24 2010 Giovanni Gherdovich - initial package