Author: shadzik Date: Mon Apr 2 02:22:35 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - add patch0 - add TODO - fix build by excluding module build for now (Makefile needs to be fixed) - version libfuse BR
---- Files affected: SPECS: anyfs-tools.spec (1.14 -> 1.15) ---- Diffs: ================================================================ Index: SPECS/anyfs-tools.spec diff -u SPECS/anyfs-tools.spec:1.14 SPECS/anyfs-tools.spec:1.15 --- SPECS/anyfs-tools.spec:1.14 Mon Apr 2 03:52:22 2007 +++ SPECS/anyfs-tools.spec Mon Apr 2 04:22:30 2007 @@ -1,4 +1,9 @@ # $Revision$, $Date$ +# +# TODO: +# - fix make anyfs_module +# - make subpackage for libany.a ( -libany or just -static) + Summary: anyfs-tools - a unix-like toolset for recovering and converting filesystems Summary(pl.UTF-8): anyfs-tools - uniksowy zestaw narzędzi do odzyskiwania i konwersji systemów plików Name: anyfs-tools @@ -8,9 +13,10 @@ Group: Applications/System Source0: http://dl.sourceforge.net/anyfs-tools/%{name}-%{version}.tar.bz2 # Source0-md5: c5d13e636b0097386f5aebf4c445d627 +Patch0: %{name}-DFL_RTEXTSIZE.patch URL: http://anyfs-tools.sourceforge.net/ BuildRequires: e2fsprogs-devel >= 1.38 -BuildRequires: libfuse-devel +BuildRequires: libfuse-devel >= 2.5 BuildRequires: mjpegtools-devel BuildRequires: mpeg2dec-devel BuildRequires: xfsprogs-devel @@ -105,10 +111,12 @@ %prep %setup -q +%patch0 -p0 %build %configure -%{__make} +%{__make} libany +%{__make} progs %install rm -rf $RPM_BUILD_ROOT @@ -126,12 +134,14 @@ %doc README THANKS %lang(ru) %doc README.ru %attr(755,root,root) %{_sbindir}/* +%attr(755,root,root) %{_bindir}/anyfuse %{_mandir}/man3/* %{_mandir}/man5/* %{_mandir}/man8/* %lang(ru) %{_mandir}/ru/man3/* %lang(ru) %{_mandir}/ru/man3/* %lang(ru) %{_mandir}/ru/man5/* +%lang(ru) %{_mandir}/ru/man8/* %files devel %defattr(644,root,root,755) @@ -143,6 +153,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2007/04/02 02:22:30 shadzik +- add patch0 +- add TODO +- fix build by excluding module build for now (Makefile needs to be fixed) +- version libfuse BR + Revision 1.14 2007/04/02 01:52:22 shadzik - BR libfuse-devel ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/anyfs-tools.spec?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
