]> git.pld-linux.org Git - SPECS.git/blob - shoes.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / shoes.spec
1 #
2 Summary:        Ruby runtime and GUI environment
3 Name:           shoes
4 Version:        2
5 Release:        1
6 License:        Ruby's
7 Group:          Applications
8 Source0:        http://shoooes.net/dist/%{name}%{version}.tar.gz
9 # Source0-md5:  826433cdeb80133899bbb694f7aded8a
10 URL:            http://shoooes.net/
11 BuildRequires:  gtk+2-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15
16 %prep
17 %setup -q -n %{name}-0.r1134
18
19 %build
20 %{__make} \
21         CC="%{__cc}" \
22         PREFIX="%{_prefix}"
23
24 %install
25 rm -rf $RPM_BUILD_ROOT
26 # create directories if necessary
27 #install -d $RPM_BUILD_ROOT
28 #install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
29
30 %{__make} install \
31         DESTDIR=$RPM_BUILD_ROOT \
32         PREFIX=%{_prefix}
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %if %{with ldconfig}
38 %post   -p /sbin/ldconfig
39 %postun -p /sbin/ldconfig
40 %endif
41
42 %files
43 %defattr(644,root,root,755)
44 %doc README
45 %attr(755,root,root) %{_bindir}/shoes
46 %dir %{_libdir}/shoes
47 %{_libdir}/shoes/VERSION.txt
48 %dir %{_libdir}/shoes/lib
49 %attr(755,root,root) %{_libdir}/shoes/lib/binject.so
50 %{_libdir}/shoes/lib/ftsearch
51 %attr(755,root,root) %{_libdir}/shoes/lib/ftsearchrt.so
52 %{_libdir}/shoes/lib/rbconfig
53 %{_libdir}/shoes/lib/rubygems.rb
54 %{_libdir}/shoes/lib/rubygems
55 %{_libdir}/shoes/lib/shoes.rb
56 %{_libdir}/shoes/lib/shoes
57 %{_libdir}/shoes/lib/ubygems.rb
58 %attr(755,root,root) %{_libdir}/shoes/libruby.so
59 %attr(755,root,root) %{_libdir}/shoes/libruby.so.1.8
60 %attr(755,root,root) %{_libdir}/shoes/libshoes.so
61 %{_libdir}/shoes/ruby
62 %{_libdir}/shoes/samples
63 %attr(755,root,root) %{_libdir}/shoes/shoes-bin
64 %attr(755,root,root) %{_libdir}/shoes/shoes.launch
65 %{_libdir}/shoes/static
66
67 #%{_examplesdir}/%{name}-%{version}
This page took 0.365047 seconds and 3 git commands to generate.