]> git.pld-linux.org Git - packages/alltray.git/blob - alltray.spec
471e68dec4be21c51049d23cbd4a00c28caa7467
[packages/alltray.git] / alltray.spec
1 Summary:        AllTray - small program to dock application into the system tray
2 Summary(pl):    AllTray - ma³y program do dokowania aplikacji w tacce systemowej
3 Name:           alltray
4 Version:        0.51
5 Release:        2
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://dl.sourceforge.net/alltray/%{name}-%{version}.tar.gz
9 # Source0-md5:  44466a011131c4f132b64722dbdd8ae3
10 #Patch0:                %{name}-notitlechange_nomenutitle.patch
11 URL:            http://alltray.sourceforge.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gtk+2-devel >= 2:2.4.0
15 BuildRequires:  pkgconfig
16 Requires:       gtk+2 >= 2:2.4.0
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 With AllTray you can dock any application with no native tray icon
21 (like Evolution, Thunderbird, Terminals) into the system tray. It
22 works well with Gnome, KDE, XFCE 4, Fluxbox and WindowMaker.
23
24 %description -l pl
25 Dziêki AllTray mo¿na zdokowaæ dowoln± aplikacjê (jak Evolution,
26 Thunderbird czy terminal) do tacki systemowej. Dzia³a dobrze z GNOME,
27 KDE, XFCE 4, Fluxboksem i WindowMakerem.
28
29 %package devel
30 Summary:        Libraries and header files for alltray
31 Summary(pl):    Biblioteki i pliki nag³ówkowe dla alltray
32 Group:          Development/Libraries
33 Requires:       %{name} = %{version}-%{release}
34
35 %description devel
36 Libraries and header files for alltray.
37
38 %description devel -l pl
39 Biblioteki i pliki nag³ówkowe dla alltray.
40
41 %package static
42 Summary:        Static libraries for alltray
43 Summary(pl):    Statyczne biblioteki dla alltray
44 Group:          Development/Libraries
45 Requires:       %{name}-devel = %{version}-%{release}
46
47 %description static
48 alltray static libraries.
49
50 %description static -l pl
51 Biblioteki statyczne dla alltray.
52
53 %prep
54 %setup -q
55 #%%patch0 -p1
56
57 %build
58 %{__aclocal}
59 %{__automake}
60 %{__autoconf}
61 %configure
62
63 %install
64 rm -rf $RPM_BUILD_ROOT
65
66 %{__make} install \
67         DESTDIR=$RPM_BUILD_ROOT
68
69 %clean
70 rm -rf $RPM_BUILD_ROOT
71
72 %files
73 %defattr(644,root,root,755)
74 %doc AUTHORS ChangeLog README
75 %attr(755,root,root) %{_bindir}/*
76 %attr(755,root,root) %{_libdir}/liballtray*.so.*.*
77 %{_mandir}/man1/alltray.1*
78
79 %files devel
80 %defattr(644,root,root,755)
81 %{_libdir}/liballtray*.la
82
83 %files static
84 %defattr(644,root,root,755)
85 %{_libdir}/liballtray*.a
This page took 0.051093 seconds and 2 git commands to generate.