This commit is contained in:
@@ -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
|
||||
|
||||
+70
@@ -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
|
||||
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
.osc
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc72cc9f0e4309602f69b44e355f4808d422cb0efd1d48202731bfc8c51179e2
|
||||
size 19539
|
||||
Reference in New Issue
Block a user