Author: glen                         Date: Wed Apr 21 09:55:55 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/mountall:
   mountall.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/mountall/mountall.spec
diff -u /dev/null packages/mountall/mountall.spec:1.1
--- /dev/null   Wed Apr 21 11:55:55 2010
+++ packages/mountall/mountall.spec     Wed Apr 21 11:55:50 2010
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+# TODO
+# - system libnih, remove noautoreq when done
+Summary:       Filesystem mounting tool
+Name:          mountall
+Version:       1.0.2
+Release:       0.3
+License:       GPL v2+
+Group:         Base
+Source0:       
https://launchpad.net/ubuntu/+archive/primary/+files/%{name}_%{version}.tar.gz
+# Source0-md5: 1af4bd5309ffda85c5788236997df465
+URL:           https://launchpad.net/ubuntu/+source/mountall
+BuildRequires: libnih-devel >= 1.0.0
+BuildRequires: udev-devel >= 146
+Requires:      upstart >= 0.6
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+# Filter GLIBC_PRIVATE Requires
+%define                _noautoreq      (GLIBC_PRIVATE)
+
+%define                _sbindir        /sbin
+
+%description
+mountall mounts filesystems when the underlying block devices are
+ready, or when network interfaces come up, checking the filesystems
+first.
+
+%prep
+%setup -qn %{name}
+
+%build
+%{__aclocal} -I m4
+%{__autoconf}
+%{__automake}
+%configure \
+       NIH_DBUS_TOOL=nih-dbus-tool
+%{__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)
+%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/init/mountall*.conf
+%attr(755,root,root) %{_sbindir}/mountall
+%{_mandir}/man8/mountall.8*
+
+%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  2010/04/21 09:55:50  glen
+- new
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to