Rebase to version 1.17
This commit is contained in:
parent
a8c49ce66d
commit
1a50b71d6a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
liblockfile_1.08.orig.tar.gz
|
||||
/liblockfile_1.09.orig.tar.gz
|
||||
/liblockfile_1.14.orig.tar.gz
|
||||
/liblockfile_1.17.orig.tar.gz
|
||||
|
@ -1,12 +1,12 @@
|
||||
Name: liblockfile
|
||||
Version: 1.14
|
||||
Release: 9%{?dist}
|
||||
Version: 1.17
|
||||
Release: 1%{?dist}
|
||||
Summary: This implements a number of functions found in -lmail on SysV systems
|
||||
|
||||
# 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_%{version}.orig.tar.gz
|
||||
Source0: http://deb.debian.org/debian/pool/main/libl/liblockfile/liblockfile_%{version}.orig.tar.gz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
@ -29,7 +29,7 @@ developing applications that use %{name}.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}
|
||||
%setup -q -n %{name}-%{VERSION}
|
||||
|
||||
# remove -g root from install
|
||||
sed -i "s/-g root//" Makefile.in
|
||||
@ -37,21 +37,19 @@ sed -i "s/-g root//" Makefile.in
|
||||
|
||||
%build
|
||||
%configure --enable-shared --prefix=%{buildroot} --bindir=%{buildroot}%{_bindir} --mandir=%{buildroot}%{_mandir} --libdir=%{buildroot}%{_libdir} --includedir=%{buildroot}%{_includedir}
|
||||
make
|
||||
%make_build
|
||||
|
||||
|
||||
%install
|
||||
export DESTDIR=%{buildroot}
|
||||
make install
|
||||
%make_install
|
||||
|
||||
ldconfig -N -n %{buildroot}/%{_libdir}
|
||||
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
|
||||
%files
|
||||
%{_bindir}/dotlockfile
|
||||
%attr(2755,root,mail) %{_bindir}/dotlockfile
|
||||
%{_libdir}/liblockfile.so.1.0
|
||||
%{_libdir}/liblockfile.so.1
|
||||
%{_mandir}/man1/dotlockfile.1*
|
||||
@ -68,6 +66,9 @@ ldconfig -N -n %{buildroot}/%{_libdir}
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jan 28 2022 Richard Lescak <rlescak@redhat.com> - 1.17-1
|
||||
- Rebase to version 1.17
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.14-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (liblockfile_1.14.orig.tar.gz) = d6d75a1ddb55bae8ee63bd0cbacf7ab8cd6d28b29a7d3c2e4a5c31c76c6743ed517cdebd42e3ef5c44698faebfd1537b023510c692b54a1275e7114605fe6550
|
||||
SHA512 (liblockfile_1.17.orig.tar.gz) = d191be2eb3126cfbd65ee3ed85b436aa3872f014424d2c09596996f3e94bc608c81665b59e8bf23bedc6c65db70df4c56415ad56db63233550eece612b8db51c
|
||||
|
Loading…
Reference in New Issue
Block a user