SPECS: squashfs.spec - updated to 3.4, inlcude -D's from original Makefile ...

hawk hawk at pld-linux.org
Thu Oct 23 22:35:35 CEST 2008


Author: hawk                         Date: Thu Oct 23 20:35:35 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 3.4, inlcude -D's from original Makefile in CFLAGS

---- Files affected:
SPECS:
   squashfs.spec (1.34 -> 1.35) 

---- Diffs:

================================================================
Index: SPECS/squashfs.spec
diff -u SPECS/squashfs.spec:1.34 SPECS/squashfs.spec:1.35
--- SPECS/squashfs.spec:1.34	Wed Dec 26 00:18:01 2007
+++ SPECS/squashfs.spec	Thu Oct 23 22:35:30 2008
@@ -2,12 +2,12 @@
 Summary:	Set of tools which creates squashfs filesystem
 Summary(pl.UTF-8):	Zestaw narzędzi do tworzenia systemu plików squashfs
 Name:		squashfs
-Version:	3.2
-Release:	3
+Version:	3.4
+Release:	1
 License:	GPL
 Group:		Base/Utilities
-Source0:	http://dl.sourceforge.net/squashfs/%{name}%{version}-r2.tar.gz
-# Source0-md5:	bf360b92eba9e6d5610196ce2e02fcd1
+Source0:	http://dl.sourceforge.net/squashfs/%{name}%{version}.tar.gz
+# Source0-md5:	2a4d2995ad5aa6840c95a95ffa6b1da6
 URL:		http://squashfs.sourceforge.net/
 BuildRequires:	zlib-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -43,12 +43,12 @@
 pamięci i urządzeń blokowych (np. systemach wbudowanych).
 
 %prep
-%setup -q -n %{name}%{version}-r2
+%setup -q -n %{name}%{version}
 
 %build
 %{__make} -C squashfs-tools \
 	CC="%{__cc}" \
-	CFLAGS="-I. %{rpmcflags}"
+	CFLAGS="-I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE %{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -70,6 +70,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.35  2008/10/23 20:35:30  hawk
+- updated to 3.4, inlcude -D's from original Makefile in CFLAGS
+
 Revision 1.34  2007/12/25 23:18:01  glen
 - rel 3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/squashfs.spec?r1=1.34&r2=1.35&f=u



More information about the pld-cvs-commit mailing list