Add packaging accepted/tizen/20130503.223627 accepted/trunk/20130306.221229 submit/tizen/20130503.191033 submit/tizen/20130509.173910 submit/trunk/20130306.192302
authorPatrick McCarty <patrick.mccarty@linux.intel.com>
Wed, 6 Mar 2013 00:10:41 +0000 (16:10 -0800)
committerPatrick McCarty <patrick.mccarty@linux.intel.com>
Wed, 6 Mar 2013 19:22:12 +0000 (11:22 -0800)
packaging/dosfstools.changes [new file with mode: 0644]
packaging/dosfstools.manifest [new file with mode: 0644]
packaging/dosfstools.spec [new file with mode: 0644]

diff --git a/packaging/dosfstools.changes b/packaging/dosfstools.changes
new file mode 100644 (file)
index 0000000..27ab48d
--- /dev/null
@@ -0,0 +1,4 @@
+* Wed Mar 06 2013 Patrick McCarty <patrick.mccarty@linux.intel.com> upstream/3.0.16@a25f309
+- Add packaging
+- Imported Upstream version 3.0.16
+
diff --git a/packaging/dosfstools.manifest b/packaging/dosfstools.manifest
new file mode 100644 (file)
index 0000000..75b0fa5
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+    <request>
+        <domain name="_"/>
+    </request>
+</manifest>
diff --git a/packaging/dosfstools.spec b/packaging/dosfstools.spec
new file mode 100644 (file)
index 0000000..12e126c
--- /dev/null
@@ -0,0 +1,39 @@
+Name:           dosfstools
+Version:        3.0.16
+Release:        0
+License:        GPL-3.0+
+Group:          Base/File Systems
+Summary:        Utilities for Making and Checking MS-DOS FAT File Systems on Linux
+URL:            http://www.daniel-baumann.ch/software/dosfstools/
+Source:         %{name}-%{version}.orig.tar.xz
+Source1001:     dosfstools.manifest
+
+%description
+The dosfstools package includes the mkdosfs and dosfsck utilities,
+which respectively make and check MS-DOS FAT file systems on hard
+drives or on floppies.
+
+%prep
+%setup -q
+
+%build
+cp %{SOURCE1001} .
+make
+
+%install
+make install DESTDIR=%{buildroot} PREFIX=%{_prefix}
+
+rm -rf %{buildroot}%{_datadir}/doc/dosfstools
+
+
+%docs_package
+
+%files
+%manifest dosfstools.manifest
+%{_sbindir}/dosfsck
+%{_sbindir}/dosfslabel
+%{_sbindir}/fsck.msdos
+%{_sbindir}/fsck.vfat
+%{_sbindir}/mkdosfs
+%{_sbindir}/mkfs.msdos
+%{_sbindir}/mkfs.vfat