packages: haskel-hashed-storage/haskel-hashed-storage.spec (NEW) - raw

arekm arekm at pld-linux.org
Thu Nov 26 11:01:55 CET 2009


Author: arekm                        Date: Thu Nov 26 10:01:55 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- raw

---- Files affected:
packages/haskel-hashed-storage:
   haskel-hashed-storage.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/haskel-hashed-storage/haskel-hashed-storage.spec
diff -u /dev/null packages/haskel-hashed-storage/haskel-hashed-storage.spec:1.1
--- /dev/null	Thu Nov 26 11:01:55 2009
+++ packages/haskel-hashed-storage/haskel-hashed-storage.spec	Thu Nov 26 11:01:49 2009
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+Summary:	Hashed file storage support code
+Name:		haskell-hashed-storage
+Version:	0.4.3
+Release:	0.1
+License:	BSD
+Group:		Development/Languages
+Source0:	http://hackage.haskell.org/packages/archive/hashed-storage/0.4.3/hashed-storage-%{version}.tar.gz
+# Source0-md5:	a8427578dc13006689158cd9f2c90e56
+URL:		http://hackage.haskell.org/package/hashed-storage/
+ExclusiveArch:	%{ix86} %{x8664}
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Support code for reading and manipulating hashed file storage (where
+each file and directory is associated with a cryptographic hash, for
+corruption-resistant storage and fast comparisons).
+
+The supported storage formats include darcs hashed pristine, a plain
+filesystem tree and an indexed plain tree (where the index maintains
+hashes of the plain files and directories).
+
+%prep
+%setup -q -n hashed-storage-%{version}
+
+%build
+runhaskell Setup.hs configure --prefix=%{_prefix}
+runhaskell Setup.hs build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+runhaskell Setup.hs copy --destdir=$RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc NEWS
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/11/26 10:01:49  arekm
+- raw
+
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
================================================================


More information about the pld-cvs-commit mailing list