Mageia Bugzilla – Attachment 865 Details for
Bug 2657
arj, an old and new file format archiver
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
spec file for arj from mandriva
arj.spec (text/plain), 2.40 KB, created by
Philippe Didier
on 2011-10-01 00:06:13 CEST
(
hide
)
Description:
spec file for arj from mandriva
Filename:
MIME Type:
Creator:
Philippe Didier
Created:
2011-10-01 00:06:13 CEST
Size:
2.40 KB
patch
obsolete
>%define name arj >%define version 3.10.22 >%define release %mkrel 6 > >Summary: File compression and packaging utility compatible with ARJ for MS-DOS >Name: %{name} >Version: %{version} >Release: %{release} >Source0: http://prdownloads.sourceforge.net/arj/%{name}-%{version}.tar.bz2 >Patch: arj-3.10.21-debian-arches-align.patch >Patch1: arj-3.10.22-fix_format_string.patch >Patch2: arj-3.10.2-fix_strnlen_redefinition.patch >License: GPLv2 >BuildRequires: automake >Group: Archiving/Compression >Url: http://arj.sourceforge.net/ >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot > >%description >A portable version of the ARJ archiver, available for a growing number >of DOS-like and UNIX-like platforms on a variety of architectures. >This aims for compatibility with the original ARJ archiver by ARJ >Software, Inc. > >%prep >%setup -q >%patch -p1 >%patch1 -p0 >%patch2 -p0 > >cd gnu ># (misc) fix compile on x86_64, as the platform is otherwise not recognized ># by the current config.sub >cp /usr/share/automake-1.11/config.sub . >autoconf > >%build >cd gnu >%configure >cd .. >make prepare >#gw strange errors from the postproc command >make || make || make || make > >%install >rm -rf $RPM_BUILD_ROOT >%makeinstall > >%clean >rm -rf $RPM_BUILD_ROOT > >%files >%defattr(-,root,root) >%doc doc/* >%_bindir/arj >%_bindir/arj-register >%_bindir/arjdisp >%_bindir/rearj >%dir %_libdir/arj/ >%_libdir/arj/arjcrypt.so >%_mandir/man1/*.1* > > > >%changelog >* Mon Sep 07 2009 Michael Scherer <misc@mandriva.org> 3.10.22-6mdv2010.0 >+ Revision: 432473 >- fix build ( patch 2 ), since newer glibc have strnlen >- fix the license, thanks to Andrey Bondrov >- adapt to build with newer automake > >* Sat Mar 07 2009 Michael Scherer <misc@mandriva.org> 3.10.22-5mdv2009.1 >+ Revision: 351512 >- fix build on x86_64 >- fix build, patch 1, correct format string error > > + Antoine Ginies <aginies@mandriva.com> > - rebuild > - rebuild > >* Thu Jun 19 2008 Thierry Vignaud <tvignaud@mandriva.com> 3.10.22-3mdv2009.0 >+ Revision: 226169 >- rebuild > >* Thu Dec 20 2007 Olivier Blin <oblin@mandriva.com> 3.10.22-2mdv2008.1 >+ Revision: 135823 >- restore BuildRoot > > + Thierry Vignaud <tvignaud@mandriva.com> > - kill re-definition of %%buildroot on Pixel's request > > >* Sat Jun 24 2006 Götz Waschk <waschk@mandriva.org> 3.10.22-2mdk >- Rebuild >- use mkrel > >* Thu Jun 23 2005 Götz Waschk <waschk@mandriva.org> 3.10.22-1mdk >- New release 3.10.22 > >* Tue Apr 19 2005 Götz Waschk <waschk@mandriva.org> 3.10.21-1mdk >- initial package >
%define name arj %define version 3.10.22 %define release %mkrel 6 Summary: File compression and packaging utility compatible with ARJ for MS-DOS Name: %{name} Version: %{version} Release: %{release} Source0: http://prdownloads.sourceforge.net/arj/%{name}-%{version}.tar.bz2 Patch: arj-3.10.21-debian-arches-align.patch Patch1: arj-3.10.22-fix_format_string.patch Patch2: arj-3.10.2-fix_strnlen_redefinition.patch License: GPLv2 BuildRequires: automake Group: Archiving/Compression Url: http://arj.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot %description A portable version of the ARJ archiver, available for a growing number of DOS-like and UNIX-like platforms on a variety of architectures. This aims for compatibility with the original ARJ archiver by ARJ Software, Inc. %prep %setup -q %patch -p1 %patch1 -p0 %patch2 -p0 cd gnu # (misc) fix compile on x86_64, as the platform is otherwise not recognized # by the current config.sub cp /usr/share/automake-1.11/config.sub . autoconf %build cd gnu %configure cd .. make prepare #gw strange errors from the postproc command make || make || make || make %install rm -rf $RPM_BUILD_ROOT %makeinstall %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc doc/* %_bindir/arj %_bindir/arj-register %_bindir/arjdisp %_bindir/rearj %dir %_libdir/arj/ %_libdir/arj/arjcrypt.so %_mandir/man1/*.1* %changelog * Mon Sep 07 2009 Michael Scherer <misc@mandriva.org> 3.10.22-6mdv2010.0 + Revision: 432473 - fix build ( patch 2 ), since newer glibc have strnlen - fix the license, thanks to Andrey Bondrov - adapt to build with newer automake * Sat Mar 07 2009 Michael Scherer <misc@mandriva.org> 3.10.22-5mdv2009.1 + Revision: 351512 - fix build on x86_64 - fix build, patch 1, correct format string error + Antoine Ginies <aginies@mandriva.com> - rebuild - rebuild * Thu Jun 19 2008 Thierry Vignaud <tvignaud@mandriva.com> 3.10.22-3mdv2009.0 + Revision: 226169 - rebuild * Thu Dec 20 2007 Olivier Blin <oblin@mandriva.com> 3.10.22-2mdv2008.1 + Revision: 135823 - restore BuildRoot + Thierry Vignaud <tvignaud@mandriva.com> - kill re-definition of %%buildroot on Pixel's request * Sat Jun 24 2006 Götz Waschk <waschk@mandriva.org> 3.10.22-2mdk - Rebuild - use mkrel * Thu Jun 23 2005 Götz Waschk <waschk@mandriva.org> 3.10.22-1mdk - New release 3.10.22 * Tue Apr 19 2005 Götz Waschk <waschk@mandriva.org> 3.10.21-1mdk - initial package
View Attachment As Raw
Actions:
View
Attachments on
bug 2657
: 865 |
866
|
867
|
868
|
869
|
870
|
871