source: projects/specs/trunk/r/remake/remake-vl.spec @ 9686

Revision 9686, 1.6 KB checked in by Takemikaduchi, 9 years ago (diff)

gnome-phone-manager: update
others: rebuild

RevLine 
[4983]1
2# Basic Information
3Name:           remake
4Version:        3.82
[9686]5Release:        2%{?_dist_release}
[4983]6License:        GPLv3+
7Group:          Development/Tools
8URL:            http://bashdb.sourceforge.net/remake/
9Source0:        %{name}-%{version}+dbg-0.7.tar.gz
10Source1:        https://github.com/rocky/remake/raw/master/implicit.h
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12
13Vendor:         Project Vine
14Distribution:   Vine Linux
15Packager:       yasumichi
16
17Summary:        GNU Make Debugger, Remake
18Summary(ja):    GNU Make デバッガー Remake
19
20# Dependency
21Requires(post): /sbin/install-info
22Requires(preun): /sbin/install-info
23BuildRequires:  perl
24BuildRequires:  readline-devel
25
26%description
27remake is a patched version of GNU Make that adds improved error reporting,
28the ability to trace execution in a comprehensible way, and a debugger.
29
30%description -l ja
31remake は、GNU Make にエラー報告の改良、理解可能な方法でトレースを実行する
32能力、およびデバッガーを追加するパッチを適用したバージョンです。
33
34%prep
35%setup -q -n remake-3.82+dbg-0.7
36cp %{SOURCE1} .
37
38%build
39%configure
40%{__make} %{?_smp_mflags}
41
42%install
43%{__rm} -rf ${RPM_BUILD_ROOT}
44%{__make} install DESTDIR=${RPM_BUILD_ROOT}
45
46%find_lang %{name}
47
48# remove unnecessary files.
49%{__rm} ${RPM_BUILD_ROOT}%{_infodir}/dir
50
51%clean
52%{__rm} -rf ${RPM_BUILD_ROOT}
53
54
55%files -f %{name}.lang
56%defattr(-,root,root)
57%doc AUTHORS COPYING ChangeLog NEWS README
58%{_bindir}/remake
59%{_infodir}/remake.info*
60%{_mandir}/man1/remake.1*
61
62
63%changelog
[9686]64* Sun Aug 02 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.82-2
65- rebuild with readline-6.3
66
[4983]67* Sat Oct 15 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 3.82-1
68- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.