]> git.pld-linux.org Git - packages/etckeeper.git/commitdiff
up to 1.0
authorElan Ruusamäe <glen@delfi.ee>
Mon, 6 May 2013 14:57:53 +0000 (17:57 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 6 May 2013 14:57:53 +0000 (17:57 +0300)
etckeeper.spec

index 060450d269df2885800b5d3e534afe97e8d0e8a7..bce461abf2db0d594010c7a95bfb5d1433af75c9 100644 (file)
@@ -5,12 +5,12 @@
 # - %{py_sitescriptdir}/bzrlib/plugins also created by qbzr package?
 Summary:       Store /etc in a SCM system (git, mercurial, bzr or darcs)
 Name:          etckeeper
-Version:       0.64
-Release:       0.3
+Version:       1.0
+Release:       0.4
 License:       GPL v2
 Group:         Applications/System
 Source0:       http://ftp.debian.org/debian/pool/main/e/etckeeper/%{name}_%{version}.tar.gz
-# Source0-md5: ddd3229028df8da9af03ec8128cebc9b
+# Source0-md5: 1d7e402b41721f2a9ea0b217b969ba89
 URL:           http://kitenet.net/~joey/code/etckeeper/
 BuildRequires: bzr
 BuildRequires: rpm-pythonprov
@@ -62,7 +62,9 @@ Obsoletes:    etckeeper-bash-completions
 Bash completion routines for etckeeper.
 
 %prep
-%setup -q -n %{name}
+%setup -qc
+mv %{name} .tmp
+mv .tmp/* .
 %{__sed} -i -e '
        s|HIGHLEVEL_PACKAGE_MANAGER=apt|HIGHLEVEL_PACKAGE_MANAGER=poldek|;
        s|LOWLEVEL_PACKAGE_MANAGER=dpkg|LOWLEVEL_PACKAGE_MANAGER=rpm|;
This page took 0.097343 seconds and 4 git commands to generate.