forked from pool/rubygem-xmlhash
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-xmlhash?expand=0&rev=32
81 lines
2.0 KiB
YAML
81 lines
2.0 KiB
YAML
# ---
|
|
# ## used by gem2rpm
|
|
:summary: Xmlhash is a naive form of XML::Simple
|
|
# ## used by gem2rpm
|
|
# :description: |-
|
|
# this is a custom description
|
|
#
|
|
# it can be multiline
|
|
# ## used by gem2rpm
|
|
# :license: MIT or Ruby
|
|
# ## used by gem2rpm and gem_packages
|
|
# :version_suffix: -x_y
|
|
# ## used by gem2rpm and gem_packages
|
|
# :disable_docs: true
|
|
# ## used by gem2rpm
|
|
# :disable_automatic_rdoc_dep: true
|
|
# ## used by gem2rpm
|
|
:preamble: |-
|
|
BuildRequires: libxml2-devel
|
|
BuildRequires: libxslt-devel
|
|
BuildRequires: %{rubygem hoe}
|
|
BuildRequires: %{rubygem pkg-config}
|
|
BuildRequires: %{rubygem rake}
|
|
BuildRequires: %{rubygem rake-compiler}
|
|
# ## used by gem2rpm
|
|
# :patches:
|
|
# foo.patch: -p1
|
|
# bar.patch:
|
|
# ## used by gem2rpm
|
|
#:sources:
|
|
# - foo.desktop
|
|
# - bar.desktop
|
|
# :gem_install_args: '....'
|
|
# ## used by gem2rpm
|
|
# :pre_install: |-
|
|
# %if 0%{?use_system_libev}
|
|
# export USE_VENDORED_LIBEV="no"
|
|
# %endif
|
|
# ## used by gem2rpm
|
|
:post_install: |-
|
|
rm -rf %{buildroot}/%{gem_base}/gems/%{mod_full_name}/tmp
|
|
# # delete custom files here or do other fancy stuff
|
|
# install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
|
|
# ## used by gem2rpm
|
|
:testsuite_command: |-
|
|
(pushd %{buildroot}%{gem_base}/gems/%{mod_full_name} && rake test)
|
|
# ## used by gem2rpm
|
|
# :filelist: |-
|
|
# /usr/bin/gem2rpm-opensuse
|
|
# ## used by gem2rpm
|
|
:scripts:
|
|
:pre: |-
|
|
if test -d %{gem_base}/gems/%{mod_full_name}/lib/xmlhash/xmlhash.so; then
|
|
rm -rf %{gem_base}/gems/%{mod_full_name}/lib/xmlhash/xmlhash.so
|
|
fi
|
|
|
|
# :post: |-
|
|
# /bin/echo foo
|
|
# ## used by gem_packages
|
|
# :main:
|
|
# :preamble: |-
|
|
# Requires: util-linux
|
|
# Recommends: pwgen
|
|
# :filelist: |-
|
|
# /usr/bin/gem2rpm-opensuse
|
|
# ## used by gem_packages
|
|
# :custom:
|
|
# apache:
|
|
# :preamble: |-
|
|
# Requires: .....
|
|
# :filelist: |-
|
|
# /etc/apache2/conf.d/passenger.conf
|
|
# :summary: Custom summary is optional
|
|
# :description: |-
|
|
# Custom description is optional
|
|
#
|
|
# bar
|
|
# :post: |-
|
|
# /bin/echo foo
|
|
#
|