]> git.pld-linux.org Git - packages/galculator.git/blame - galculator.spec
- up tp 1.3
[packages/galculator.git] / galculator.spec
CommitLineData
5772d48a 1Summary: A GTK+ 2 based scientific calculator
fbe915c2 2Summary(pl.UTF-8): Kalkulator naukowy bazujący na GTK+ 2
bc37bdae 3Name: galculator
0f16da57 4Version: 1.3
f66eeb3f 5Release: 1
bc37bdae 6License: GPL
7Group: Applications/Math
ee87094e 8Source0: http://dl.sourceforge.net/galculator/%{name}-%{version}.tar.bz2
0f16da57 9# Source0-md5: f2de87209d4c9f8dc2fdb1d7a045bef2
33bec421 10Patch0: %{name}-desktop.patch
54fd8899 11URL: http://galculator.sourceforge.net/
bc37bdae 12BuildRequires: autoconf
3998c9bf 13BuildRequires: automake
ee3d44b6 14BuildRequires: flex
ffe711f6 15BuildRequires: libglade2-devel >= 2.0.1
3998c9bf 16BuildRequires: pkgconfig
bc37bdae 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
5772d48a 20GTK+ 2 based scientific calculator with ordinary notation/reverse
bc37bdae 21polish notation, different number bases (DEC, HEX, OCT, BIN) and
22different angle bases (DEG, RAD, GRAD).
23
fb55e291
JR
24%description -l pl.UTF-8
25Kalkulator naukowy bazujący na GTK+ 2 z notacją zwykłą i odwrotną
26polską, różnymi systemami liczbowymi (dziesiętny, szesnastkowy,
27ósemkowy, binarny) i różnymi miarami kątowymi (stopień, radian,
bc37bdae 28gradus).
29
30%prep
0f16da57 31%setup -q -n %{name}-%{version}.0
715905f2 32%patch0 -p1
bc37bdae 33
34%build
3998c9bf 35%{__aclocal}
bc37bdae 36%{__autoconf}
3998c9bf 37%{__automake}
bc37bdae 38%configure
bc37bdae 39%{__make}
40
41%install
42rm -rf $RPM_BUILD_ROOT
43
44%{__make} install \
be4915bd 45 DESTDIR=$RPM_BUILD_ROOT
54fd8899 46
47%find_lang %{name}
bc37bdae 48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
54fd8899 52%files -f %{name}.lang
bc37bdae 53%defattr(644,root,root,755)
086bdd6a 54%attr(755,root,root) %{_bindir}/%{name}
54fd8899 55%{_desktopdir}/%{name}.desktop
56%{_datadir}/%{name}
086bdd6a 57%{_mandir}/man1/%{name}.1*
0f16da57 58%{_pixmapsdir}/%{name}
This page took 0.064541 seconds and 4 git commands to generate.