Update version and improve package version naming scheme.

Mon, 23 Feb 2009 17:30:39 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 23 Feb 2009 17:30:39 +0100
changeset 7
dd4529dd7b21
parent 6
961c83bf7b99
child 8
64a972759ebf

Update version and improve package version naming scheme.

cinelerra/cinelerra.spec file | annotate | diff | comparison | revisions
     1.1 --- a/cinelerra/cinelerra.spec	Sat Feb 21 16:34:22 2009 +0100
     1.2 +++ b/cinelerra/cinelerra.spec	Mon Feb 23 17:30:39 2009 +0100
     1.3 @@ -9,14 +9,14 @@
     1.4  # Cinelerra should work on non-NVidia cards fine too.
     1.5  
     1.6  Name:          cinelerra
     1.7 -Summary:       A non linear video editor and effects processor 
     1.8 -Version:       2.1.cv%(date '+%Y%m%d' -d 02/02/2009)
     1.9 -Release:       0.msvb.1 
    1.10 +Summary:       A non linear video editor and effects processor
    1.11 +Version:       2.1
    1.12 +Release:       20090222
    1.13  License:       GPL
    1.14  Group:         Productivity/Multimedia/Video/Editors and Convertors
    1.15  URL:           http://cvs.cinelerra.org/
    1.16 -Source0:       %name-%version.tar.bz2
    1.17 -BuildRoot:     %{_tmppath}/%{name}-2.1-%{release}-buildroot
    1.18 +Source0:       %{name}-%{version}-%{release}.tar.bz2
    1.19 +BuildRoot:     %{_tmppath}/%{name}-%{release}-buildroot
    1.20  BuildRequires: automake autoconf libtool gcc-c++ freetype2-devel Mesa-devel xorg-x11-devel fltk-devel libx264-devel alsa-devel libesd-devel lame libavc1394-devel libfaac-devel faad2-devel libjpeg-devel libpng-devel libdv-devel OpenEXR-devel libogg-devel libvorbis-devel libtheora-devel mjpegtools-devel libraw1394-devel libiec61883-devel libmpeg3 libsndfile-devel pkgconfig nasm fftw3-devel liba52dec-devel libffmpeg-devel e2fsprogs-devel libtiff-devel flac-devel
    1.21  Requires:      mjpegtools >= 1.6.3, libavcodec52, libavutil49
    1.22  Requires:      libx264-66, liba52, libpostproc51, libswscale0
    1.23 @@ -45,7 +45,7 @@
    1.24  This package contains Cinelerra files needed for compiling stuff.
    1.25  
    1.26  %prep
    1.27 -%setup -q 
    1.28 +%setup -q -n %{name}-%{version}-%{release}
    1.29  
    1.30  %build
    1.31  ./autogen.sh
    1.32 @@ -104,6 +104,8 @@
    1.33  %{_includedir}/*
    1.34  
    1.35  %changelog
    1.36 +* Sun Feb 22 2009 Michael Schloh von Bennewitz <michael@schloh.com> - 20090222
    1.37 +- upgrade to current trunk sources, intenting to relink against new alsa-devel
    1.38  * Thu Feb 04 2009 Michael Schloh von Bennewitz <michael@schloh.com> - 2.1.cv20090106
    1.39  - reformat text and build logic statements in specification
    1.40  * Tue Feb 02 2009 Michael Schloh von Bennewitz <michael@schloh.com> - 2.1.cv20090106

mercurial