]> git.pld-linux.org Git - packages/squashfs.git/commitdiff
- updated to 2.1-r2 (anonymous struct/unions removed - gcc2.95-compatible again)
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 11 Feb 2005 09:01:18 +0000 (09:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    squashfs.spec -> 1.23

squashfs.spec

index 84d0045c8acba5d9352984996cb065179891f062..ccb3f7d68ffd2ba9cedcc736c96452597f86c45f 100644 (file)
@@ -2,11 +2,11 @@ Summary:      Set of tools which creates squashfs filesystem
 Summary(pl):   Zestaw narzêdzi do tworzenia systemu plików squashfs
 Name:          squashfs
 Version:       2.1
-Release:       1
+Release:       2
 License:       GPL
 Group:         Base/Utilities
-Source0:       http://dl.sourceforge.net/squashfs/%{name}%{version}.tar.gz
-# Source0-md5: 905c28aab3fa9706c9eeb77d839a0f09
+Source0:       http://dl.sourceforge.net/squashfs/%{name}%{version}-r2.tar.gz
+# Source0-md5: ffa24eff13b2ca51ed6990d15237e4c1
 URL:           http://squashfs.sourceforge.net/
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -42,11 +42,10 @@ mo
 pamiêci i urz±dzeñ blokowych (np. systemach wbudowanych).
 
 %prep
-%setup -q -n %{name}%{version}
+%setup -q -n %{name}%{version}-r2
 
 %build
-cd squashfs-tools
-%{__make} \
+%{__make} -C squashfs-tools \
        CC="%{__cc}" \
        CFLAGS="-I. %{rpmcflags}"
 
This page took 0.047403 seconds and 4 git commands to generate.