Browse Source

upgrading package: offlineimap 6.0.2 -> 6.2.0

master
parent
commit
e0cabcc38d
  1. 12
      offlineimap/offlineimap.spec

12
offlineimap/offlineimap.spec

@ -21,6 +21,10 @@
## SUCH DAMAGE.
##
# package version
%define V_version 6.2.0
%define V_subdir 413
# package information
Name: offlineimap
Summary: Offline IMAP Client
@ -31,11 +35,11 @@ Distribution: OpenPKG Community
Class: PLUS
Group: Mail
License: GPL
Version: 6.0.2
Release: 20080803
Version: %{V_version}
Release: 20100109
# list of sources
Source0: http://software.complete.org/offlineimap/static/download_area/%{version}/offlineimap_%{version}.tar.gz
Source0: http://software.complete.org/software/attachments/download/%{V_subdir}/offlineimap_%{version}.orig.tar.gz
# build information
Prefix: %{l_prefix}
@ -59,7 +63,7 @@ AutoReqProv: no
prog offlineimap = {
version = %{version}
url = http://software.complete.org/software/projects/list_files/offlineimap
regex = offlineimap_(__VER__)\.tar\.gz
regex = offlineimap_(__VER__)\.orig\.tar\.gz
}
%prep

Loading…
Cancel
Save