]> git.pld-linux.org Git - packages/libmspack.git/commitdiff
- don't use "this" as parameter name in mspack.h (broke C++ compilation)
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 13 Oct 2005 19:29:51 +0000 (19:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    libmspack.spec -> 1.2

libmspack.spec

index ce6f94abd373b0ade438dd8db9fb46dfe8615333..fdf0461e5f65ac4cab9aa27d2c8b5e22c98f815e 100644 (file)
@@ -2,7 +2,7 @@ Summary:        A library for Microsoft compression formats
 Summary(pl):   Biblioteka do formatów kompresji u¿ywanych przez Microsoft
 Name:          libmspack
 Version:       0.0.20040308alpha
-Release:       1
+Release:       2
 License:       LGPL
 Group:         Libraries
 Source0:       http://www.kyz.uklinux.net/downloads/%{name}-%{version}.tar.gz
@@ -51,6 +51,8 @@ Statyczna biblioteka libmspack.
 %prep
 %setup -q
 
+sed -i -e 's/\*this\>/*/' mspack/mspack.h
+
 %build
 %configure
 %{__make}
This page took 0.071028 seconds and 4 git commands to generate.