mirror of
https://abf.rosa.ru/djam/upx.git
synced 2025-02-23 09:03:00 +00:00
contrib rebuild and pkgconfig(lib)
This commit is contained in:
parent
46274a3896
commit
609cd470aa
1 changed files with 2 additions and 66 deletions
68
upx.spec
68
upx.spec
|
@ -6,9 +6,8 @@ License: GPL
|
||||||
Group: Archiving/Compression
|
Group: Archiving/Compression
|
||||||
URL: http://upx.sourceforge.net/
|
URL: http://upx.sourceforge.net/
|
||||||
Source0: http://upx.sourceforge.net/download/%{name}-%{version}-src.tar.bz2
|
Source0: http://upx.sourceforge.net/download/%{name}-%{version}-src.tar.bz2
|
||||||
BuildRequires: libucl-devel >= 1.03
|
BuildRequires: ucl-devel >= 1.03
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: pkgconfig(zlib)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
UPX is an advanced executable file compressor. UPX will typically
|
UPX is an advanced executable file compressor. UPX will typically
|
||||||
|
@ -45,70 +44,7 @@ install -d %{buildroot}%{_mandir}/man1
|
||||||
install -m 755 src/upx.out %{buildroot}%{_bindir}/upx
|
install -m 755 src/upx.out %{buildroot}%{_bindir}/upx
|
||||||
install -m 644 doc/upx.1 %{buildroot}%{_mandir}/man1/
|
install -m 644 doc/upx.1 %{buildroot}%{_mandir}/man1/
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr (-,root,root)
|
|
||||||
%doc BUGS LICENSE NEWS PROJECTS README* THANKS doc/upx.doc doc/upx.html doc/*.txt
|
%doc BUGS LICENSE NEWS PROJECTS README* THANKS doc/upx.doc doc/upx.html doc/*.txt
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%attr(644,root,man) %{_mandir}/man1/*
|
%attr(644,root,man) %{_mandir}/man1/*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Mon Nov 08 2010 Götz Waschk <waschk@mandriva.org> 3.07-1mdv2011.0
|
|
||||||
+ Revision: 595121
|
|
||||||
- new version
|
|
||||||
- drop patch
|
|
||||||
|
|
||||||
* Wed Oct 07 2009 Oden Eriksson <oeriksson@mandriva.com> 3.04-1mdv2010.0
|
|
||||||
+ Revision: 455464
|
|
||||||
- 3.04
|
|
||||||
- use %%optflags
|
|
||||||
- P0: fix format string errors
|
|
||||||
|
|
||||||
+ Thierry Vignaud <tv@mandriva.org>
|
|
||||||
- rebuild
|
|
||||||
|
|
||||||
* Fri Aug 08 2008 Thierry Vignaud <tv@mandriva.org> 3.03-2mdv2009.0
|
|
||||||
+ Revision: 269450
|
|
||||||
- rebuild early 2009.0 package (before pixel changes)
|
|
||||||
|
|
||||||
* Fri May 16 2008 Oden Eriksson <oeriksson@mandriva.com> 3.03-1mdv2009.0
|
|
||||||
+ Revision: 208167
|
|
||||||
- 3.03
|
|
||||||
|
|
||||||
+ Erwan Velu <erwan@mandriva.org>
|
|
||||||
- 3.02
|
|
||||||
|
|
||||||
* Wed Jan 02 2008 Olivier Blin <oblin@mandriva.com> 1mdv2008.1-current
|
|
||||||
+ Revision: 140925
|
|
||||||
- restore BuildRoot
|
|
||||||
|
|
||||||
+ Thierry Vignaud <tv@mandriva.org>
|
|
||||||
- kill re-definition of %%buildroot on Pixel's request
|
|
||||||
|
|
||||||
|
|
||||||
* Mon Dec 11 2006 Oden Eriksson <oeriksson@mandriva.com> 2.03-1mdv2007.0
|
|
||||||
+ Revision: 94796
|
|
||||||
- Import upx
|
|
||||||
|
|
||||||
* Mon Dec 11 2006 Oden Eriksson <oeriksson@mandriva.com> 2.03-1mdv2007.1
|
|
||||||
- 2.03
|
|
||||||
|
|
||||||
* Thu Jul 01 2004 Götz Waschk <waschk@linux-mandrake.com> 1.25-2mdk
|
|
||||||
- enable parallel build
|
|
||||||
- fix used build flags
|
|
||||||
- fix description (Stef)
|
|
||||||
|
|
||||||
* Thu Jul 01 2004 Götz Waschk <waschk@linux-mandrake.com> 1.25-1mdk
|
|
||||||
- requires new ucl
|
|
||||||
- drop prefix
|
|
||||||
- download URL
|
|
||||||
- New release 1.25
|
|
||||||
|
|
||||||
* Tue Jun 08 2004 Götz Waschk <waschk@linux-mandrake.com> 1.24-3mdk
|
|
||||||
- rebuild for new g++
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue