]> git.pld-linux.org Git - SPECS.git/blob - ruby-evas.spec
SPECS updated Mon 29 Apr 22:05:02 CEST 2024
[SPECS.git] / ruby-evas.spec
1 Summary:        Ruby binding to the evas library
2 Summary(pl.UTF-8):      Dowiązania języka Ruby do biblioteki evas
3 Name:           ruby-evas
4 Version:        0
5 Release:        2
6 License:        Ruby's
7 Group:          Development/Languages
8 Source0:        %{name}.tar.gz
9 # Source0-md5:  3257203bb047d370cd86460b83f709d4
10 URL:            http://code-monkey.de/pages/ruby-efl
11 BuildRequires:  evas-devel
12 BuildRequires:  rake
13 BuildRequires:  rpmbuild(macros) >= 1.277
14 BuildRequires:  ruby-devel
15 %{?ruby_mod_ver_requires_eq}
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Ruby binding to the evas library.
20
21 %description -l pl.UTF-8
22 Dowiązania języka Ruby do biblioteki evas.
23
24 %package devel
25 Summary:        Header files for ruby-evas
26 Summary(pl.UTF-8):      Pliki nagłówkowe ruby-evas
27 Group:          Development/Libraries
28 Requires:       %{name} = %{version}-%{release}
29
30 %description devel
31 Header files for ruby-evas.
32
33 %description devel -l pl.UTF-8
34 Pliki nagłówkowe ruby-evas.
35
36 %prep
37 %setup -q -n %{name}
38
39 %build
40 rake
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT{%{ruby_archdir},%{ruby_ridir}}
45
46 DESTDIR=$RPM_BUILD_ROOT RUBYARCHDIR=%{ruby_archdir} rake install
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %attr(755,root,root) %{ruby_archdir}/evas.so
54
55 %files devel
56 %defattr(644,root,root,755)
57 %{ruby_archdir}/evas
This page took 1.318807 seconds and 3 git commands to generate.