source: projects/specs/trunk/g/global/global-vl.spec @ 8986

Revision 8986, 3.2 KB checked in by inagaki, 10 years ago (diff)

2014-10-01 Ryoichi INAGAKI <ryo1@…>

  • arts, kdelibs3: rebuilt
  • global, source-highlight: updated


RevLine 
[521]1#%define priority 30
2
[8986]3Name: global
[521]4Summary: GNU GLOBAL is a source code tag system
5Summary(ja): GNU GLOBAL ソースコードタグシステム
[8986]6Version: 6.3.2
[521]7Release: 1%{?_dist_release}
[6252]8
[521]9License: GPLv3
10Group: Development/Tools
11URL: http://www.gnu.org/software/global/
[6252]12
[521]13Source0: ftp://ftp.gnu.org/pub/gnu/global/%{name}-%{version}.tar.gz
[6252]14
[521]15BuildRoot: %{_tmppath}/%{name}-%{version}-root
[6252]16BuildRequires: ncurses-devel
[521]17Requires: perl
18Requires(post,preun): /sbin/install-info
19
20Vendor: Project Vine
21Distribution: Vine Linux
22
23%description
24GNU GLOBAL is a source code tag system that works the same way across diverse
[6252]25environments. It supports C, C++, Yacc, Java and PHP4 source code.
[521]26
27%description -l ja
28GNU GLOBAL はソースコードに索引付けを行います.
[6252]29C, C++, Yacc, Java, PHP4 のソースコードをサポートします.
[521]30
31%prep
32%setup -q
33
34%build
[8986]35%configure --enable-silent-rules --disable-static
36make %{?_smp_mflags}
[521]37
38%install
[6252]39rm -rf $RPM_BUILD_ROOT
40make DESTDIR=$RPM_BUILD_ROOT install
[521]41
42pushd $RPM_BUILD_ROOT%{_datadir}/gtags
43rm -f AUTHORS BOKIN_* COPYING ChangeLog DONORS FAQ \
44    INSTALL LICENSE NEWS README THANKS
45popd
46
[942]47rm -f $RPM_BUILD_ROOT%{_libdir}/gtags/*.la
[521]48rm -f $RPM_BUILD_ROOT%{_infodir}/dir
49
50%clean
[6252]51rm -rf $RPM_BUILD_ROOT
[521]52
53%post
54/sbin/install-info %{_infodir}/global.info.* %{_infodir}/dir
55
56%preun
57if [ $1 = 0 ]; then
58    /sbin/install-info --delete %{_infodir}/global.info.* %{_infodir}/dir
59fi
60
61%files
62%defattr(-,root,root)
63%doc AUTHORS BOKIN_* COPYING ChangeLog DONORS FAQ INSTALL
64%doc LICENSE NEWS README THANKS
[6252]65%doc gtags.conf gtags.el gtags.pl gtags.vim
[521]66%{_bindir}/*
[942]67%{_libdir}/gtags/*.so
[521]68%{_mandir}/man?/*
69%{_datadir}/gtags
70%{_infodir}/global.info*
71
72%changelog
[8986]73* Wed Oct  1 2014 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 6.3.2-1
74- new upstream release
75
[6252]76* Tue May 15 2012 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 6.2.2-1
77- new upstream release
78- added BR: ncurses-devel
79
[942]80* Tue May  4 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 5.8.2-1
81- new upstream release
82
[6252]83* Tue May  4 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 5.8.2-1
84- new upstream release
85
[521]86* Thu Dec 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 5.7.7-1
87- new upstream release
88
89* Sun May 17 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 5.7.5-1
90- new upstream release
91- spec in UTF-8
92
93* Mon May 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 5.7.1-1
94- new upstream release
95
96* Fri Jan 18 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 5.6.2-0vl1
97- new upstream release
98
99* Wed Aug  8 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 5.6-0vl1
100- new upstream release
101
102* Tue Oct  3 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 5.2-0vl1
103- new upstream release
104
105* Tue Oct 25 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.8.7-0vl1
106- new upstream release
107- this version is not necessary to use alternatives
108
109* Wed Aug  6 2003 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 4.6-0vl2
110- use alternatives for gctags
111- fix typo in URL
112
113* Fri Aug  1 2003 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 4.6-0vl1
114- update to 4.6
115- rename gctags.1 to gctags.global.1
116
117* Sat Jul 19 2003 Kunio Murasawa <murasawa@fa2.so-net.ne.jp> 4.5.3-0vl1
118- update to 4.5.3
119- changed URL
120- removed gctags.1* (conflict emacs package)
121
122* Mon May  5 2003 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> 4.5.2-0vl1
123- Initial build.
124
Note: See TracBrowser for help on using the repository browser.