]> git.pld-linux.org Git - packages/alltray.git/commitdiff
- new spec by Pawel Marek Zaskorski
authorjpc <jpc@pld-linux.org>
Tue, 29 Mar 2005 16:34:49 +0000 (16:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    alltray.spec -> 1.1

alltray.spec [new file with mode: 0644]

diff --git a/alltray.spec b/alltray.spec
new file mode 100644 (file)
index 0000000..1077da9
--- /dev/null
@@ -0,0 +1,43 @@
+Summary:       AllTray - small program to dock application into the system tray
+Summary(pl):   AllTray - ma³y program do dokowania aplikacji w system tray'u
+Name:          alltray
+Version:       0.42
+Release:       1
+License:       GPL
+Group:         X11/Applications
+Source0:       http://dl.sourceforge.net/alltray/%{name}-%{version}.tar.gz
+# Source0-md5: 2646556343a0350b4ede7dbd228c78ee
+Patch0:                %{name}-notitlechange_nomenutitle.patch
+URL:           http://alltray.sourceforge.net/
+BuildRequires: gtk+2-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+With AllTray you can dock any application with no native tray icon
+(like Evolution, Thunderbird, Terminals) into the system tray. It
+works well with Gnome, KDE, XFCE 4, Fluxbox and WindowMaker.
+
+%description -l pl
+Dziêki AllTray mo¿esz zdokowaæ dowoln± aplikacjê (jak Evolution,
+Thunderbird czy terminal) do systemtray'a. Dzia³a dobrze z Gnome, KDE,
+XFCE 4, Fluxboxem i WindowMakerem.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%configure
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+rm -fr %{_builddir}/%{name}-%{version}
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%doc AUTHORS ChangeLog COPYING
This page took 0.04087 seconds and 4 git commands to generate.