]> git.pld-linux.org Git - packages/fuse-mysqlfs.git/commitdiff
- new master
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 24 Aug 2009 08:52:34 +0000 (08:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fuse-mysqlfs.spec -> 1.1

fuse-mysqlfs.spec [new file with mode: 0644]

diff --git a/fuse-mysqlfs.spec b/fuse-mysqlfs.spec
new file mode 100644 (file)
index 0000000..429024a
--- /dev/null
@@ -0,0 +1,39 @@
+Summary:       FUSE filesystem using MySQL as a storage
+Name:          fuse-mysqlfs
+Version:       0.4.0
+Release:       0.1
+License:       GPL v2
+Group:         Applications/System
+Source0:       http://dl.sourceforge.net/project/mysqlfs/mysqlfs/%{version}/mysqlfs-%{version}.tar.bz2
+# Source0-md5: 7998aa0e11fc50e50b54c02994110e72
+URL:           http://sourceforge.net/projects/mysqlfs/
+BuildRequires: libfuse-devel
+BuildRequires: mysql-devel >= 5.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+MySQLfs is Linux userspace filesystem which stores data in a MySQL
+database. It uses FUSE to interface with the kernel.
+
+%prep
+%setup -q -n mysqlfs-%{version}
+
+%build
+%configure
+%{__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)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/mysqlfs
+%{_datadir}/mysqlfs-%{version}/install.sql
+%{_datadir}/mysqlfs-%{version}/schema.sql
This page took 0.069674 seconds and 4 git commands to generate.