update to 1.09
This commit is contained in:
parent
f496f48efe
commit
3ed8a777d4
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
liblockfile_1.08.orig.tar.gz
|
||||
/liblockfile_1.09.orig.tar.gz
|
||||
|
@ -1,13 +1,13 @@
|
||||
Name: liblockfile
|
||||
Version: 1.08
|
||||
Release: 18%{?dist}
|
||||
Version: 1.09
|
||||
Release: 1%{?dist}
|
||||
Summary: This implements a number of functions found in -lmail on SysV systems
|
||||
|
||||
Group: Applications/System
|
||||
# regarding license please see file COPYRIGHT
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: http://packages.qa.debian.org/libl/liblockfile.html
|
||||
Source0: http://ftp.de.debian.org/debian/pool/main/libl/liblockfile/liblockfile_1.08.orig.tar.gz
|
||||
Source0: http://ftp.de.debian.org/debian/pool/main/libl/liblockfile/liblockfile_%{version}.orig.tar.gz
|
||||
|
||||
%description
|
||||
This library implements a number of functions found in -lmail on SysV
|
||||
@ -22,7 +22,7 @@ Summary: Development files for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
@ -36,7 +36,7 @@ sed -i "s/install -g root -m 755 dotlockfile \$(ROOT)\$(bindir);/install -m 755
|
||||
|
||||
%build
|
||||
%configure --enable-shared
|
||||
make %{?_smp_mflags}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
@ -73,6 +73,10 @@ ldconfig -N -n %{buildroot}/%{_libdir}
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jan 15 2015 Matthias Runge <mrunge@redhat.com> - 1.09-1
|
||||
- update to 1.09
|
||||
- resolve timeout issue (rhbz#1159377)
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.08-18
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user