2009-03-17 21:53:09 +00:00
|
|
|
Summary: Library to create ISO 9660 disk images
|
|
|
|
Name: libisofs
|
2012-08-09 23:10:47 +00:00
|
|
|
Version: 1.2.4
|
|
|
|
Release: 1%{?dist}
|
2009-03-17 21:53:09 +00:00
|
|
|
License: GPLv2
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
URL: http://libburnia-project.org/
|
|
|
|
Source: http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz
|
|
|
|
Patch0: libisofs-0.6.16-multilib.patch
|
2010-02-15 23:50:42 +00:00
|
|
|
BuildRequires: libacl-devel, zlib-devel, doxygen, graphviz
|
2009-03-17 21:53:09 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2007-01-09 19:24:37 +00:00
|
|
|
|
|
|
|
%description
|
2009-03-17 21:53:09 +00:00
|
|
|
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
|
2010-02-15 23:50:42 +00:00
|
|
|
ACLs and xattr in ISO-9660 filesystems as well. As it is linked with
|
|
|
|
zlib, it supports zisofs compression, too.
|
2009-03-17 21:53:09 +00:00
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for libisofs
|
|
|
|
Group: Development/Libraries
|
2011-02-28 00:02:44 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}, pkgconfig
|
2009-03-17 21:53:09 +00:00
|
|
|
|
|
|
|
%description devel
|
2007-01-09 19:24:37 +00:00
|
|
|
The libisofs-devel package contains libraries and header files for
|
|
|
|
developing applications that use libisofs.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2009-03-17 21:53:09 +00:00
|
|
|
%patch0 -p1 -b .multilib
|
2007-01-09 19:24:37 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --disable-static
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
doxygen doc/doxygen.conf
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2009-03-17 21:53:09 +00:00
|
|
|
make DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' install
|
2007-01-09 19:24:37 +00:00
|
|
|
|
2009-03-17 21:53:09 +00:00
|
|
|
# Don't install any libtool .la files
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.la
|
2007-01-09 19:24:37 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2011-10-08 12:04:57 +00:00
|
|
|
%doc AUTHORS COPYING COPYRIGHT README
|
2007-01-09 19:24:37 +00:00
|
|
|
%{_libdir}/%{name}*.so.*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc doc/html
|
|
|
|
%{_includedir}/%{name}
|
2009-03-17 21:53:09 +00:00
|
|
|
%{_libdir}/%{name}.so
|
|
|
|
%{_libdir}/pkgconfig/%{name}*.pc
|
2007-01-09 19:24:37 +00:00
|
|
|
|
|
|
|
%changelog
|
2012-08-09 23:10:47 +00:00
|
|
|
* Fri Aug 10 2012 Robert Scheck <robert@fedoraproject.org> 1.2.4-1
|
|
|
|
- Upgrade to 1.2.4 (#842079)
|
|
|
|
|
2012-07-19 20:13:48 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-05-13 10:48:35 +00:00
|
|
|
* Sun May 13 2012 Robert Scheck <robert@fedoraproject.org> 1.2.2-1
|
|
|
|
- Upgrade to 1.2.2
|
|
|
|
|
2012-01-13 07:55:55 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-10-08 12:04:57 +00:00
|
|
|
* Sat Oct 08 2011 Robert Scheck <robert@fedoraproject.org> 1.1.6-1
|
|
|
|
- Upgrade to 1.1.6
|
|
|
|
|
2011-09-18 12:12:55 +00:00
|
|
|
* Sun Sep 18 2011 Robert Scheck <robert@fedoraproject.org> 1.1.4-1
|
|
|
|
- Upgrade to 1.1.4
|
|
|
|
|
2011-07-10 11:18:31 +00:00
|
|
|
* Sun Jul 10 2011 Robert Scheck <robert@fedoraproject.org> 1.1.2-1
|
|
|
|
- Upgrade to 1.1.2
|
|
|
|
|
2011-05-16 22:58:51 +00:00
|
|
|
* Tue May 17 2011 Robert Scheck <robert@fedoraproject.org> 1.0.8-1
|
|
|
|
- Upgrade to 1.0.8
|
|
|
|
|
2011-04-10 00:48:50 +00:00
|
|
|
* Sun Apr 10 2011 Robert Scheck <robert@fedoraproject.org> 1.0.6-1
|
|
|
|
- Upgrade to 1.0.6
|
|
|
|
|
2011-03-15 20:13:21 +00:00
|
|
|
* Tue Mar 15 2011 Robert Scheck <robert@fedoraproject.org> 1.0.4-1
|
|
|
|
- Upgrade to 1.0.4
|
|
|
|
|
2011-02-28 00:02:44 +00:00
|
|
|
* Mon Feb 28 2011 Robert Scheck <robert@fedoraproject.org> 1.0.2-1
|
|
|
|
- Upgrade to 1.0.2
|
|
|
|
|
2011-02-17 11:22:19 +00:00
|
|
|
* Thu Feb 17 2011 Honza Horak <hhorak@redhat.com> - 1.0.0-1
|
|
|
|
- Update to upstream 1.0.0
|
|
|
|
|
2011-02-08 07:22:44 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.40-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-12-28 19:56:10 +00:00
|
|
|
* Tue Dec 28 2010 Robert Scheck <robert@fedoraproject.org> 0.6.40-1
|
|
|
|
- Upgrade to 0.6.40
|
|
|
|
|
2010-10-31 00:37:26 +00:00
|
|
|
* Sun Oct 31 2010 Robert Scheck <robert@fedoraproject.org> 0.6.38-1
|
|
|
|
- Upgrade to 0.6.38
|
|
|
|
|
2010-07-04 16:41:57 +00:00
|
|
|
* Sun Jul 04 2010 Robert Scheck <robert@fedoraproject.org> 0.6.34-1
|
|
|
|
- Upgrade to 0.6.34
|
|
|
|
|
2010-05-14 20:09:24 +00:00
|
|
|
* Fri May 14 2010 Robert Scheck <robert@fedoraproject.org> 0.6.32-1
|
|
|
|
- Upgrade to 0.6.32
|
|
|
|
|
2010-04-17 12:27:33 +00:00
|
|
|
* Sat Apr 17 2010 Robert Scheck <robert@fedoraproject.org> 0.6.30-1
|
|
|
|
- Upgrade to 0.6.30
|
|
|
|
|
2010-02-15 23:50:42 +00:00
|
|
|
* Tue Feb 16 2010 Robert Scheck <robert@fedoraproject.org> 0.6.28-1
|
|
|
|
- Upgrade to 0.6.28
|
|
|
|
|
2009-07-25 06:00:10 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.20-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-18 13:44:28 +00:00
|
|
|
* Sat Jul 18 2009 Robert Scheck <robert@fedoraproject.org> 0.6.20-1
|
|
|
|
- Upgrade to 0.6.20
|
|
|
|
|
2009-03-17 21:53:09 +00:00
|
|
|
* Tue Mar 17 2009 Robert Scheck <robert@fedoraproject.org> 0.6.16-1
|
|
|
|
- Upgrade to 0.6.16
|
|
|
|
- Several spec file cleanups and solved the multilib issues
|
|
|
|
|
2009-02-25 15:56:52 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.12-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-25 09:39:10 +00:00
|
|
|
* Sun Jan 25 2009 Denis Leroy <denis@poolshark.org> - 0.6.12-1
|
|
|
|
- Update to 0.6.12 upstream version
|
|
|
|
|
2008-08-06 16:46:04 +00:00
|
|
|
* Wed Aug 6 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.6.6-2
|
|
|
|
- fix license tag
|
|
|
|
|
2008-06-11 07:31:06 +00:00
|
|
|
* Wed Jun 11 2008 Denis Leroy <denis@poolshark.org> - 0.6.6-1
|
|
|
|
- Update to upstream 0.6.6
|
|
|
|
|
2008-02-19 06:25:28 +00:00
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.2.8-3
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2007-10-10 19:49:57 +00:00
|
|
|
* Wed Oct 10 2007 Jesse Keating <jkeating@redhat.com> - 0.2.8-2
|
|
|
|
- Rebuild for BuildID
|
|
|
|
|
2007-08-10 15:27:38 +00:00
|
|
|
* Fri Aug 10 2007 Denis Leroy <denis@poolshark.org> - 0.2.8-1
|
|
|
|
- Update to 0.2.8
|
|
|
|
- Fixed Source URL
|
|
|
|
|
2007-01-09 19:24:37 +00:00
|
|
|
* Mon Jan 08 2007 Jesse Keating <jkeating@redhat.com> - 0.2.4-2
|
|
|
|
- Move html docs to -devel
|
|
|
|
- Change urls to new upstream location
|
|
|
|
|
|
|
|
* Wed Jan 03 2007 Jesse Keating <jkeating@redhat.com> - 0.2.4-1
|
|
|
|
- New upstream release to fix some issues
|
|
|
|
|
|
|
|
* Tue Jan 02 2007 Jesse Keating <jkeating@redhat.com> - 0.2.3-2
|
|
|
|
- Fix some issues brought up during review
|
|
|
|
|
|
|
|
* Tue Jan 02 2007 Jesse Keating <jkeating@redhat.com> - 0.2.3-1
|
|
|
|
- Initial release split off of libburn package.
|
|
|
|
- Disable docs for now, will be fixed in future upstream release
|