SPECS: lomount.spec (NEW) - new

glen glen at pld-linux.org
Thu Jun 14 09:59:33 CEST 2007


Author: glen                         Date: Thu Jun 14 07:59:33 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/lomount.spec
diff -u /dev/null SPECS/lomount.spec:1.1
--- /dev/null	Thu Jun 14 09:59:33 2007
+++ SPECS/lomount.spec	Thu Jun 14 09:59:28 2007
@@ -0,0 +1,41 @@
+# $Revision$, $Date$
+Summary:	lomount - utility to mount partitions in a hard disk image
+Name:		lomount
+Version:	0
+Release:	0.1
+License:	BSD-like
+Group:		Applications/System
+Source0:	%{name}.c
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Utility to mount partitions in a hard disk image.
+
+%prep
+%setup -q -c -T
+cp %{SOURCE0} .
+
+%build
+%{__cc} %{rpmcflags} -W -Wall -DFILEOFFSET_BITS=64 %{rpmldflags} lomount.c -o lomount
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sbindir}
+install lomount $RPM_BUILD_ROOT%{_sbindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_sbindir}/lomount
+
+%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  2007/06/14 07:59:28  glen
+- new
+
================================================================


More information about the pld-cvs-commit mailing list