Author: lisu                         Date: Sun Dec 31 13:10:12 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

---- Files affected:
SPECS:
   stalonetray.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/stalonetray.spec
diff -u /dev/null SPECS/stalonetray.spec:1.1
--- /dev/null   Sun Dec 31 14:10:12 2006
+++ SPECS/stalonetray.spec      Sun Dec 31 14:10:07 2006
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+Summary:       A stand-alone system tray
+Summary(pl):   Samodzielny tray systemowy
+Name:          stalonetray
+Version:       0.6
+Release:       1
+License:       GPL v2+
+Group:         X11/Applications
+Source0:       http://dl.sourceforge.net/stalonetray/%{name}-%{version}.tar.bz2
+# Source0-md5: 2ecf17ebb22a4fb7430bc17197a86206
+URL:           http://stalonetray.sourceforge.net/
+BuildRequires: XFree86-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The stalonetray is a STAnd-aLONE system tray. It runs under virtually
+any window manager.
+
+%description -l pl
+stalonetray jest samodzielnym trayem systemowym. Działa on właściwie z
+każdym menedżerem okien.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*.1*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/12/31 13:10:07  lisu
+- initial
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to