source: projects/specs/trunk/t/the_silver_searcher/the_silver_searcher-vl.spec @ 9213

Revision 9213, 935 bytes checked in by iwaim, 9 years ago (diff)

the_silver_searcher 0.28.0-1

Line 
1%define ver 0.28.0
2%define rel 1
3
4Summary: a tool for searching code
5Name: the_silver_searcher
6Version: %{ver}
7Release: %{rel}%{?_dist_release}
8License: ASL 2.0
9Group: Applications/Text
10URL: http://geoff.greer.fm/ag/
11Source0: http://geoff.greer.fm/ag/releases/%{name}-%{version}.tar.gz
12BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
13BuildRequires: pcre-devel
14BuildRequires: zlib-devel
15BuildRequires: xz-devel
16
17Vendor: Project Vine
18Distribution: Vine Linux
19Packager: iwaim
20
21%description
22The Silver Searcher is a tool for searching code.
23
24%prep
25%setup -q
26%configure
27
28%build
29%__make
30
31%install
32rm -rf $RPM_BUILD_ROOT
33%makeinstall
34
35%clean
36rm -rf $RPM_BUILD_ROOT
37
38%files
39%defattr(-,root,root,-)
40%doc LICENES NOTICE README*
41%{_bindir}/ag
42%{_mandir}/man1/ag.1*
43%dir %{_datadir}/%{name}
44%{_datadir}/%{name}/completions
45
46%changelog
47* Fri Jan  2 2015 IWAI, Masaharu <iwaim.sub@gmail.com> 0.28.0-1
48- initial release for Vine Linux
Note: See TracBrowser for help on using the repository browser.