]> git.pld-linux.org Git - SPECS.git/blob - netferret.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / netferret.spec
1 Summary:        GNOME toolbar app for querying web search engines
2 Summary(pl.UTF-8):      Aplet GNOME do odpytywania wyszukiwarek sieciowych
3 Name:           netferret
4 Version:        0.1b2
5 Release:        6
6 License:        GPL
7 Group:          X11/Applications/Networking
8 Source0:        http://dl.sourceforge.net/netferret/%{name}-%{version}.tar.gz
9 # Source0-md5:  135058e9bed77fc93e89b39dc43fed54
10 Patch0:         %{name}-ac_am.patch
11 URL:            http://netferret.sourceforge.net/
12 BuildRequires:  ORBit-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  gnome-core-devel >= 1.0
16 BuildRequires:  gtk+-devel >= 1.2.0
17 BuildRequires:  libghttp-devel
18 BuildRequires:  libtool
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %define         _sysconfdir     /etc/X11/GNOME
22
23 %description
24 Net Ferret is a tool to help you get quicker results when searching
25 the Internet. It runs as an applet in the GNOME toolbar. Searching is
26 painful enough already without that pesky search engine front page
27 with seven hundred advertisements...
28
29 %description -l pl.UTF-8
30 Net Ferret to narzędzie pomagające otrzymać szybciej rezultaty przy
31 przeszukiwaniu Internetu. Działa jako aplet toolbaru GNOME. Szukanie
32 jest wystarczająco bolesne nawet bez tych wszystkich stron
33 początkowych wyszukiwarek z tysiącami reklam...
34
35 %prep
36 %setup -q
37 %patch0 -p1
38
39 %build
40 %{__libtoolize}
41 %{__aclocal}
42 %{__autoconf}
43 %{__automake}
44 %configure
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %attr(755,root,root) %{_bindir}/ferret_applet
59 %{_pixmapsdir}/ferret_logo.xpm
60 %{_pixmapsdir}/ferret_paw.xpm
61 %{_datadir}/applets/Network/ferret_applet.desktop
62 %{_sysconfdir}/CORBA/servers/*
This page took 0.776876 seconds and 3 git commands to generate.