From 498f89fa30a419bee2caa53d250c72517261ecae Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 7 May 2019 06:58:28 -0400 Subject: [PATCH] import libisofs-1.4.8-3.el8 --- .gitignore | 1 + .libisofs.metadata | 1 + SOURCES/libisofs-0.6.16-multilib.patch | 23 ++ SOURCES/libisofs-1.4.8.tar.gz.sig | Bin 0 -> 72 bytes SPECS/libisofs.spec | 289 +++++++++++++++++++++++++ 5 files changed, 314 insertions(+) create mode 100644 .gitignore create mode 100644 .libisofs.metadata create mode 100644 SOURCES/libisofs-0.6.16-multilib.patch create mode 100644 SOURCES/libisofs-1.4.8.tar.gz.sig create mode 100644 SPECS/libisofs.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0608393 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/libisofs-1.4.8.tar.gz diff --git a/.libisofs.metadata b/.libisofs.metadata new file mode 100644 index 0000000..7676866 --- /dev/null +++ b/.libisofs.metadata @@ -0,0 +1 @@ +f487a6c9cb713fd7f0aab21860f219ac2267801f SOURCES/libisofs-1.4.8.tar.gz diff --git a/SOURCES/libisofs-0.6.16-multilib.patch b/SOURCES/libisofs-0.6.16-multilib.patch new file mode 100644 index 0000000..34dd51b --- /dev/null +++ b/SOURCES/libisofs-0.6.16-multilib.patch @@ -0,0 +1,23 @@ +Patch by Robert Scheck for libisofs >= 0.6.16, which solves the +multilib/multiarch problem by removing the timestamp within the footer from the doxygen +generated files. + +--- libisofs-0.6.16/doc/doxygen.conf.in 2008-11-25 11:00:11.000000000 +0100 ++++ libisofs-0.6.16/doc/doxygen.conf.in.multilib 2009-03-17 22:17:03.000000000 +0100 +@@ -694,7 +694,7 @@ + # each generated HTML page. If it is left blank doxygen will generate a + # standard footer. + +-HTML_FOOTER = ++HTML_FOOTER = doc/footer_no_timestamp.html + + # The HTML_STYLESHEET tag can be used to specify a user-defined cascading + # style sheet that is used by each HTML page. It can be used to +--- libisofs-0.6.16/doc/footer_no_timestamp.html 1970-01-01 01:00:00.000000000 +0100 ++++ libisofs-0.6.16/doc/footer_no_timestamp.html.multilib 2009-03-17 22:18:47.000000000 +0100 +@@ -0,0 +1,5 @@ ++
Generated for $projectname by  ++ ++doxygen $doxygenversion
++ ++ diff --git a/SOURCES/libisofs-1.4.8.tar.gz.sig b/SOURCES/libisofs-1.4.8.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000..e0f3d70da350e11eb7460f1cc79c3bcb46a1c460 GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0$I1WYXAxf5b4X`z^lNhR1%K>n+0(^#|A}gaKTge1XrS^ eBf4y?=m4OVZ-Zg9l#o`v2H)FR(}0%ZN+fc`Uml+T literal 0 HcmV?d00001 diff --git a/SPECS/libisofs.spec b/SPECS/libisofs.spec new file mode 100644 index 0000000..5472b9b --- /dev/null +++ b/SPECS/libisofs.spec @@ -0,0 +1,289 @@ +%global pkgname libisofs + +Summary: Library to create ISO 9660 disk images +Name: libisofs +Version: 1.4.8 +Release: 3%{?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 +Patch0: libisofs-0.6.16-multilib.patch +BuildRequires: libacl-devel, zlib-devel +%if 0%{?rhel} >= 6 && 0%{?rhel} <= 7 +BuildRequires: autoconf, automake, libtool +%endif +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +%description +Libisofs is a library to create an ISO-9660 filesystem and supports +extensions like RockRidge or Joliet. It is also a full featured +ISO-9660 editor, allowing you to modify an ISO image or multisession +disc, including file addition or removal, change of file names and +attributes etc. It supports the extension AAIP which allows to store +ACLs and xattr in ISO-9660 filesystems as well. As it is linked with +zlib, it supports zisofs compression, too. + +%package devel +Summary: Development files for %{name} +Group: Development/Libraries +Requires: %{name}%{?_isa} = %{version}-%{release}, pkgconfig + +%description devel +The %{name}-devel package contains libraries and header files for +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 +Libisofs is a library to create an ISO-9660 filesystem and supports +extensions like RockRidge or Joliet. This package contains the API +documentation for developing applications that use %{name}. + +%prep +%setup -q -n %{pkgname}-%{version} +%patch0 -p1 -b .multilib + +# Rename from libisofs to libisofs1 for RHEL >= 6 +%if 0%{?rhel} >= 6 && 0%{?rhel} <= 7 +sed -e 's@libisofs_libisofs@libisofs_libisofs1@g' \ + -e 's@libisofs/libisofs.la@libisofs/libisofs1.la@g' \ + -e 's@(includedir)/libisofs@(includedir)/libisofs1@g' \ + -e 's@libisofs-1.pc@libisofs1-1.pc@g' -i Makefile.am +sed -e 's@libisofs-1.pc@libisofs1-1.pc@g' -i configure.ac +sed -e 's@isofs@isofs1@g' libisofs-1.pc.in > libisofs1-1.pc.in + +libtoolize --force +autoreconf --force +%endif + +%build +%configure --disable-static +make %{?_smp_mflags} +doxygen doc/doxygen.conf + +%install +rm -rf $RPM_BUILD_ROOT +make DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' install + +# Don't install any libtool .la files +rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.la + +# Clean up for later usage in documentation +rm -rf $RPM_BUILD_ROOT%{_defaultdocdir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files +%{!?_licensedir:%global license %%doc} +%license COPYING +%doc AUTHORS COPYRIGHT README +%{_libdir}/%{name}*.so.* + +%files devel +%{_includedir}/%{name}/ +%{_libdir}/%{name}.so +%{_libdir}/pkgconfig/%{name}*.pc + +%files doc +%doc doc/html/ + +%changelog +* Wed Feb 07 2018 Fedora Release Engineering - 1.4.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Fri Dec 01 2017 Merlin Mathesius - 1.4.8-2 +- Cleanup spec file conditionals + +* Fri Sep 15 2017 Robert Scheck 1.4.8-1 +- Upgrade to 1.4.8 (#1491483) + +* Thu Aug 03 2017 Fedora Release Engineering - 1.4.6-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 1.4.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 1.4.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Sun Sep 18 2016 Robert Scheck 1.4.6-1 +- Upgrade to 1.4.6 (#1377003) + +* Tue Jul 05 2016 Robert Scheck 1.4.4-1 +- Upgrade to 1.4.4 (#1352346) + +* Sat Apr 30 2016 Robert Scheck 1.4.2-3 +- Move large documentation into -doc subpackage (#744416) +- Reworked spec file to build libisofs1 for RHEL >= 6 (#744416) + +* Thu Feb 04 2016 Fedora Release Engineering - 1.4.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Thu Dec 24 2015 Robert Scheck 1.4.2-1 +- Upgrade to 1.4.2 (#1287354) + +* Wed Jun 17 2015 Fedora Release Engineering - 1.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Mon May 18 2015 Robert Scheck 1.4.0-1 +- Upgrade to 1.4.0 (#1222526) + +* Sun Aug 17 2014 Fedora Release Engineering - 1.3.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sun Jun 29 2014 Robert Scheck 1.3.8-1 +- Upgrade to 1.3.8 (#1114299) + +* Sat Jun 07 2014 Fedora Release Engineering - 1.3.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Wed Mar 05 2014 Robert Scheck 1.3.6-1 +- Upgrade to 1.3.6 (#1072839) + +* Sat Dec 14 2013 Robert Scheck 1.3.4-1 +- Upgrade to 1.3.4 (#1043071) + +* Sun Aug 25 2013 Robert Scheck 1.3.2-1 +- Upgrade to 1.3.2 (#994921) + +* Sat Aug 03 2013 Robert Scheck 1.3.0-1 +- Upgrade to 1.3.0 (#965234, #976945) +- Run autoreconf to recognize aarch64 (#925783) + +* Sat Aug 03 2013 Fedora Release Engineering - 1.2.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Fri Jun 21 2013 Matthias Clasen - 1.2.8-2 +- Don't ship api docs twice (they were included in both + the main and the devel package, by accident (need to save + space on the f19 live images) + +* Tue Mar 19 2013 Robert Scheck 1.2.8-1 +- Upgrade to 1.2.8 + +* Thu Feb 14 2013 Fedora Release Engineering - 1.2.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sat Jan 12 2013 Robert Scheck 1.2.6-1 +- Upgrade to 1.2.6 (#893694) + +* Wed Aug 29 2012 Honza Horak 1.2.4-2 +- Changed license from GPLv2 to GPLv2+ to correspond with source +- Added license LGPLv2+ due to make_isohybrid_mbr.c + +* Fri Aug 10 2012 Robert Scheck 1.2.4-1 +- Upgrade to 1.2.4 (#842079) + +* Thu Jul 19 2012 Fedora Release Engineering - 1.2.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sun May 13 2012 Robert Scheck 1.2.2-1 +- Upgrade to 1.2.2 + +* Fri Jan 13 2012 Fedora Release Engineering - 1.1.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Sat Oct 08 2011 Robert Scheck 1.1.6-1 +- Upgrade to 1.1.6 + +* Sun Sep 18 2011 Robert Scheck 1.1.4-1 +- Upgrade to 1.1.4 + +* Sun Jul 10 2011 Robert Scheck 1.1.2-1 +- Upgrade to 1.1.2 + +* Tue May 17 2011 Robert Scheck 1.0.8-1 +- Upgrade to 1.0.8 + +* Sun Apr 10 2011 Robert Scheck 1.0.6-1 +- Upgrade to 1.0.6 + +* Tue Mar 15 2011 Robert Scheck 1.0.4-1 +- Upgrade to 1.0.4 + +* Mon Feb 28 2011 Robert Scheck 1.0.2-1 +- Upgrade to 1.0.2 + +* Thu Feb 17 2011 Honza Horak - 1.0.0-1 +- Update to upstream 1.0.0 + +* Tue Feb 08 2011 Fedora Release Engineering - 0.6.40-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Tue Dec 28 2010 Robert Scheck 0.6.40-1 +- Upgrade to 0.6.40 + +* Sun Oct 31 2010 Robert Scheck 0.6.38-1 +- Upgrade to 0.6.38 + +* Sun Jul 04 2010 Robert Scheck 0.6.34-1 +- Upgrade to 0.6.34 + +* Fri May 14 2010 Robert Scheck 0.6.32-1 +- Upgrade to 0.6.32 + +* Sat Apr 17 2010 Robert Scheck 0.6.30-1 +- Upgrade to 0.6.30 + +* Tue Feb 16 2010 Robert Scheck 0.6.28-1 +- Upgrade to 0.6.28 + +* Fri Jul 24 2009 Fedora Release Engineering - 0.6.20-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Sat Jul 18 2009 Robert Scheck 0.6.20-1 +- Upgrade to 0.6.20 + +* Tue Mar 17 2009 Robert Scheck 0.6.16-1 +- Upgrade to 0.6.16 +- Several spec file cleanups and solved the multilib issues + +* Wed Feb 25 2009 Fedora Release Engineering - 0.6.12-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sun Jan 25 2009 Denis Leroy - 0.6.12-1 +- Update to 0.6.12 upstream version + +* Wed Aug 6 2008 Tom "spot" Callaway - 0.6.6-2 +- fix license tag + +* Wed Jun 11 2008 Denis Leroy - 0.6.6-1 +- Update to upstream 0.6.6 + +* Tue Feb 19 2008 Fedora Release Engineering - 0.2.8-3 +- Autorebuild for GCC 4.3 + +* Wed Oct 10 2007 Jesse Keating - 0.2.8-2 +- Rebuild for BuildID + +* Fri Aug 10 2007 Denis Leroy - 0.2.8-1 +- Update to 0.2.8 +- Fixed Source URL + +* Mon Jan 08 2007 Jesse Keating - 0.2.4-2 +- Move html docs to -devel +- Change urls to new upstream location + +* Wed Jan 03 2007 Jesse Keating - 0.2.4-1 +- New upstream release to fix some issues + +* Tue Jan 02 2007 Jesse Keating - 0.2.3-2 +- Fix some issues brought up during review + +* Tue Jan 02 2007 Jesse Keating - 0.2.3-1 +- Initial release split off of libburn package. +- Disable docs for now, will be fixed in future upstream release