source: projects/specs/trunk/k/kdbg/kdbg-vl.spec @ 521

Revision 521, 2.8 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: KDbg - a graphical user interface to gdb
2Summary(ja): GDB のグラフィカルユーザインターフェイス
3Name: kdbg
4Version: 2.1.1
5Release: 1%{?_dist_release}
6Group: Applications/Development
7License: GPL
8Source: %{name}-%{version}.tar.gz
9URL: http://www.kdbg.org/
10BuildRoot: %{_tmppath}/%{name}-%{version}-root
11BuildRequires: qt-devel >= 3.2.1
12BuildRequires: kdelibs-devel >= 3.1.4
13BuildRequires: libpng-devel zlib-devel libart_lgpl-devel
14Requires: gdb
15Requires: qt >= 3.2.1
16Requires: kdelibs >= 3.1.4
17
18%description
19KDbg is a graphical user interface to gdb, the GNU debugger.
20It provides an intuitive interface for setting breakpoints,
21inspecting variables, and stepping through code.
22
23KDbg requires KDE, the K Desktop Environment, but you can
24of course debug any program.
25
26%prep
27%setup -q
28
29%build
30%configure
31make %{?_smp_mflags}
32
33%install
34rm -rf $RPM_BUILD_ROOT
35make DESTDIR=$RPM_BUILD_ROOT install
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(-,root,root)
42%doc COPYING ChangeLog README
43%{_bindir}/kdbg
44%{_datadir}/applications/*
45%{_datadir}/apps/*
46%{_datadir}/config/*
47%{_datadir}/icons/*/*/*/*
48%{_datadir}/locale/*
49%doc %{_datadir}/doc/HTML/*
50
51%changelog
52* Sun May 10 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.1.1-1
53- applied new versioning policy, spec in UTF-8
54- new upstream release
55
56* Sun Dec 30 2007 Shu KONNO <owa@bg.wakwak.com> 2.0.4-0vl3
57- changed configure to %%configure
58
59* Fri Jun  2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.0.4-0vl2
60- rebuild for VineSeed
61
62* Fri Jun  2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.0.4-0vl1
63- new upstream release
64- update URL
65
66* Tue Oct 18 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.0.0-0vl1
67- new upstream release
68
69* Sun Mar 20 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.2.10-0vl3
70- rebuild with kde-3.4.0 (VineSeed)
71
72* Sun Mar 20 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.2.10-0vl2
73- rebuild with kde-3.4.0 (Vine3.1)
74
75* Fri Oct 22 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.2.10-0vl1
76- source upgrade
77
78* Sat May  1 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.2.9-0vl2
79- use License tag
80- rebuild with qt-3.3.2 and kde-3.2.2
81
82* Sun Sep 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.2.9-0vl1
83- source upgrade
84- change spec to build with gcc-3.2.3
85
86* Mon Jul 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.2.8-0vl1
87- source upgrade
88- change spec to build with gcc295
89- change make option for SMP and add script
90
91* Sun Jun 15 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.2.7-0vl2
92- rebuild with qt-3.1.2 and kde-3.1.2
93
94* Tue Mar  3 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.2.7-0vl1
95- source upgrade
96- build with qt-3.1.1 and kde-3.1
97
98* Mon Oct 14 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.2.6-0vl1
99- source upgrade
100- build with qt-3.0.5 and kde-3.0.4
101
102* Tue Aug  6 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.2.5-0vl1
103- first release
Note: See TracBrowser for help on using the repository browser.