]> git.pld-linux.org Git - packages/catcodec.git/commitdiff
- up to 1.0.5 master auto/th/catcodec-1.0.5-1
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 16 May 2021 16:29:58 +0000 (18:29 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 16 May 2021 16:29:58 +0000 (18:29 +0200)
catcodec-flags.patch
catcodec.spec

index cfda683588d093e0e85446fac8efa68f370c1ba4..fccbbcc9e0856ff4485398d6d93fff90cc72d8f3 100644 (file)
@@ -1,14 +1,5 @@
 --- catcodec-1.0.1/Makefile~   2010-08-25 18:39:16.000000000 +0200
 +++ catcodec-1.0.1/Makefile    2010-09-02 14:58:19.162337310 +0200
-@@ -21,7 +21,7 @@
- # Add some default CXXFLAGS only if there aren't dictated from the outside
- ifndef CXXFLAGS
--      CXXFLAGS = -Wall -Wcast-qual -Wwrite-strings
-+      CXXFLAGS = -Wall -Wcast-qual -Wwrite-strings $(OPTFLAGS)
- endif
- # Regardless of the warning settings, we really do not want these errors.
 @@ -39,7 +39,7 @@
  
  $(CATCODEC): $(OBJS:%=objs/%)
index 33a32d0b714025879ff8b44cd8c28ec242985334..a139888d948c3101fc6e3c7ae4f90ad41441fd62 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Tool for decode and encode sample catalogues for OpenTTD
 Summary(pl.UTF-8):     Narzędzie do dekodowania oraz enkodowania katalogów dźwiękowych dla OpenTTD
 Name:          catcodec
-Version:       1.0.3
+Version:       1.0.5
 Release:       1
 License:       GPL v2+
 Group:         Applications
-Source0:       http://cz.binaries.openttd.org/openttd/binaries/extra/catcodec/%{version}/%{name}-%{version}-source.tar.bz2
-# Source0-md5: 31196e261f7216ecea300e8807693401
+Source0:       https://cdn.openttd.org/catcodec-releases/%{version}/%{name}-%{version}-source.tar.xz
+# Source0-md5: 732af1bbe83ffdde17dc10703896472d
 Patch0:                %{name}-flags.patch
 URL:           http://www.openttd.org/en/download-catcodec
 BuildRequires: libstdc++-devel
@@ -26,7 +26,7 @@ dźwiękowych dla OpenTTD.
 %build
 %{__make} \
        CXX="%{__cxx}" \
-       OPTFLAGS="%{rpmcxxflags}" \
+       CXXFLAGS="%{rpmcxxflags}" \
        LDFLAGS="%{rpmldflags}" \
        VERBOSE="on"
 
This page took 0.096236 seconds and 4 git commands to generate.