Author: witekfl Date: Thu Oct 11 16:06:07 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - BR: zlib-devel - glibc-static is not required - enabled lzma - added README.1ST to the docs - rel 2
---- Files affected: SPECS: upx.spec (1.30 -> 1.31) ---- Diffs: ================================================================ Index: SPECS/upx.spec diff -u SPECS/upx.spec:1.30 SPECS/upx.spec:1.31 --- SPECS/upx.spec:1.30 Thu Jun 21 00:38:41 2007 +++ SPECS/upx.spec Thu Oct 11 18:06:02 2007 @@ -3,15 +3,17 @@ Summary(pl.UTF-8): Program pakujący pliki wykonywalne Name: upx Version: 3.00 -Release: 1 +Release: 2 License: GPL Group: Applications Source0: http://upx.sourceforge.net/download/%{name}-%{version}-src.tar.bz2 # Source0-md5: 9edb9e1b563a8ef306060028460a13b7 +Source1: http://dl.sourceforge.net/sevenzip/lzma443.tar.bz2 +# Source1-md5: c4e1b467184c7cffd4371c74df2baf0f URL: http://upx.sourceforge.net/ -BuildRequires: glibc-static BuildRequires: libstdc++-devel BuildRequires: ucl-devel >= 1.01 +BuildRequires: zlib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -30,7 +32,7 @@ bezpieczeństwa systemu. Do pracy wymaga dostępu do systemu /proc %prep -%setup -q -n %{name}-%{version}-src +%setup -q -n %{name}-%{version}-src -a1 %build %{__make} -C doc @@ -39,7 +41,8 @@ CFLAGS_O="%{rpmcflags}" \ CC="%{__cc}" \ CXX="%{__cxx}" \ - UCLDIR="%{_prefix}" + UCLDIR="%{_prefix}" \ + UPX_LZMADIR="../" %install rm -rf $RPM_BUILD_ROOT @@ -53,7 +56,7 @@ %files %defattr(644,root,root,755) -%doc BUGS LICENSE NEWS PROJECTS README README.SRC THANKS +%doc BUGS LICENSE NEWS PROJECTS README README.1ST README.SRC THANKS %attr(755,root,root) %{_bindir}/upx %{_mandir}/man1/upx.1* @@ -63,6 +66,13 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.31 2007/10/11 16:06:02 witekfl +- BR: zlib-devel +- glibc-static is not required +- enabled lzma +- added README.1ST to the docs +- rel 2 + Revision 1.30 2007/06/20 22:38:41 prism - up to 3.00 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/upx.spec?r1=1.30&r2=1.31&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
