source: projects/specs/branches/6/c/cdecl/cdecl-vl.spec @ 6356

Revision 6356, 2.2 KB checked in by Takemikaduchi, 12 years ago (diff)

adjtimex,coriander,corosync,cproto,cscope,dbmail,dcraw: new upstream release
others: rebuild

Line 
1Summary: Encoding/decoding utilities for C/C++ function declarations.
2Name: cdecl
3Version: 2.5
4Release: 24%{?_dist_release}
5License: distributable
6Group: Development/Tools
7Source: ftp://ibiblio.org/pub/Linux/devel/lang/c/%{name}-%{version}.tar.gz
8Patch0: cdecl-2.5.misc.patch
9BuildRoot: %{_tmppath}/%{name}-%{version}-root
10BuildRequires: readline-devel libtermcap-devel bison flex
11Vendor: Project Vine
12Distribution: Vine Linux
13
14%description
15The cdecl package includes the cdecl and c++decl utilities, which are
16used to translate English to C or C++ function declarations and vice
17versa.
18
19%description -l ja
20cdecl は cdecl や c++decl ユーティリティを含んだパッケージです。
21これらのユーティリティは英語を C や C++の関数宣言に翻訳したり、
22その逆の場合に使われます。
23
24%prep
25%setup -q
26%patch0 -p1 -b .misc
27
28%build
29make CFLAGS="$RPM_OPT_FLAGS"
30
31%install
32rm -rf %{buildroot}
33mkdir -p %{buildroot}%{_bindir}
34mkdir -p %{buildroot}%{_mandir}/man1
35
36make BINDIR=%{buildroot}%{_bindir} MANDIR=%{buildroot}%{_mandir}/man1 \
37        install
38
39%clean
40rm -rf %{buildroot}
41
42%files
43%defattr(-,root,root)
44%{_bindir}/*
45%{_mandir}/man1/*
46
47%changelog
48* Sat Jun 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.5-24
49- rebuild with Vine6 environment
50
51* Sun Sep 21 2008 Shu KONNO <owa@bg.wakwak.com> 2.5-23vl5
52- applied new versioning policy, spec in utf-8
53
54* Sat Mar 18 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.5-22vl2
55- rebuilt with new toolchains
56
57* Thu Feb 07 2002 Toru Sagami <sagami@vinelinux.org> 2.5-22vl1
58- patch/spec synced with Rawhide 2.5-22
59
60* Fri Oct 13 2000 MACHINO, Satoshi <machino@vinelinux.org> 2.5-9vl1
61- added %description -l ja
62- fixed in %files for brp-redhat
63
64* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
65- auto rebuild in the new build environment (release 9)
66
67* Wed Dec 30 1998 Cristian Gafton <gafton@redhat.com>
68- built for glibc 2.1
69
70* Sat Aug 15 1998 Jeff Johnson <jbj@redhat.com>
71- build root
72
73* Tue May 05 1998 Prospector System <bugs@redhat.com>
74- translations modified for de, fr, tr
75
76* Fri Oct 10 1997 Erik Troan <ewt@redhat.com>
77- built against readline lib w/ proper soname
78
79* Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
80- built against glibc
Note: See TracBrowser for help on using the repository browser.