]> git.pld-linux.org Git - packages/galculator.git/blob - galculator.spec
- version 1.1.1
[packages/galculator.git] / galculator.spec
1 Summary:        a GTK 2 based scientific calculator
2 Summary(pl):    Kalkulator naukowy bazuj±cy na GTK 2
3 Name:           galculator
4 Version:        1.1.1
5 Release:        1
6 License:        GPL
7 Group:          Applications/Math
8 Source0:        http://dl.sf.net/%{name}/%{name}-%{version}.tar.bz2
9 # Source0-md5:  58e495b9ceb8ac8f16a8d1ab344fe1b1
10 URL:            http://galculator.sourceforge.net/
11 BuildRequires:  gtk+2-devel
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 GTK 2 based scientific calculator with ordinary notation/reverse
18 polish notation, different number bases (DEC, HEX, OCT, BIN) and
19 different angle bases (DEG, RAD, GRAD).
20
21 %description -l pl
22 Kalkulator naukowy bazuj±cy na GTK 2 z notacj± zwyk³± i odwrotn±
23 polsk±, ró¿nymi systemami liczbowymi (dziesiêtny, szesnastkowy,
24 ósemkowy, binarny) i ró¿nymi miarami k±towymi (stopieñ, radian,
25 gradus).
26
27 %prep
28 %setup -q
29
30 %build
31 %{__autoconf}
32 %configure
33
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT 
41
42 %find_lang %{name}
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files -f %{name}.lang
48 %defattr(644,root,root,755)
49 %attr(755,root,root)%{_bindir}/%{name}
50 %{_desktopdir}/%{name}.desktop
51 %{_datadir}/%{name}
52 %{_mandir}/man1/%{name}.1.gz
This page took 0.047723 seconds and 3 git commands to generate.