From be916a50ff33ce319d85e10603b8ec530b78916349b753e044efea0aa57d8d11 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 20 Apr 2009 22:28:57 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/clicfs?expand=0&rev=1 --- clicfs.changes | 15 +++++++++++ clicfs.spec | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++ .gitattributes | 23 +++++++++++++++++ .gitignore | 1 + clicfs.tar.bz2 | 3 +++ ready | 0 6 files changed, 112 insertions(+) create mode 100644 clicfs.changes create mode 100644 clicfs.spec create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 clicfs.tar.bz2 create mode 100644 ready diff --git a/clicfs.changes b/clicfs.changes new file mode 100644 index 0000000..0de3b61 --- /dev/null +++ b/clicfs.changes @@ -0,0 +1,15 @@ +------------------------------------------------------------------- +Mon Apr 20 21:36:01 CEST 2009 - coolo@suse.de + +- fixing license + +------------------------------------------------------------------- +Mon Apr 20 15:57:32 CEST 2009 - coolo@suse.de + +- catch more errors + +------------------------------------------------------------------- +Fri Apr 17 18:17:23 CEST 2009 - coolo@suse.de + +- initial package + diff --git a/clicfs.spec b/clicfs.spec new file mode 100644 index 0000000..8d34890 --- /dev/null +++ b/clicfs.spec @@ -0,0 +1,70 @@ +# +# spec file for package clicfs (Version 1.0) +# +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +# norootforbuild + + +Name: clicfs +BuildRequires: cmake fuse-devel gcc-c++ openssl-devel xz-devel +Requires: fuse +Summary: Compressed Loop Image Container +Version: 1.0 +Release: 3 +License: GPL v2 only +Group: System/Filesystems +Source: clicfs.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +Clic FS is a FUSE file system to mount a Compressed Loop Image +Container. It has several features that make it a good choice for live +systems. It will compress a Loop Image and export it as read write, +creating a copy on write behaviour. + + + +%prep +%setup -c %name + +%build +export CFLAGS="$RPM_OPT_FLAGS" +export CXXFLAGS="$CFLAGS" +cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \ + -DLIB=%{_lib} \ + -DCMAKE_VERBOSE_MAKEFILE=TRUE \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_SKIP_RPATH=1 . + +%install +make DESTDIR=$RPM_BUILD_ROOT install + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%doc LICENCE +%{_bindir}/*clicfs +%_mandir/man1/* + +%changelog +* Mon Apr 20 2009 coolo@suse.de +- fixing license +* Mon Apr 20 2009 coolo@suse.de +- catch more errors +* Fri Apr 17 2009 coolo@suse.de +- initial package diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/clicfs.tar.bz2 b/clicfs.tar.bz2 new file mode 100644 index 0000000..040d5ed --- /dev/null +++ b/clicfs.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc72cc9f0e4309602f69b44e355f4808d422cb0efd1d48202731bfc8c51179e2 +size 19539 diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4