source: projects/specs/trunk/g/galculator/galculator-vl.spec @ 521

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

import VineSeed package specs

Line 
1Summary: GTK 2 based scientific calculator
2Summary(ja): GTK2 ベースの関数電卓
3Name: galculator
4Version: 1.3.4
5Release: 1%{?_dist_release}
6License: GPLv2
7Group: Applications/Accessories
8Source: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
9
10BuildRoot: %{_tmppath}/%{name}-%{version}-root
11BuildRequires: gtk2-devel >= 2.6.0
12BuildRequires: libglade2-devel
13
14Vendor:         Project Vine
15Distribution:   Vine Linux
16
17%description
18galculator is a GTK 2 based scientific calculator with "ordinary" and reverse polish notation.
19
20%description -l ja
21galculator は GTK2 ベースの 電卓です。
22
23%prep
24%setup -q
25
26%build
27%configure
28
29%install
30rm -rf $RPM_BUILD_ROOT
31make install DESTDIR=$RPM_BUILD_ROOT
32
33%find_lang %{name}
34
35%clean
36rm -rf $RPM_BUILD_ROOT
37
38%files -f %{name}.lang
39%defattr(-, root, root)
40%doc AUTHORS ChangeLog NEWS README COPYING TODO
41%{_bindir}/galculator
42%{_datadir}/applications/galculator.desktop
43%{_datadir}/%{name}
44%{_datadir}/pixmaps/*
45%{_mandir}/man1/%{name}.1*
46
47%changelog
48* Sun Apr 26 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.3.4-1
49- new upstream release
50- updated BuildRequires
51- changed Group to Applications/Accessories
52
53* Thu Sep 25 2008 Shu KONNO <owa@bg.wakwak.com> 1.3.1-1vl5
54- applied new versioning policy, spec in utf-8
55
56* Fri Sep 28 2007 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 1.3.1-0vl1
57- update
58
59* Wed Jun  7 2006 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 1.2.5.2-0vl1
60- update
61- Group changed(Applications/System -> Applications/Productivity)
62
63* Tue May 10 2005 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 1.2.5-0vl1
64- update
65- Group changed(Application/Math -> Applications/System)
66
67* Tue Jun 15 2004 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 1.2.3-0vl1
68- update
69
70* Mon Apr  5 2004 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 1.2.2-0vl1
71- update
72
73* Thu Mar 11 2004 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 1.2.0-0vl1
74- update
75
76* Wed Nov 12 2003 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 1.1.4-0vl1
77- update
78
79* Mon Sep  1 2003 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 1.1.3-0vl1
80- update
81
82* Wed Jul  2 2003 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 1.1.1-0vl1
83- 1st build for VineSeed
84
85* Thu Oct 3 2002 Simon Floery <simon.floery@gmx.at>
86- description update
Note: See TracBrowser for help on using the repository browser.