8
0

Compare commits

...

10 Commits

Author SHA256 Message Date
Stephan Kulow
334a1344c3 Accepting request 197988 from devel:languages:perl
- switch to perl-macros to fix build

OBS-URL: https://build.opensuse.org/request/show/197988
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-MLDBM-Sync?expand=0&rev=19
2013-09-25 12:33:39 +00:00
Stephan Kulow
2dcb7fe56e - switch to perl-macros to fix build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MLDBM-Sync?expand=0&rev=15
2013-09-09 09:52:24 +00:00
Stephan Kulow
13bdca4405 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-MLDBM-Sync?expand=0&rev=15
2011-12-06 17:44:27 +00:00
Stephan Kulow
b43b34cff1 Accepting request 92366 from devel:languages:perl
update

OBS-URL: https://build.opensuse.org/request/show/92366
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-MLDBM-Sync?expand=0&rev=14
2011-11-21 11:43:03 +00:00
Stephan Kulow
1fe37c4cde use original .tar.gz
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MLDBM-Sync?expand=0&rev=12
2011-11-18 11:47:39 +00:00
Stephan Kulow
5576629b80 use gz
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MLDBM-Sync?expand=0&rev=11
2011-11-17 15:38:42 +00:00
Stephan Kulow
6138857913 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MLDBM-Sync?expand=0&rev=9 2011-11-11 11:19:39 +00:00
Lars Vogdt
c7569dcaac Autobuild autoformatter for 54593
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-MLDBM-Sync?expand=0&rev=11
2010-12-05 21:03:37 +00:00
Lars Vogdt
4e57d4a12c Accepting request 54593 from devel:languages:perl
Accepted submit request 54593 from user coolo

OBS-URL: https://build.opensuse.org/request/show/54593
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-MLDBM-Sync?expand=0&rev=10
2010-12-05 21:03:31 +00:00
OBS User autobuild
70c5d5a3c4 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-MLDBM-Sync?expand=0&rev=7 2010-03-18 15:18:43 +00:00
5 changed files with 48 additions and 39 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f19733bdd4df4fd0375bb54f1fe0b37861026f0bf45723934da59335ee735fad
size 19003

3
MLDBM-Sync-0.30.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b5f31d40beda393e1f5c6278a785a6f87f35ef29f99423529b4e4d2fb55e1f2b
size 22058

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Sep 9 09:50:14 UTC 2013 - coolo@suse.com
- switch to perl-macros to fix build
-------------------------------------------------------------------
Fri Nov 18 11:10:52 UTC 2011 - coolo@suse.com
- use original .tar.gz
-------------------------------------------------------------------
Wed Dec 1 13:33:41 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Mon Nov 29 18:30:33 UTC 2010 - coolo@novell.com
- remove /var/adm/perl-modules
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-MLDBM-Sync (Version 0.30)
# spec file for package perl-MLDBM-Sync
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 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
@@ -15,22 +15,24 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-MLDBM-Sync
BuildRequires: dos2unix perl-MLDBM perl-Tie-Cache
%define cpan_name MLDBM-Sync
BuildRequires: dos2unix
BuildRequires: perl-MLDBM
BuildRequires: perl-Tie-Cache
BuildRequires: perl-macros
Version: 0.30
Release: 383
Requires: perl-MLDBM perl-Tie-Cache
Requires: perl = %{perl_version}
AutoReqProv: on
Group: Development/Libraries/Perl
License: Artistic
Release: 0
Requires: perl-MLDBM
Requires: perl-Tie-Cache
Url: http://cpan.org/modules/by-module/MLDBM
Summary: Perl module for safe concurrent access to MLDBM databases
Source: MLDBM-Sync-%{version}.tar.bz2
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Source: MLDBM-Sync-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
%description
This module wraps around the MLDBM interface, by handling concurrent
@@ -39,38 +41,25 @@ per lock/unlock. The new [Read]Lock()/UnLock() API can be used to
serialize requests logically and improve performance for bundled reads
& writes.
Authors:
--------
Joshua Chamas <asp@chamas.com>
%prep
%setup -n MLDBM-Sync-%{version}
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%build
perl Makefile.PL
make %{?_smp_mflags}
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
dos2unix CHANGES
chmod 644 README CHANGES
%check
make test
%{__make} test
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install_vendor
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc CHANGES README bench
%doc %{_mandir}/man?/*
%{perl_vendorlib}/MLDBM
%{perl_vendorarch}/auto/MLDBM/Sync/
/var/adm/perl-modules/%{name}
%files -f %{name}.files
%defattr(-,root,root,755)
%doc CHANGES Makefile README
%changelog

0
ready
View File