Upgrade to 1.5.0
This commit is contained in:
parent
4b2f82ad97
commit
f5f0231c06
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/gpgkey-*.gpg
|
||||
/libisofs-*.tar.gz
|
||||
/libisofs-*.tar.gz.sig
|
||||
|
@ -2,17 +2,18 @@
|
||||
|
||||
Summary: Library to create ISO 9660 disk images
|
||||
Name: libisofs
|
||||
Version: 1.4.8
|
||||
Release: 4%{?dist}
|
||||
Version: 1.5.0
|
||||
Release: 1%{?dist}
|
||||
# make_isohybrid_mbr.c is under LGPLv2+, the rest under GPLv2+
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://libburnia-project.org/
|
||||
Source0: http://files.libburnia-project.org/releases/%{pkgname}-%{version}.tar.gz
|
||||
Source1: http://files.libburnia-project.org/releases/%{pkgname}-%{version}.tar.gz.sig
|
||||
Source2: gpgkey-44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854.gpg
|
||||
Patch0: libisofs-0.6.16-multilib.patch
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libacl-devel, zlib-devel
|
||||
BuildRequires: gnupg2
|
||||
BuildRequires: gcc, libacl-devel, zlib-devel
|
||||
%if 0%{?rhel} >= 6 && 0%{?rhel} <= 7
|
||||
BuildRequires: autoconf, automake, libtool
|
||||
%endif
|
||||
@ -38,9 +39,7 @@ developing applications that use %{name}.
|
||||
%package doc
|
||||
Summary: Documentation files for %{name}
|
||||
Group: Documentation
|
||||
%if 0%{?fedora} || 0%{?rhel} >= 6
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
BuildRequires: doxygen, graphviz
|
||||
|
||||
%description doc
|
||||
@ -49,6 +48,7 @@ extensions like RockRidge or Joliet. This package contains the API
|
||||
documentation for developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
gpgv2 --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
||||
%setup -q -n %{pkgname}-%{version}
|
||||
%patch0 -p1 -b .multilib
|
||||
|
||||
@ -67,12 +67,11 @@ autoreconf --force
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
doxygen doc/doxygen.conf
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' install
|
||||
%make_install
|
||||
|
||||
# Don't install any libtool .la files
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.la
|
||||
@ -80,12 +79,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.la
|
||||
# Clean up for later usage in documentation
|
||||
rm -rf $RPM_BUILD_ROOT%{_defaultdocdir}
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license COPYING
|
||||
%doc AUTHORS COPYRIGHT README
|
||||
%{_libdir}/%{name}*.so.*
|
||||
@ -99,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT%{_defaultdocdir}
|
||||
%doc doc/html/
|
||||
|
||||
%changelog
|
||||
* Sat Dec 08 2018 Robert Scheck <robert@fedoraproject.org> 1.5.0-1
|
||||
- Upgrade to 1.5.0
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.8-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
5
sources
5
sources
@ -1,2 +1,3 @@
|
||||
SHA512 (libisofs-1.4.8.tar.gz) = 0c6f505a951a1b7fce63bf63c715e5acb3158c15be2660627d2380771f025ec88bd67a4c2b8c86ef9dbb649a23cb26b826e875e7c87ff46c8bcd13d831fe8bcc
|
||||
SHA512 (libisofs-1.4.8.tar.gz.sig) = e40cf000e077c35fdbb48a51fff7dba24ad65fa8e44cec716d5f4c0736d7679a54c515448e5747f022398666a7bd294e6d609516a3ef0358a75a3726681f9866
|
||||
SHA512 (gpgkey-44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854.gpg) = d287374e95680ca4be38d7dc09c71e9f2e466eb62abc6fc29da6d5d984e0bceab9a2d0eca85ccb3a6f2cd7cbaa6c8d02c817aa84864d159616b0b2ca8e96b9db
|
||||
SHA512 (libisofs-1.5.0.tar.gz) = 1d0bc488c18b95971b7aa89765d7b5772b64d17eadeae9ec52c0f880c6f68acee80ee39b603752a1f9fbe0f35029c27023d5a6710d149a0f568bb396c3dcede8
|
||||
SHA512 (libisofs-1.5.0.tar.gz.sig) = 29dd2065c8f3115d5680ddf150ed5de5c97b1e44753dd95f2ebafdd494c8c4e17ac4c06eed86cf2d15348bbc6c9d0d4c4fcb5f0188f65693205086712b85018c
|
||||
|
Loading…
Reference in New Issue
Block a user