]> git.pld-linux.org Git - packages/dvd2avi.git/commitdiff
- better versioning
authorshadzik <shadzik@pld-linux.org>
Tue, 4 Jul 2006 15:29:03 +0000 (15:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dvd2avi.spec -> 1.9

dvd2avi.spec

index f55dea40e121b3eeeffdbd026b5f1079975a3b21..227bbeaa4080c12c0e748a5af1d5919ab5282cd6 100644 (file)
@@ -1,15 +1,17 @@
 # TODO: don't put functions.pm in perl_vendorlib
 %include       /usr/lib/rpm/macros.perl
+%define                _mainver        0.7
+%define                _subver .5
+%define                _ver    %(echo %{_subver} |sed s/./-/)
 Summary:       dvd2avi - conversion tool
 Summary(de):   dvd2avi - ein konversions Tool
 Summary(pl):   dvd2avi - narzêdzie do konwersji
 Name:          dvd2avi
-Version:       0.7
-%define        _ver    -5
-Release:       4
+Version:       %{_mainver}%{_subver}
+Release:       1
 License:       GPL
 Group:         X11/Applications
-Source0:       http://dl.sourceforge.net/dvd2avi/%{name}-%{version}%{_ver}.tgz
+Source0:       http://dl.sourceforge.net/dvd2avi/%{name}-%{_mainver}%{_ver}.tgz
 # Source0-md5: 26ecb079c5ee49a4025c3a1323b2daa6
 Source1:       %{name}.desktop
 Patch0:                %{name}-location.patch
This page took 0.029995 seconds and 4 git commands to generate.