]> git.pld-linux.org Git - SPECS.git/blob - gnome-applet-nt_applet.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / gnome-applet-nt_applet.spec
1 Summary:        Applet for GNOME panel for WebDownloader for X
2 Summary(pl.UTF-8):      Aplet panelu GNOME dla WebDownloadera pod X
3 Name:           gnome-applet-nt_applet
4 Version:        1.2.3
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Networking
8 Source0:        http://www.krasu.ru/soft/chuchelo/files/nt_applet-%{version}.tar.gz
9 # Source0-md5:  1fbdf80b0730fe104b1822930c171caf
10 Patch0:         %{name}-fix_desktop.patch
11 URL:            http://www.krasu.ru/soft/chuchelo/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gnome-core-devel
15 BuildRequires:  gettext-tools
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17 Obsoletes:      nt_applet
18
19 %define         _sysconfdir     /etc/X11/GNOME
20
21 %description
22 nt_applet is GNOME panel applet for manage WebDownloader for X.
23
24 %description -l pl.UTF-8
25 nt_applet jest apletem panelu GNOME zarządzającym WebDownloaderem dla
26 X.
27
28 %prep
29 %setup -q -n nt_applet-%{version}
30 %patch0 -p1
31
32 %build
33 rm -f missing
34 %{__gettextize}
35 %{__aclocal} -I macros
36 %{__autoconf}
37 %{__automake}
38 %configure
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 mv -f $RPM_BUILD_ROOT%{_pixmapsdir}/nt_applet/nt.png \
48         $RPM_BUILD_ROOT%{_pixmapsdir}
49
50 ln -s nt-icon-anim.gif $RPM_BUILD_ROOT%{_pixmapsdir}/nt_applet/nt-animation.default
51
52 %find_lang nt_applet
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files -f nt_applet.lang
58 %defattr(644,root,root,755)
59 %doc AUTHORS NEWS README
60 %attr(755,root,root) %{_bindir}/nt_applet
61 %{_sysconfdir}/CORBA/servers/nt_applet.gnorba
62 %{_datadir}/applets/Network/nt_applet.desktop
63 %{_pixmapsdir}/*
This page took 0.179392 seconds and 3 git commands to generate.