blob: 41de054d4e4b52ac58fca375843c2b3487f8a19b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
Name: ragel
Summary: Ragel
Version: 6.6
Release: 1
Group: TO_BE/FILLED_IN
License: TO BE FILLED IN
Source0: %{name}-%{version}.tar.gz
Patch0: no-doc.patch
%description
%prep
%setup -q
%patch0 -p1
%build
./autogen.sh
./configure --prefix=%{_prefix}
make %{?jobs:-j%jobs}
%install
rm -rf %{buildroot}
%make_install
%files
/usr/bin/ragel
/usr/share/doc/ragel/CREDITS
/usr/share/doc/ragel/ChangeLog
|