]> git.pld-linux.org Git - packages/wine.git/commitdiff
- unified (_rc -> subver), precede release with 0. to avoid epoch bump
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 10 May 2008 07:17:45 +0000 (07:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wine.spec -> 1.317

wine.spec

index 6d72b22f4a6c3eeaf6e87efaced4ffdef64678e3..b022f615b0fe7be42c235e0d2a8b176ea29dbc79 100644 (file)
--- a/wine.spec
+++ b/wine.spec
 %if %{without alsa}
 %undefine      with_jack
 %endif
-%define                _rc     rc1
+%define                subver  rc1
 Summary:       Program that lets you launch Win applications
 Summary(es.UTF-8):     Ejecuta programas Windows en Linux
 Summary(pl.UTF-8):     Program pozwalający uruchamiać aplikacje Windows
 Summary(pt_BR.UTF-8):  Executa programas Windows no Linux
 Name:          wine
 Version:       1.0
-Release:       %{_rc}.1
+Release:       0.%{subver}.1
 Epoch:         1
 License:       LGPL
 Group:         Applications/Emulators
-Source0:       http://dl.sourceforge.net/wine/%{name}-%{version}-%{_rc}.tar.bz2
+Source0:       http://dl.sourceforge.net/wine/%{name}-%{version}-%{subver}.tar.bz2
 # Source0-md5: 2aa76ed20a327aa10e3ef07301c733fa
 Source1:       %{name}-uninstaller.desktop
 Patch0:                %{name}-fontcache.patch
@@ -236,7 +236,7 @@ NAS driver for WINE mm.dll (multimedia system) implementation.
 Sterownik NAS dla implementacji mm.dll (systemu multimediów) w Wine.
 
 %prep
-%setup -qn %{name}-%{version}-%{_rc}
+%setup -qn %{name}-%{version}-%{subver}
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
This page took 0.129817 seconds and 4 git commands to generate.