source: projects/specs/trunk/x/xselection/xselection-vl.spec @ 521

Revision 521, 1.1 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: The Xselection module implement get String from X selection for Ruby
2Name: xselection
3Version: 0.0.4
4Release: 0vl2
5URL: http://www.yasgursfarm.us/rdic/
6Source0: %{name}-%{version}.tar.gz
7License: Ruby's
8Group: Development/Libraries
9BuildRoot: %{_tmppath}/%{name}-root
10BuildRequires: ruby
11Requires: ruby
12
13%description
14The Xselection module implement get String from X selection for Ruby
15
16%prep
17%setup -q
18
19%build
20ruby extconf.rb
21make  sitearchdir=%{rarchdir}
22
23%install
24rm -rf %{buildroot}
25make DESTDIR=%{buildroot} sitearchdir=%{buildroot}%{rarchdir} install
26
27%clean
28rm -rf %{buildroot}
29
30%files
31%defattr(-,root,root)
32%doc README.xselection ChangeLog.xselection COPYING xselection.html* xselection.rd*
33%{rarchdir}/xselection.so
34
35%changelog
36* Tue Oct  7 2003 IWAI, Masaharu <iwai@alib.jp> 0.0.4-0vl2
37- build with ruby-1.8.0
38
39* Sat Aug 16 2003 IWAI, Masaharu <iwai@alib.jp> 0.0.4-0vl1
40- upstream release
41
42* Fri May  9 2003 IWAI Masaharu <iwai@alib.jp> 0.0.3-0vl1
43- upstream release
44
45* Wed Apr 23 2003 IWAI Masaharu <iwai@alib.jp> 0.0.2-0vl1
46- first build for Vine Linux
47
48
Note: See TracBrowser for help on using the repository browser.