/[packages]/cauldron/ruby-sary/current/SPECS/ruby-sary.spec
ViewVC logotype

Annotation of /cauldron/ruby-sary/current/SPECS/ruby-sary.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1473621 - (hide annotations) (download)
Fri Dec 27 16:11:18 2019 UTC (5 years, 6 months ago) by wally
File size: 641 byte(s)
- replace deprecated %%makeinstall_std
1 shlomif 124892 %define rname sary
2     %define name ruby-%{rname}
3     %define version 1.2.0
4 umeabot 396450 %define release %mkrel 14
5 shlomif 124892
6     Summary: Ruby Binding of Sary
7     Name: %{name}
8     Version: %{version}
9     Release: %{release}
10     URL: http://prime.sourceforge.jp/src/
11     Source0: %{rname}-ruby-%{version}.tar.bz2
12     License: LGPL
13     Group: Development/Ruby
14     BuildRequires: ruby-devel
15     BuildRequires: sary-devel
16     Obsoletes: sary-ruby
17     Provides: sary-ruby
18    
19     %description
20     Ruby Binding of Sary
21    
22     %prep
23     %setup -q -n %{rname}-ruby-%{version}
24    
25     %build
26     ruby extconf.rb
27     make
28    
29     %install
30 wally 1473621 %make_install
31 shlomif 124892
32     %files
33     %{ruby_sitearchdir}/%{rname}.so
34     %doc ChangeLog README.en.rd README.ja.rd
35     %doc Reference.en.rd Reference.ja.rd

  ViewVC Help
Powered by ViewVC 1.1.30