SPECS: InfoBox.spec (NEW) - new, by Robert Tomasik, with cosmetics
ankry
ankry at pld-linux.org
Fri Jan 20 15:54:59 CET 2006
Author: ankry Date: Fri Jan 20 14:54:59 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new, by Robert Tomasik, with cosmetics
---- Files affected:
SPECS:
InfoBox.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/InfoBox.spec
diff -u /dev/null SPECS/InfoBox.spec:1.1
--- /dev/null Fri Jan 20 15:54:59 2006
+++ SPECS/InfoBox.spec Fri Jan 20 15:54:54 2006
@@ -0,0 +1,65 @@
+# $Revision$, $Date$
+Summary: InfoBox - notification tool
+Summary(pl): InfoBox - system powiadomień
+Name: InfoBox
+Version: 0.9
+Release: 1
+License: GPL
+Group: X11/Applications
+Source0: http://download.berlios.de/fvwm-crystal/%{name}-%{version}.tar.bz2
+# Source0-md5: 738a95010d115c6d460e15e8a736b067
+URL: http://developer.berlios.de/project/showfiles.php?group_id=1595
+Patch0: %{name}-doc.patch
+Requires: dbus >= 0.30
+Requires: gtk+2 >= 2.6
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+InfoBox is a notification tool based on specifications from
+<http://www.galago-project.org/>. It was inspired by FVWM-Crystal's
+InformationBox. It's meant for FVWM-Crystal, but should work with
+other window managers.
+
+%description -l pl
+InfoBox jest systemem powiadomień opartym o specyfikację
+<http://www.galago-project.org/>. Projektowany był dla powiadomień
+D-BUS, i potrafi je wyświetlać. Wzorowany jest na InformationBox z
+FVWM-Crystal. Przeznaczony był dla FVWM-Crystal ale powinien pracować
+ze wszystkimi środowiskami.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%configure \
+ --prefix=%{_prefix}
+
+%{__make}
+%{__make} check
+
+%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 %{_datadir}/doc/infobox-%{version}/*
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/infoboxd
+%{_sysconfdir}/dbus-1/system.d/%{name}d.conf
+%{_datadir}/dbus-1/services/org.freedesktop.Notifications.service
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/01/20 14:54:54 ankry
+- new, by Robert Tomasik, with cosmetics
================================================================
More information about the pld-cvs-commit
mailing list