]> git.pld-linux.org Git - packages/etckeeper.git/commitdiff
up to 1.3, uses which now to find mktemp/tempfile
authorElan Ruusamäe <glen@delfi.ee>
Thu, 9 May 2013 08:15:10 +0000 (11:15 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 9 May 2013 08:15:10 +0000 (11:15 +0300)
etckeeper.spec

index 7ba44df31036067baa8dd0ae1cbfc09f26899342..55771945ad683c8b5bc2ff2dd9cf9af266d60c80 100644 (file)
@@ -3,12 +3,12 @@
 # - Subpackages for backends (git, etc)
 Summary:       Store /etc in a SCM system (git, mercurial, bzr or darcs)
 Name:          etckeeper
-Version:       1.2
+Version:       1.3
 Release:       0.29
 License:       GPL v2+
 Group:         Applications/System
-Source0:       http://ftp.debian.org/debian/pool/main/e/etckeeper/%{name}_%{version}.tar.gz
-# Source0-md5: b3d3b3162616a465e6b0f68dbd92dfc2
+Source0:       https://github.com/joeyh/etckeeper/archive/%{version}.tar.gz
+# Source0-md5: d2e12ccdbc01fb4a48d9ea39990215fd
 Source1:       poldek.sh
 Patch1:                use-libdir.patch
 Patch2:                update-ignore.patch
@@ -21,6 +21,7 @@ Requires:     findutils
 Requires:      mktemp
 Requires:      perl-base
 Requires:      sed >= 4.0
+Requires:      which
 %if "%{pld_release}" != "ac"
 Requires:      poldek >= 0.30.0-1.rc7.4
 %endif
@@ -76,9 +77,7 @@ Obsoletes:    etckeeper-bash-completions
 Bash completion routines for etckeeper.
 
 %prep
-%setup -qc
-mv %{name} .tmp
-mv .tmp/* .
+%setup -q
 %patch1 -p1
 %patch2 -p1
 %{__sed} -i -e '
This page took 0.420508 seconds and 4 git commands to generate.