auto-import lockdev-1.0.0-6 from lockdev-1.0.0-6.src.rpm
This commit is contained in:
parent
20ba2450cf
commit
3060d8af73
11
lockdev.spec
11
lockdev.spec
@ -1,11 +1,10 @@
|
|||||||
Summary: A library for locking devices
|
Summary: A library for locking devices
|
||||||
Name: lockdev
|
Name: lockdev
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 5a
|
Release: 6
|
||||||
Copyright: LGPL
|
Copyright: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: ftp://ftp.debian.org/debian/dists/woody/main/source/libs/lockdev_1.0.0.tar.gz
|
Source: ftp://ftp.debian.org/debian/dists/woody/main/source/libs/lockdev_1.0.0.tar.gz
|
||||||
Patch: lockdev-temp.patch
|
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -13,6 +12,7 @@ Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
Lockdev provides a reliable way to put an exclusive lock to devices
|
Lockdev provides a reliable way to put an exclusive lock to devices
|
||||||
using both FSSTND and SVr4 methods.
|
using both FSSTND and SVr4 methods.
|
||||||
|
|
||||||
|
|
||||||
%package -n lockdev-devel
|
%package -n lockdev-devel
|
||||||
Summary: headers and a static library for lockdev
|
Summary: headers and a static library for lockdev
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -26,7 +26,6 @@ development headers and a static library.
|
|||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1 -b .s390
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make
|
make
|
||||||
@ -55,12 +54,6 @@ rm -fr $RPM_BUILD_ROOT
|
|||||||
/usr/lib/*
|
/usr/lib/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu May 10 2001 Oliver Paukstadt <oliver.paukstadt@millenux.com>
|
|
||||||
- ported to IBM zSeries (s390x, 64 bit)
|
|
||||||
- no one needs the perl-module, don't test it
|
|
||||||
- perl-module failes on s390x, because it is not allowed to link
|
|
||||||
static library-code in shared libraries.
|
|
||||||
|
|
||||||
* Sun Aug 06 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
* Sun Aug 06 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user