auto-import changelog data from lockdev-1.0.0-5.src.rpm

Sun Aug 06 2000 Trond Eivind Glomsrd <teg@redhat.com>
- rebuild
Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Sat Jun 17 2000 Bill Nottingham <notting@redhat.com>
- add %defattr for -devel
Sat Jun 10 2000 Trond Eivind Glomsrd <teg@redhat.com>
- use %{_mandir}
Thu May 04 2000 Trond Eivind Glomsrd <teg@redhat.com>
- first build
This commit is contained in:
cvsdist 2004-09-09 07:58:08 +00:00
parent 75e22469f2
commit b61c65b79b
3 changed files with 72 additions and 0 deletions

View File

@ -0,0 +1 @@
lockdev_1.0.0.tar.gz

70
lockdev.spec Normal file
View File

@ -0,0 +1,70 @@
Summary: A library for locking devices
Name: lockdev
Version: 1.0.0
Release: 5
Copyright: LGPL
Group: System Environment/Libraries
Source: ftp://ftp.debian.org/debian/dists/woody/main/source/libs/lockdev_1.0.0.tar.gz
Buildroot: %{_tmppath}/%{name}-%{version}-root
%description
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
%description -n lockdev-devel
Lockdev provides a reliable way to put an exclusive lock to devices
using both FSSTND and SVr4 methods. The -devel package contains the
development headers and a static library.
%prep
%setup -q
%build
make
%install
rm -fr $RPM_BUILD_ROOT
make basedir=$RPM_BUILD_ROOT/usr mandir=$RPM_BUILD_ROOT/%{_mandir} install
mkdir -p $RPM_BUILD_ROOT/lib
mv $RPM_BUILD_ROOT/usr/lib/*so* $RPM_BUILD_ROOT/lib/
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%clean
rm -fr $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%{_mandir}/*/*
/lib/*
%files -n lockdev-devel
%defattr(-,root,root)
/usr/include/*
/usr/lib/*
%changelog
* Sun Aug 06 2000 Trond Eivind Glomsrød <teg@redhat.com>
- rebuild
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
* Sat Jun 17 2000 Bill Nottingham <notting@redhat.com>
- add %%defattr for -devel
* Sat Jun 10 2000 Trond Eivind Glomsrød <teg@redhat.com>
- use %%{_mandir}
* Thu May 04 2000 Trond Eivind Glomsrød <teg@redhat.com>
- first build

View File

@ -0,0 +1 @@
d545dc224671dec48780309c54067b86 lockdev_1.0.0.tar.gz