diff --git a/lockdev.spec b/lockdev.spec index d12497a..524195e 100644 --- a/lockdev.spec +++ b/lockdev.spec @@ -1,11 +1,10 @@ Summary: A library for locking devices Name: lockdev Version: 1.0.0 -Release: 5a +Release: 6 Copyright: LGPL Group: System Environment/Libraries 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 %description @@ -13,6 +12,7 @@ Buildroot: %{_tmppath}/%{name}-%{version}-root Lockdev provides a reliable way to put an exclusive lock to devices using both FSSTND and SVr4 methods. + %package -n lockdev-devel Summary: headers and a static library for lockdev Group: System Environment/Libraries @@ -26,7 +26,6 @@ development headers and a static library. %prep %setup -q -%patch -p1 -b .s390 %build make @@ -55,12 +54,6 @@ rm -fr $RPM_BUILD_ROOT /usr/lib/* %changelog -* Thu May 10 2001 Oliver Paukstadt -- 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 - rebuild