aboutsummaryrefslogtreecommitdiffstats
path: root/s2u.spec
diff options
context:
space:
mode:
Diffstat (limited to 's2u.spec')
-rw-r--r--s2u.spec40
1 files changed, 40 insertions, 0 deletions
diff --git a/s2u.spec b/s2u.spec
new file mode 100644
index 0000000..54cfb49
--- /dev/null
+++ b/s2u.spec
@@ -0,0 +1,40 @@
+Summary: System to user tools
+Name: s2u
+Version: 0.1
+Release: 1mdk
+URL: http://www.mandrakelinux.com/
+Source0: %{name}-%{version}.tar.bz2
+License: GPL
+Group: Graphical desktop/Other
+BuildRoot: %{_tmppath}/%{name}-buildroot
+Prefix: %{_prefix}
+Requires: dbus-x11
+
+%description
+Use dbus to communicate between from the system to the users.
+
+%prep
+%setup -q
+
+%build
+%make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%makeinstall_std
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root)
+%doc ChangeLog README AUTHORS License
+%_bindir/s2u
+/etc/X11/xinit.d/s2u.sh
+/etc/sysconfig/network-script/hostname.d/s2u
+
+%changelog
+* Sat Jul 31 2004 Frederic Lepied <flepied@mandrakesoft.com> 0.1-1mdk
+- monitor hostname change
+
+# end of file