Browse Source

merge of 'c967668df0c544ee33ae036fb09443a0c4b61d16'

and 'f1f7f7c65c1696827bb9a089705cc1b9ef507dbd'
master
parent
commit
3cd3d9c3f9
  1. 4
      dhtml/dhtml.spec
  2. 24
      fonts-free/fonts-free.spec
  3. 5
      fonts-free/fonts-free.txt
  4. 4
      libpixman/libpixman.spec
  5. 4
      p11kit/p11kit.spec
  6. 4
      perl-util/perl-util.spec
  7. 4
      yaml/yaml.spec

4
dhtml/dhtml.spec

@ -65,7 +65,7 @@
%define V_excanvas 20090130
%define V_oat 2.8
%define V_extjs 4.0.7
%define V_raphael 2.0.1
%define V_raphael 2.0.2
%define V_svgweb 20110226
%define V_canto 0.15
%define V_mootools 1.4.4
@ -87,7 +87,7 @@ Class: BASE
Group: HTML
License: Open Source
Version: 0
Release: 20120208
Release: 20120210
# list of sources
Source0: http://download.openpkg.org/components/versioned/dhtml/prototype-%{V_prototype}.js

24
fonts-free/fonts-free.spec

@ -64,6 +64,7 @@
%define V_amble 1.00000
%define V_ubuntu 0.69
%define V_roboto 4.0
%define V_pt 20120211
# package information
Name: fonts-free
@ -76,7 +77,7 @@ Class: EVAL
Group: Graphics
License: Open Source
Version: 0
Release: 20120201
Release: 20120211
# list of sources
Source0: http://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-ttf-%{V_liberation}.tar.gz
@ -123,8 +124,11 @@ Source40: http://download.openpkg.org/components/versioned/fonts-free/tiresi
Source41: http://download.openpkg.org/components/versioned/fonts-free/Amble-%{V_amble}.tar.gz
Source42: http://font.ubuntu.com/download/ubuntu-font-family-%{V_ubuntu}+ufl.zip
Source43: http://download.openpkg.org/components/versioned/fonts-free/Roboto-Fonts-%{V_roboto}.zip
Source44: fonts-free.txt
Source45: fonts-free.conf
Source44: http://download.openpkg.org/components/versioned/fonts-free/PTSerif-%{V_pt}.zip
Source45: http://download.openpkg.org/components/versioned/fonts-free/PTSans-%{V_pt}.zip
Source46: http://download.openpkg.org/components/versioned/fonts-free/PTMono-%{V_pt}.zip
Source47: fonts-free.txt
Source48: fonts-free.conf
# build information
BuildPreReq: OpenPKG, openpkg >= 20120101, cabextract
@ -332,6 +336,11 @@ PreReq: OpenPKG, openpkg >= 20120101, fontconfig
url = http://download.openpkg.org/components/versioned/fonts-free/
regex = Roboto-Fonts-(__VER__)\.zip
}
prog fonts-free:pt = {
version = %{V_pt}
url = http://download.openpkg.org/components/versioned/fonts-free/
regex = PTSerif-(__VER__)\.zip
}
%prep
(
@ -376,6 +385,9 @@ PreReq: OpenPKG, openpkg >= 20120101, fontconfig
%setup -q -T -D -a 41
%setup -q -T -D -a 42
%setup -q -T -D -a 43
%setup -q -T -D -a 44
%setup -q -T -D -a 45
%setup -q -T -D -a 46
%build
@ -633,6 +645,12 @@ PreReq: OpenPKG, openpkg >= 20120101, fontconfig
cp Roboto*.ttf \
$RPM_BUILD_ROOT%{l_prefix}/share/fonts-free/Roboto/
# install font: PT
%{l_shtool} mkdir -f -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/share/fonts-free/PT
cp PT*.ttf \
$RPM_BUILD_ROOT%{l_prefix}/share/fonts-free/PT/
# hook into fontconfig(1)
%{l_shtool} mkdir -f -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/etc/fontconfig/conf.avail \

5
fonts-free/fonts-free.txt

@ -194,3 +194,8 @@
Publisher: Google
Author: Christian Robertson
o Font: PT
Homepage: http://www.paratype.com/public/
Publisher: ParaType
Author: Olga Umpeleva, Vladimir Yefimov, Alexandra Korolkova, Isabella Chaeva

4
libpixman/libpixman.spec

@ -31,8 +31,8 @@ Distribution: OpenPKG Community
Class: EVAL
Group: XWindow
License: MIT-style
Version: 0.24.2
Release: 20120119
Version: 0.24.4
Release: 20120210
# list of sources
Source0: http://cairographics.org/releases/pixman-%{version}.tar.gz

4
p11kit/p11kit.spec

@ -31,8 +31,8 @@ Distribution: OpenPKG Community
Class: EVAL
Group: Cryptography
License: BSD
Version: 0.10
Release: 20120105
Version: 0.11
Release: 20120210
# list of sources
Source0: http://p11-glue.freedesktop.org/releases/p11-kit-%{version}.tar.gz

4
perl-util/perl-util.spec

@ -60,7 +60,7 @@
%define V_object_realize_later 0.18
%define V_object_multitype 0.05
%define V_object_lexical 0.02
%define V_params_validate 1.03
%define V_params_validate 1.05
%define V_startup 0.103
%define V_string_divert 0.96
%define V_test 1.25
@ -109,7 +109,7 @@ Class: BASE
Group: Perl
License: GPL/Artistic
Version: %{V_perl}
Release: 20120207
Release: 20120210
# list of sources
Source0: http://www.cpan.org/authors/id/S/SB/SBURKE/Test-%{V_test}.tar.gz

4
yaml/yaml.spec

@ -24,7 +24,7 @@
# package version
%define V_libsyck 0.70
%define V_libyaml 0.1.4
%define V_perl_yaml 0.78
%define V_perl_yaml 0.79
%define V_perl_yaml_syck 1.19
%define V_perl_yaml_tiny 1.50
%define V_perl_yaml_appconfig 0.16
@ -51,7 +51,7 @@ Class: PLUS
Group: Language
License: BSD/Artistic
Version: 0
Release: 20120122
Release: 20120210
# package options
%option with_perl no

Loading…
Cancel
Save