]> git.pld-linux.org Git - packages/git-annex.git/commitdiff
NFY: updating to latest version.
authorCaleb Maclennan <caleb@pld-linux.org>
Wed, 15 May 2013 19:35:11 +0000 (22:35 +0300)
committerCaleb Maclennan <caleb@pld-linux.org>
Wed, 15 May 2013 19:35:11 +0000 (22:35 +0300)
git-annex.spec

index 15227360746c56244cd75621d8b48716f9fc85ca..6c0f4433af79a9a47918c02d95e07db9ff249933 100644 (file)
@@ -1,23 +1,24 @@
 Summary:       Manage files with git, without checking in their contents
 Name:          git-annex
 Version:       4.20130501.1
-Release:       1
+Release:       0.1
 License:       GPL v3
 Group:         Applications/Archiving
 URL:           http://git-annex.branchable.com/
-Source0:       http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-${version}.tar.gz
-# Source0-md5: 87dbc8e98afbc298d5f9cd35d9079b5b
+Source0:       http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 59026597f8ef9575998cbab0fafe8416
 BuildRequires: ghc
 BuildRequires: ghc-MissingH
-BuildRequires: ghc-pcre-light
+#BuildRequires:        ghc-pcre-light
 BuildRequires: ghc-utf8-string
+BuildRequires: ghc-dataenc
 #BuildRequires:        ikiwiki
 # Build-time check for uuid
 #BuildRequires:        uuid
-Requires:      findutils
-Requires:      git-core
-Requires:      rsync
-Requires:      uuid
+#Requires:     findutils
+#Requires:     git-core
+#Requires:     rsync
+Requires:      libuuid
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -43,8 +44,9 @@ make git-annex there aware of the annexed file, and it can be used to
 retrieve its content from the key-value store.
 
 %prep
-%setup -qc
-mv %{name}-*/* .
+%setup -q
+#%setup -qc
+#mv %{name}-*/* .
 
 %build
 %{__make}
This page took 0.039657 seconds and 4 git commands to generate.