Browse Source

upgrading package: gmime 2.6.15 -> 2.6.19

master
parent
commit
23ec12ed8b
  1. 10
      gmime/gmime.spec

10
gmime/gmime.spec

@ -23,7 +23,7 @@
# package version
%define V_major 2.6
%define V_minor 15
%define V_minor 19
%define V_perl 1.6
# package information
@ -37,13 +37,13 @@ Class: PLUS
Group: Libraries
License: LGPL
Version: %{V_major}.%{V_minor}
Release: 20130220
Release: 20131020
# package options
%option with_perl no
# list of sources
Source0: http://download.gnome.org/sources/gmime/%{V_major}/gmime-%{version}.tar.xz
Source0: http://ftp.gnome.org/pub/GNOME/sources/gmime/%{V_major}/gmime-%{version}.tar.xz
Source1: http://www.cpan.org/modules/by-module/MIME/MIME-Fast-%{V_perl}.tar.gz
Patch0: gmime.patch
@ -65,9 +65,9 @@ PreReq: perl
%track
prog gmime = {
version = %{version}
url = http://download.gnome.org/sources/gmime
url = http://ftp.gnome.org/pub/GNOME/sources/gmime
regex = (\d+\.[02468])/
url = http://download.gnome.org/sources/gmime/__NEWVER__/
url = http://ftp.gnome.org/pub/GNOME/sources/gmime/__NEWVER__/
regex = gmime-(\d+\.[02468]\.\d+)\.tar\.xz
}
prog gmime:MIME-Fast = {

Loading…
Cancel
Save