rpms/upx/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 upx.spec, 1.8, 1.9 upx-nostrip.patch, 1.1, NONE upx-optflags.patch, 1.1, NONE

Ville Skytta (scop) fedora-extras-commits at redhat.com
Tue May 16 19:25:39 UTC 2006


Author: scop

Update of /cvs/extras/rpms/upx/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7244

Modified Files:
	.cvsignore sources upx.spec 
Removed Files:
	upx-nostrip.patch upx-optflags.patch 
Log Message:
* Tue May 16 2006 Ville Skyttä <ville.skytta at iki.fi> - 2.00-1
- 2.00.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/upx/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 05:30:12 -0000	1.2
+++ .cvsignore	16 May 2006 19:25:39 -0000	1.3
@@ -1 +1 @@
-upx-1.25-src.tar.gz
+upx-2.00-src.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/upx/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 05:30:12 -0000	1.2
+++ sources	16 May 2006 19:25:39 -0000	1.3
@@ -1 +1 @@
-6f20a62999a46a1864652454b3c8a5d8  upx-1.25-src.tar.gz
+ce412e9ef82f4474531d66ce7e5a7950  upx-2.00-src.tar.gz


Index: upx.spec
===================================================================
RCS file: /cvs/extras/rpms/upx/devel/upx.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- upx.spec	15 Feb 2006 21:03:23 -0000	1.8
+++ upx.spec	16 May 2006 19:25:39 -0000	1.9
@@ -1,14 +1,12 @@
 Name:           upx
-Version:        1.25
-Release:        5%{?dist}
+Version:        2.00
+Release:        1%{?dist}
 Summary:        Ultimate Packer for eXecutables
 
 Group:          Applications/Archiving
 License:        GPL
 URL:            http://upx.sourceforge.net/
 Source0:        http://upx.sourceforge.net/download/%{name}-%{version}-src.tar.gz
-Patch0:         %{name}-optflags.patch
-Patch1:         %{name}-nostrip.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  ucl-devel >= 1.01
@@ -22,19 +20,14 @@
 
 
 %prep
-%setup -q
-%patch0 -p0
-%patch1 -p0
+%setup -q -n %{name}-%{version}-src
+sed -i -e 's/ -O2 / /' -e 's/ -Werror//' src/Makefile
 
 
 %build
+export CXXFLAGS="$RPM_OPT_FLAGS"
+make %{?_smp_mflags} -C src CXX=%{__cxx} UCLDIR=%{_prefix} exeext=
 make -C doc
-make %{?_smp_mflags} -C src \
-  target=linux \
-  CXX=%{__cxx} \
-  CCARCH= \
-  UCLDIR=%{_prefix} \
-  STUBEDIT_EXE=:
 
 
 %install
@@ -49,13 +42,15 @@
 
 %files
 %defattr(-,root,root,-)
-%doc BUGS COPYING LICENSE NEWS PROJECTS README THANKS
-%doc doc/loader.txt doc/upx.html
+%doc BUGS COPYING LICENSE NEWS PROJECTS README README.1ST THANKS TODO doc/*.txt
 %{_bindir}/upx
 %{_mandir}/man1/upx.1*
 
 
 %changelog
+* Tue May 16 2006 Ville Skyttä <ville.skytta at iki.fi> - 2.00-1
+- 2.00.
+
 * Wed Feb 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.25-5
 - Rebuild.
 


--- upx-nostrip.patch DELETED ---


--- upx-optflags.patch DELETED ---




More information about the fedora-extras-commits mailing list