]> git.pld-linux.org Git - packages/nxcomp.git/commitdiff
- 2.0.0.81
authoraredridel <aredridel@pld-linux.org>
Mon, 11 Sep 2006 16:59:58 +0000 (16:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nxcomp.spec -> 1.16

nxcomp.spec

index 5ee080a48152ab5948898b013477856fda4fb363..cd321b18c1fb0180390da196758ed21af05d8d1f 100644 (file)
@@ -1,5 +1,5 @@
-%define        _version_major  1.5.0
-%define        _version_minor  80
+%define        _version_major  2.0.0
+%define        _version_minor  81
 
 Summary:       NX compression library
 Summary(pl):   Biblioteka kompresji NX
@@ -9,9 +9,8 @@ Release:        3
 License:       GPL
 Group:         X11/Libraries
 Source0:       http://64.34.161.181/download/%{_version_major}/sources/%{name}-%{_version_major}-%{_version_minor}.tar.gz
-# Source0-md5: 782f04870142c9fc5b2e1f654fd0a5d7
+# Source0-md5: fa6663ef31787d2a49982450928bf0cd
 Patch0:                %{name}-pic.patch
-Patch1:                %{name}-gcc4.patch
 URL:           http://www.nomachine.com/
 BuildRequires: autoconf
 BuildRequires: libjpeg-devel
@@ -55,7 +54,6 @@ Statyczna biblioteka nxcomp.
 %prep
 %setup -q -n %{name}
 %patch0 -p1
-%patch1 -p1
 
 sed -i 's/CXXFLAGS="-O3"/CXXFLAGS="%{rpmcflags}"/' configure.in
 sed -i 's/CPPFLAGS="-O3"/CPPFLAGS="%{rpmcflags}"/' configure.in
@@ -74,7 +72,7 @@ install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir}}
 
 cp -a lib*.so* $RPM_BUILD_ROOT%{_libdir}
 install lib*.a $RPM_BUILD_ROOT%{_libdir}
-install NX.h $RPM_BUILD_ROOT%{_includedir}
+install NX*.h $RPM_BUILD_ROOT%{_includedir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.329437 seconds and 4 git commands to generate.