Browse Source

track releases only

master
parent
commit
ac15d5ccb7
  1. 8
      guilt/guilt.spec

8
guilt/guilt.spec

@ -32,14 +32,14 @@ Class: EVAL
Group: SCM
License: GPL
Version: 0.35
Release: 20140430
Release: 20150124
# list of sources
Source0: http://guilt.31bits.net/src/guilt-%{version}.tar.gz
# build information
BuildPreReq: OpenPKG, openpkg >= 20100101
PreReq: OpenPKG, openpkg >= 20100101, bash
BuildPreReq: OpenPKG, openpkg >= 20140101
PreReq: OpenPKG, openpkg >= 20140101, bash
%description
Andrew Morton originally developed a set of scripts for maintaining
@ -61,7 +61,7 @@ PreReq: OpenPKG, openpkg >= 20100101, bash
prog guilt = {
version = %{version}
url = http://guilt.31bits.net/src/
regex = guilt-(__VER__)\.tar\.gz
regex = guilt-(\d+\.\d+(?:\.\d+)?)\.tar\.gz
}
%prep

Loading…
Cancel
Save