]> git.pld-linux.org Git - packages/gnome-calculator.git/blame - gcalctool.spec
- updated to 5.26.3
[packages/gnome-calculator.git] / gcalctool.spec
CommitLineData
0edb93b2 1Summary: GNOME calculator
c1e90510 2Summary(pl.UTF-8): Kalkulator dla GNOME
fe354412 3Name: gcalctool
d05536ba 4Version: 5.26.3
a5ccb195 5Release: 1
e61bb4c2 6License: GPL v2
5ccfab8c 7Group: X11/Applications/Math
81579589 8Source0: http://ftp.gnome.org/pub/GNOME/sources/gcalctool/5.26/%{name}-%{version}.tar.bz2
d05536ba 9# Source0-md5: 4208595c1992c50a7f71882a23e76190
fe354412 10URL: http://www.gnome.org/
81579589 11BuildRequires: GConf2-devel >= 2.26.0
e61bb4c2 12BuildRequires: autoconf >= 2.53
fe354412 13BuildRequires: automake
e61bb4c2 14BuildRequires: bison
15BuildRequires: flex
5c72c6b9 16BuildRequires: gettext-devel
1160f667
MB
17BuildRequires: gnome-common >= 2.24.0
18BuildRequires: gnome-doc-utils >= 0.14.0
81579589 19BuildRequires: gtk+2-devel >= 2:2.16.0
1160f667 20BuildRequires: intltool >= 0.40.0
5c72c6b9 21BuildRequires: libtool
b608c352 22BuildRequires: libglade2-devel >= 1:2.6.2
bb1a38ba 23BuildRequires: pkgconfig
7361369d 24BuildRequires: rpmbuild(find_lang) >= 1.23
eee2d6e3 25BuildRequires: rpmbuild(macros) >= 1.197
fe354412 26BuildRequires: scrollkeeper
770ae949 27Requires(post,postun): scrollkeeper
22353301 28Requires(post,preun): GConf2
2b82e361 29# sr@Latn vs. sr@latin
30Conflicts: glibc-misc < 6:2.7
fe354412 31BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33%description
34gcalctool is a simple calculator that performs a variety of functions.
35
ef62b433
JR
36%description -l pl.UTF-8
37gcalctool jest prostym kalkulatorem spełniającym wiele funkcji.
fe354412 38
39%prep
40%setup -q
41
42%build
c1f924d1 43%{__gnome_doc_common}
22353301
MB
44%{__glib_gettextize}
45%{__intltoolize}
46%{__libtoolize}
fe354412 47%{__aclocal}
48%{__autoconf}
b608c352 49%{__autoheader}
fe354412 50%{__automake}
51%configure \
c1f924d1 52 --disable-schemas-install \
53 --disable-scrollkeeper
fe354412 54%{__make}
55
56%install
57rm -rf $RPM_BUILD_ROOT
58
fe354412 59%{__make} install \
c1f924d1 60 DESTDIR=$RPM_BUILD_ROOT
fe354412 61
1519df00 62%find_lang %{name} --with-gnome --with-omf --all-name
fe354412 63
64%clean
65rm -rf $RPM_BUILD_ROOT
66
67%post
eee2d6e3 68%gconf_schema_install gcalctool.schemas
69%scrollkeeper_update_post
fe354412 70
770ae949 71%preun
eee2d6e3 72%gconf_schema_uninstall gcalctool.schemas
770ae949 73
74%postun
eee2d6e3 75%scrollkeeper_update_postun
fe354412 76
77%files -f %{name}.lang
78%defattr(644,root,root,755)
e61bb4c2 79%doc AUTHORS ChangeLog MAINTAINERS NEWS README TODO gcalctoolrc
b608c352 80%attr(755,root,root) %{_bindir}/gcalctool
1519df00 81%attr(755,root,root) %{_bindir}/gnome-calculator
9f56ebb5 82%{_sysconfdir}/gconf/schemas/gcalctool.schemas
b608c352
MB
83%{_desktopdir}/gcalctool.desktop
84%{_datadir}/gcalctool
85%{_mandir}/man1/gcalctool.1*
This page took 0.038998 seconds and 4 git commands to generate.