Project

General

Profile

Revision c848e6b4

IDc848e6b4422070bd25ccf5f03daa050cf87f28d9
Parent 243b8ffe
Child 1fa3b081

Added by Francois POIROTTE almost 6 years ago

Préparation v5.0.0rc1

Change-Id: I41b41c06bac5c7708053c1279d728acb2e1ae18e

View differences:

pkg/vigiboard.rhel6.spec
4 4
Summary:    @SUMMARY@
5 5
Version:    @VERSION@
6 6
Release:    @RELEASE@%{?dist}
7
Source0:    %{name}-%{version}.tar.gz
7
Source0:    %{name}-%{version}@PREVERSION@.tar.gz
8 8
URL:        @URL@
9 9
Group:      Applications/System
10 10
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-build
......
23 23
This application is part of the Vigilo Project <https://www.vigilo-nms.com>
24 24

  
25 25
%prep
26
%setup -q
26
%setup -q -n %{name}-%{version}@PREVERSION@
27 27

  
28 28
%build
29 29

  
setup.py
33 33

  
34 34
setup(
35 35
    name='vigilo-vigiboard',
36
    version='5.0.0',
36
    version='5.0.0rc1',
37 37
    author='Vigilo Team',
38 38
    author_email='contact.vigilo@c-s.fr',
39 39
    zip_safe=False, # pour pouvoir déplacer app_cfg.py

Also available in: Unified diff