Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37534350
en ru br
Репозитории ALT
S:0.16-alt1.2
4.0: 0.08-alt0
www.altlinux.org/Changes

Группа :: Разработка/Perl
Пакет: perl-Fuse

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: perl-Fuse-0.13-alt1.patch
Скачать


 .gear/rules                                        |    2 +
 .../tags/b2c614c11805af59a4740f8cd8c9de10dbc3f665  |    6 ++
 .gear/tags/list                                    |    1 +
 Makefile.PL                                        |    4 +-
 perl-Fuse.spec                                     |   60 ++++++++++++++++++++
 5 files changed, 71 insertions(+), 2 deletions(-)
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..4b0460c
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,2 @@
+tar: v@version@:.
+diff: v@version@:. .
diff --git a/.gear/tags/b2c614c11805af59a4740f8cd8c9de10dbc3f665 b/.gear/tags/b2c614c11805af59a4740f8cd8c9de10dbc3f665
new file mode 100644
index 0000000..89b027f
--- /dev/null
+++ b/.gear/tags/b2c614c11805af59a4740f8cd8c9de10dbc3f665
@@ -0,0 +1,6 @@
+object 31182c178f220b87b77886bcbd34819502e67f34
+type commit
+tag v0.13
+tagger Vladimir Lettiev <crux@altlinux.ru> 1311087251 +0400
+
+v0.13
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..0fb05a8
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+b2c614c11805af59a4740f8cd8c9de10dbc3f665 v0.13
diff --git a/Makefile.PL b/Makefile.PL
index f096413..b949920 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -76,12 +76,12 @@ WriteMakefile(
 			}
    		})
 	),
-	'LIBS'			=> [''], # e.g., '-lm'
+	'LIBS'			=> $obj, # e.g., '-lm'
 	'DEFINE'		=> $def, # e.g., '-DHAVE_SOMETHING'
 	# Insert -I. if you add *.h files later:
 	'INC'			=> $inc, # e.g., '-I/usr/include/other'
 	# Un-comment this if you add C files to link with later:
-	'OBJECT'		=> "$obj Fuse.o -lpthread", # link all the C files too
+	'OBJECT'		=> "Fuse.o", # link all the C files too
 );
 
 sub MY::postamble {
diff --git a/perl-Fuse.spec b/perl-Fuse.spec
new file mode 100644
index 0000000..d1142ed
--- /dev/null
+++ b/perl-Fuse.spec
@@ -0,0 +1,60 @@
+Name: perl-Fuse
+Version: 0.13
+Release: alt1
+
+Summary: write filesystems in Perl using FUSE
+
+License: GPLv2, LGPLv2.1
+Group: Development/Perl
+Url: %CPAN Fuse
+
+Source: %name-%version.tar
+Patch: %name-%version-%release.patch
+
+# Automatically added by buildreq on Wed Dec 02 2009
+BuildRequires: libfuse-devel perl-devel
+
+%description
+This lets you implement filesystems in perl, through the FUSE
+(Filesystem in USErspace) kernel/lib interface.
+
+FUSE expects you to implement callbacks for the various functions.
+
+In the following definitions, "errno" can be 0 (for a success),
+-EINVAL, -ENOENT, -EONFIRE, any integer less than 1 really.
+
+You can import standard error constants by saying something like
+"use POSIX qw(EDOTDOT ENOANO);".
+
+Every constant you need (file types, open() flags, error values,
+etc) can be imported either from POSIX or from Fcntl, often both.
+See their respective documentations, for more information.
+
+%prep
+%setup -q
+%patch -p1
+
+%build
+%def_without test
+%perl_vendor_build
+
+%install
+%perl_vendor_install
+
+%files
+%perl_vendor_archlib/Fuse.pm
+%perl_vendor_autolib/Fuse/*
+
+%changelog
+* Tue Jul 19 2011 Vladimir Lettiev <crux@altlinux.ru> 0.13-alt1
+- new version 0.13
+- spec cleanup
+- fixed linking
+- disabled tests
+
+* Sat Nov 06 2010 Vladimir Lettiev <crux@altlinux.ru> 0.09_3-alt1.1
+- rebuilt with perl 5.12
+
+* Wed Dec 02 2009 Ilya Shpigor <elly@altlinux.org> 0.09_3-alt1
+- initial build for ALT Linux Sisyphus
+
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin