Author: twittner Date: Thu Dec 15 18:38:53 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - added
---- Files affected: SPECS: bsdtar.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/bsdtar.spec diff -u /dev/null SPECS/bsdtar.spec:1.1 --- /dev/null Thu Dec 15 19:38:53 2005 +++ SPECS/bsdtar.spec Thu Dec 15 19:38:48 2005 @@ -0,0 +1,59 @@ +# $Revision$, $Date$ +Summary: bsdtar - tar(1) implementation based on libarchive +Name: bsdtar +Version: 1.2.37 +Release: 0.1 +License: BSD +Group: Applications/Archiving +Source0: http://people.freebsd.org/~kientzle/libarchive/src/%{name}-%{version}.tar.gz +Patch0: %{name}-includes.patch +Patch1: %{name}-man_progname.patch +Patch2: %{name}-cflags.patch +URL: http://people.freebsd.org/~kientzle/libarchive/ +BuildRequires: acl-devel +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libarchive-devel = %{version} +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +bsdtar - tar(1) implementation based on libarchive. + +%prep +%setup -q +%patch0 -p1 +%patch1 -p1 +%patch2 -p1 + +%build +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc COPYING +%attr(755,root,root) %{_bindir}/* +%{_mandir}/man1/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2005/12/15 18:38:48 twittner +- added + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
