a0d3604
Name:           libisofs
0704438
Version:        0.6.12
0704438
Release:        1%{?dist}
a0d3604
Summary:        Library to create ISO 9660 disk images
a0d3604
a0d3604
Group:          System Environment/Libraries
f1c3700
License:        GPLv2
a0d3604
URL:            http://libburnia.pykix.org/
4981a8b
Source0:        http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz
a0d3604
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
a0d3604
a0d3604
BuildRequires:  libburn-devel doxygen graphviz
845053c
Requires:       libburn >= 0.4.0
845053c
a0d3604
a0d3604
%description
a0d3604
Libisofs is a library to pack up hard disk files and directories into a
a0d3604
ISO 9660 disk image. This may then be burned to CD via libburn.
a0d3604
a0d3604
a0d3604
%package        devel
a0d3604
Summary:        Development files for libisofs
a0d3604
Group:          Development/Libraries
a0d3604
Requires:       %{name} = %{version}-%{release}
a0d3604
Requires:       pkgconfig
a0d3604
a0d3604
%description    devel
a0d3604
The libisofs-devel package contains libraries and header files for
a0d3604
developing applications that use libisofs.
a0d3604
a0d3604
a0d3604
%prep
a0d3604
%setup -q
a0d3604
a0d3604
a0d3604
%build
a0d3604
%configure --disable-static
a0d3604
make %{?_smp_mflags}
a0d3604
doxygen doc/doxygen.conf
a0d3604
a0d3604
a0d3604
%install
a0d3604
rm -rf $RPM_BUILD_ROOT
a0d3604
make install DESTDIR=$RPM_BUILD_ROOT
a0d3604
install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html
a0d3604
install -m 0644 doc/html/* $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html/
a0d3604
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
a0d3604
a0d3604
a0d3604
%clean
a0d3604
rm -rf $RPM_BUILD_ROOT
a0d3604
a0d3604
a0d3604
%post -p /sbin/ldconfig
a0d3604
a0d3604
%postun -p /sbin/ldconfig
a0d3604
a0d3604
a0d3604
%files
a0d3604
%defattr(-,root,root,-)
91c0843
%doc AUTHORS COPYING COPYRIGHT README NEWS
a0d3604
%{_libdir}/%{name}*.so.*
a0d3604
a0d3604
%files devel
a0d3604
%defattr(-,root,root,-)
a0d3604
%doc doc/html
a0d3604
%{_includedir}/%{name}
a0d3604
%{_libdir}/libisofs*.so
a0d3604
%{_libdir}/pkgconfig/libisofs*.pc
a0d3604
 
a0d3604
a0d3604
%changelog
0704438
* Sun Jan 25 2009 Denis Leroy <denis@poolshark.org> - 0.6.12-1
0704438
- Update to 0.6.12 upstream version
0704438
f1c3700
* Wed Aug  6 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.6.6-2
f1c3700
- fix license tag
f1c3700
91c0843
* Wed Jun 11 2008 Denis Leroy <denis@poolshark.org> - 0.6.6-1
91c0843
- Update to upstream 0.6.6
91c0843
77ca49f
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.2.8-3
77ca49f
- Autorebuild for GCC 4.3
77ca49f
01786c0
* Wed Oct 10 2007 Jesse Keating <jkeating@redhat.com> - 0.2.8-2
01786c0
- Rebuild for BuildID
01786c0
4981a8b
* Fri Aug 10 2007 Denis Leroy <denis@poolshark.org> - 0.2.8-1
4981a8b
- Update to 0.2.8
4981a8b
- Fixed Source URL
4981a8b
a0d3604
* Mon Jan 08 2007 Jesse Keating <jkeating@redhat.com> - 0.2.4-2
a0d3604
- Move html docs to -devel
a0d3604
- Change urls to new upstream location
a0d3604
a0d3604
* Wed Jan 03 2007 Jesse Keating <jkeating@redhat.com> - 0.2.4-1
a0d3604
- New upstream release to fix some issues
a0d3604
a0d3604
* Tue Jan 02 2007 Jesse Keating <jkeating@redhat.com> - 0.2.3-2
a0d3604
- Fix some issues brought up during review
a0d3604
a0d3604
* Tue Jan 02 2007 Jesse Keating <jkeating@redhat.com> - 0.2.3-1
a0d3604
- Initial release split off of libburn package.
a0d3604
- Disable docs for now, will be fixed in future upstream release