From b61c65b79b6327d29eea4c5df97d69362cc99fbc Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:58:08 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20lockdev?= =?UTF-8?q?-1.0.0-5.src.rpm=20Sun=20Aug=2006=202000=20Trond=20Eivind=20Glo?= =?UTF-8?q?msr=F8d=20=20-=20rebuild=20Wed=20Jul=2012=20200?= =?UTF-8?q?0=20Prospector=20=20-=20automatic=20rebuil?= =?UTF-8?q?d=20Sat=20Jun=2017=202000=20Bill=20Nottingham=20=20-=20add=20%defattr=20for=20-devel=20Sat=20Jun=2010=2020?= =?UTF-8?q?00=20Trond=20Eivind=20Glomsr=F8d=20=20-=20use?= =?UTF-8?q?=20%{=5Fmandir}=20Thu=20May=2004=202000=20Trond=20Eivind=20Glom?= =?UTF-8?q?sr=F8d=20=20-=20first=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 1 + lockdev.spec | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 72 insertions(+) create mode 100644 lockdev.spec diff --git a/.cvsignore b/.cvsignore index e69de29..fed4b9c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +lockdev_1.0.0.tar.gz diff --git a/lockdev.spec b/lockdev.spec new file mode 100644 index 0000000..12b5ab0 --- /dev/null +++ b/lockdev.spec @@ -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 +- rebuild + +* Wed Jul 12 2000 Prospector +- automatic rebuild + +* Sat Jun 17 2000 Bill Nottingham +- add %%defattr for -devel + +* Sat Jun 10 2000 Trond Eivind Glomsrød +- use %%{_mandir} + +* Thu May 04 2000 Trond Eivind Glomsrød +- first build diff --git a/sources b/sources index e69de29..95e4e4b 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +d545dc224671dec48780309c54067b86 lockdev_1.0.0.tar.gz