rpms/unalz/F-9 unalz-optflags.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 unalz.spec, 1.1, 1.2

Orcan Ogetbil oget at fedoraproject.org
Wed Apr 1 16:11:33 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/unalz/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3264

Modified Files:
	.cvsignore sources unalz.spec 
Added Files:
	unalz-optflags.patch 
Log Message:
* Wed Apr 01 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 0.65-1
- Update to 0.65


unalz-optflags.patch:

--- NEW FILE unalz-optflags.patch ---
--- unalz.old/Makefile	2009-04-01 11:11:34.000000000 -0400
+++ unalz/Makefile	2009-04-01 11:21:29.000000000 -0400
@@ -82,3 +82,14 @@ bzip2/huffman.o: bzip2/huffman.c
 bzip2/randtable.o: bzip2/randtable.c
 	$(CC) -c bzip2/randtable.c -o bzip2/randtable.o $(CFLAGS)
 
+main.o: main.cpp
+	$(CPP) -c main.cpp -o main.o $(CFLAGS)
+
+UnAlz.o: UnAlz.cpp
+	$(CPP) -c main.cpp -o UnAlz.o $(CFLAGS)
+
+UnAlzUtils.o: UnAlzUtils.cpp
+	$(CPP) -c UnAlzUtils.cpp -o UnAlzUtils.o $(CFLAGS)
+
+UnAlzBzip2.o: UnAlzBzip2.cpp
+	$(CPP) -c UnAlzBzip2.cpp -o UnAlzBzip2.o $(CFLAGS)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/unalz/F-9/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	18 Feb 2009 22:58:14 -0000	1.2
+++ .cvsignore	1 Apr 2009 16:11:02 -0000	1.3
@@ -1 +1 @@
-unalz-0.64.tgz
+unalz-0.65.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/unalz/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	18 Feb 2009 22:58:14 -0000	1.2
+++ sources	1 Apr 2009 16:11:03 -0000	1.3
@@ -1 +1 @@
-2c78c7a803e897fae4281f13ad0e232b  unalz-0.64.tgz
+e4db2c4e3c8f6f5ee414b68bc55288e5  unalz-0.65.tgz


Index: unalz.spec
===================================================================
RCS file: /cvs/pkgs/rpms/unalz/F-9/unalz.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- unalz.spec	18 Feb 2009 22:58:14 -0000	1.1
+++ unalz.spec	1 Apr 2009 16:11:03 -0000	1.2
@@ -1,6 +1,6 @@
 Summary: Decompression utility
 Name: unalz
-Version: 0.64
+Version: 0.65
 Release: 1%{?dist}
 License: zlib and BSD
 Group: Applications/File
@@ -8,6 +8,7 @@
 Source0: http://www.kipple.pe.kr/win/unalz/%{name}-%{version}.tgz
 # We are using the internal zlib
 Patch0: unalz-internal-zlib.patch
+Patch1: unalz-optflags.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: zlib-devel
 
@@ -19,6 +20,8 @@
 %prep
 %setup -q -n %{name}
 %patch0 -p1 -b .zlib
+%patch1 -p1 -b .optflags
+
 rm -fr zlib
 
 # Fix permissions and encoding issues
@@ -31,7 +34,9 @@
 done
 
 %build
-make %{?_smp_mflags} linux-utf8 CFLAGS="$RPM_OPT_FLAGS"
+export LDFLAGS="$RPM_OPT_FLAGS"
+export CFLAGS="$RPM_OPT_FLAGS"
+make %{?_smp_mflags} linux-utf8
 
 %install
 rm -rf ${RPM_BUILD_ROOT}
@@ -47,6 +52,9 @@
 %{_bindir}/%{name}
 
 %changelog
+* Wed Apr 01 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 0.65-1
+- Update to 0.65
+
 * Wed Jan 21 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 0.64-1
 - Update to 0.64
 




More information about the fedora-extras-commits mailing list