Hello community,

here is the log from the commit of package posixovl for openSUSE:Factory
checked in at Thu Aug 4 10:48:01 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/posixovl/posixovl.changes      2011-07-27 
19:01:16.000000000 +0200
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Wed Jul 27 17:00:49 UTC 2011 - [email protected]
+
+- Initial package for build.opensuse.org
+- Provide mount.posixovl.8 (symlink to posixovl.1)

calling whatdependson for head-i586


New:
----
  posixovl-1.2.tar.xz
  posixovl-1.2.tar.xz.asc
  posixovl.changes
  posixovl.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ posixovl.spec ++++++
#
# spec file for package posixovl
#
# Copyright (c) 2011 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/
#



Name:           posixovl
Version:        1.2
Release:        1
Group:          System/Filesystems
Summary:        POSIX overlay filesystem
License:        GPL
Url:            http://posixovl.sf.net/

Source:         %name-%version.tar.xz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  fuse-devel >= 2.6.5 libattr-devel pkg-config xz

%description
A FUSE filesystem that provides POSIX functionality - UNIX-style
permissions, ownership, special files - for filesystems that do not
have such, e.g. vfat. It is a modern equivalent of the UMSDOS fs.

Author:
-------
        Jan Engelhardt

%prep
%setup -qn %name

%build
if [ ! -e configure ]; then
        ./autogen.sh;
fi;
%configure
make %{?_smp_mflags};

%install
b="%buildroot";
make install DESTDIR="$b";
mkdir -p "$b/%_mandir/man8";
ln -s ../man1/posixovl.1 "$b/%_mandir/man8/mount.posixovl.8";

%files
%defattr(-,root,root)
%_sbindir/*
%_mandir/man*/*

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to