]> git.pld-linux.org Git - packages/dshowserver.git/commitdiff
- alpha and numeric comparision is inconsistent with different rpm versions
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 3 Nov 2008 08:25:23 +0000 (08:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dshowserver.spec -> 1.4

dshowserver.spec

index bfc769901818e069e5847d0d7875ec48d3a0b676..07a8c3000bc7f7e91e404ae919159d35865e9f9f 100644 (file)
@@ -1,6 +1,7 @@
 # TODO
 # - err, get rid of name mungling and create real -static package or some other subpackages
 # - static bcond and BR mismatches
+# - missing source0 (due lack of md5)
 
 # Conditional build:
 %bcond_with    static  # static package for use with x86_64 systems
@@ -11,7 +12,7 @@
 Summary:       Win32 CoreAVC H.264 codec helper
 Summary(pl.UTF-8):     Serwer windowsowego kodeka CoreAVC H.264.
 Name:          %{pname}%{?with_static:-static}
-Version:       %{snap}%{extraver}
+Version:       0.%{snap}%{extraver}
 Release:       0.1
 License:       GPL
 Group:         X11/Applications/Multimedia
@@ -19,6 +20,7 @@ Source0:      %{pname}-%{version}.tar.bz2
 # Source0-md5:
 Patch0:                %{pname}-codecspath.patch
 URL:           http://code.google.com/
+# XXX actual without static bcond too??
 BuildRequires: glibc-static
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
This page took 0.069007 seconds and 4 git commands to generate.