Author: zbyniu Date: Mon Jan 16 01:42:16 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: loggedfs.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/loggedfs.spec diff -u /dev/null SPECS/loggedfs.spec:1.1 --- /dev/null Mon Jan 16 02:42:16 2006 +++ SPECS/loggedfs.spec Mon Jan 16 02:42:10 2006 @@ -0,0 +1,53 @@ +# $Revision$, $Date$ +Summary: Fuse-based filesystem which can log every operations +Summary(pl): - +Name: loggedfs +Version: 0.3 +Release: 0.1 +License: UNKNOWN +Group: Applications +Source0: http://dl.sourceforge.net/loggedfs/%{name}-%{version}.tar.bz2 +# Source0-md5: 3e79d2f845017aa64d13ff24ffbc20f3 +URL: http://loggedfs.sourceforge.net/ +BuildRequires: libfuse-devel +BuildRequires: libstdc++-devel +BuildRequires: libxml2-devel +BuildRequires: pcre-devel +BuildRequires: rlog-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +LoggedFS is a fuse-based filesystem which can log every operations +that happens in it. + +%description -l pl + +%prep +%setup -q + +%build +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +install -D %{name} $RPM_BUILD_ROOT%{_bindir}/%{name} +install -D %{name}.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1.gz + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc %{name}.xml +%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 2006/01/16 01:42:10 zbyniu +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
