source: projects/specs/branches/6/g/galculator/galculator-vl.spec @ 3735

Revision 3735, 2.2 KB checked in by Takemikaduchi, 13 years ago (diff)

clutter,gthumb,babl,gegl:new upstream release, others: rebuild

Line 
1Summary: GTK 2 based scientific calculator
2Summary(ja): GTK2 ベースの関数電卓
3Name: galculator
4Version: 1.3.4
5Release: 2%{?_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* Fri Apr 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.4-2
49- rebuild with rpm-4.8.1
50
51* Sun Apr 26 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.3.4-1
52- new upstream release
53- updated BuildRequires
54- changed Group to Applications/Accessories
55
56* Thu Sep 25 2008 Shu KONNO <owa@bg.wakwak.com> 1.3.1-1vl5
57- applied new versioning policy, spec in utf-8
58
59* Fri Sep 28 2007 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 1.3.1-0vl1
60- update
61
62* Wed Jun  7 2006 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 1.2.5.2-0vl1
63- update
64- Group changed(Applications/System -> Applications/Productivity)
65
66* Tue May 10 2005 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 1.2.5-0vl1
67- update
68- Group changed(Application/Math -> Applications/System)
69
70* Tue Jun 15 2004 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 1.2.3-0vl1
71- update
72
73* Mon Apr  5 2004 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 1.2.2-0vl1
74- update
75
76* Thu Mar 11 2004 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 1.2.0-0vl1
77- update
78
79* Wed Nov 12 2003 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 1.1.4-0vl1
80- update
81
82* Mon Sep  1 2003 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 1.1.3-0vl1
83- update
84
85* Wed Jul  2 2003 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 1.1.1-0vl1
86- 1st build for VineSeed
87
88* Thu Oct 3 2002 Simon Floery <simon.floery@gmx.at>
89- description update
Note: See TracBrowser for help on using the repository browser.