Author: duddits                      Date: Sun Feb  1 14:23:09 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   archfs.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/archfs.spec
diff -u /dev/null SPECS/archfs.spec:1.1
--- /dev/null   Sun Feb  1 15:23:10 2009
+++ SPECS/archfs.spec   Sun Feb  1 15:23:04 2009
@@ -0,0 +1,62 @@
+# $Revision$, $Date$
+Summary:       Userspace filesystem based on rdiff-backup repository data
+Summary(pl.UTF-8):     System plików w przestrzeni użytkownika wykorzystujący 
rdiff-backup
+Name:          archfs
+Version:       0.5.4
+Release:       0.1
+License:       GPL v2
+Group:         Applications
+Source0:       http://archfs.googlecode.com/files/%{name}-%{version}.tar.gz
+# Source0-md5: e29f8a023cde337814ce55d9aa144ac8
+Patch0:                %{name}-gcc43.patch
+URL:           http://code.google.com/p/archfs/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libfuse-devel
+BuildRequires: libtool
+Requires:      rdiff-backup
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Archfs - userspace filesystem based on rdiff-backup repository data.
+
+%description -l pl.UTF-8
+Archfs - system plików w przestrzeni użytkownika reprezentujący dane z
+kopii zapasowej wykonanej przy pomocy rdiff-backup.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__libtoolize}
+%{__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 AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/%{name}
+
+%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  2009/02/01 14:23:04  duddits
+- new
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to