aboutsummaryrefslogtreecommitdiffstats
path: root/s2u.spec
diff options
context:
space:
mode:
authorflepied <flepied@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94>2004-08-01 22:59:49 +0000
committerflepied <flepied@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94>2004-08-01 22:59:49 +0000
commitb6169329d5466202bc805d422545771ad5312a93 (patch)
treedddb43ffe37f9775b28e6f88318db1af8a73cbed /s2u.spec
parent15d97ce77496d12b69361b218edd5ca089d83fe9 (diff)
downloads2u-b6169329d5466202bc805d422545771ad5312a93.tar
s2u-b6169329d5466202bc805d422545771ad5312a93.tar.gz
s2u-b6169329d5466202bc805d422545771ad5312a93.tar.bz2
s2u-b6169329d5466202bc805d422545771ad5312a93.tar.xz
s2u-b6169329d5466202bc805d422545771ad5312a93.zip
Initial revision
git-svn-id: svn+ssh://svn.mandriva.com/svn/soft/s2u/trunk@179769 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
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