New upstream release. Remove libisofs from this package, now has its own
source tarball.
This commit is contained in:
parent
719b51757c
commit
96072a6415
@ -1,2 +1 @@
|
|||||||
libburn-0.2svn.tar.gz
|
libburn-0.2.6.3.tar.gz
|
||||||
libburn-0.2.2.tar.gz
|
|
||||||
|
51
libburn.spec
51
libburn.spec
@ -1,6 +1,6 @@
|
|||||||
Name: libburn
|
Name: libburn
|
||||||
Version: 0.2.2
|
Version: 0.2.6.3
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library for reading, mastering and writing optical discs
|
Summary: Library for reading, mastering and writing optical discs
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -9,7 +9,8 @@ URL: http://libburn.pykix.org/
|
|||||||
Source0: http://libburn-download.pykix.org/releases/%{name}-%{version}.tar.gz
|
Source0: http://libburn-download.pykix.org/releases/%{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: automake libtool intltool gettext doxygen graphviz
|
#BuildRequires: automake libtool intltool gettext doxygen graphviz
|
||||||
|
BuildRequires: libtool intltool gettext doxygen graphviz
|
||||||
#Requires:
|
#Requires:
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -33,28 +34,6 @@ The %{name}-devel package contains libraries and header files for
|
|||||||
developing applications that use %{name}.
|
developing applications that use %{name}.
|
||||||
|
|
||||||
|
|
||||||
%package -n libisofs
|
|
||||||
Summary: A library to create ISO 9660 disk images
|
|
||||||
Group: System Environment/Libraries
|
|
||||||
|
|
||||||
%description -n libisofs
|
|
||||||
libisofs the library to pack up hard disk files and directories into a
|
|
||||||
ISO 9660 disk image. This may then be brought to CD via libburn.
|
|
||||||
libisofs is to be the foundation of our upcoming mkisofs emulation.
|
|
||||||
|
|
||||||
|
|
||||||
%package -n libisofs-devel
|
|
||||||
Summary: Development files for libisofs
|
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: libisofs = %{version}-%{release}
|
|
||||||
Requires: libburn = %{version}-%{release}
|
|
||||||
Requires: pkgconfig
|
|
||||||
|
|
||||||
%description -n libisofs-devel
|
|
||||||
The libisofs-devel package contains libraries and header files for
|
|
||||||
developing applications that use libisofs.
|
|
||||||
|
|
||||||
|
|
||||||
%package -n cdrskin
|
%package -n cdrskin
|
||||||
Summary: Limited cdrecord compatibility wrapper to ease migration to libburn
|
Summary: Limited cdrecord compatibility wrapper to ease migration to libburn
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
@ -94,10 +73,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libisofs -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%postun -n libisofs -p /sbin/ldconfig
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -111,25 +86,19 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/%{name}*.so
|
%{_libdir}/%{name}*.so
|
||||||
%{_libdir}/pkgconfig/%{name}*.pc
|
%{_libdir}/pkgconfig/%{name}*.pc
|
||||||
|
|
||||||
%files -n libisofs
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc
|
|
||||||
%{_libdir}/libisofs*.so.*
|
|
||||||
|
|
||||||
%files -n libisofs-devel
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc
|
|
||||||
%{_includedir}/libburn/libisofs.h
|
|
||||||
%{_libdir}/libisofs*.so
|
|
||||||
%{_libdir}/pkgconfig/libisofs*.pc
|
|
||||||
|
|
||||||
%files -n cdrskin
|
%files -n cdrskin
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc
|
%doc
|
||||||
|
%{_mandir}/*/*
|
||||||
%{_bindir}/cdrskin
|
%{_bindir}/cdrskin
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 02 2007 Jesse Keating <jkeating@redhat.com> - 0.2.6.3-1
|
||||||
|
- Update to 0.2.6.3
|
||||||
|
- Remove libisofs stuff as it's packaged seperately now.
|
||||||
|
- Add a manpage for cdrskin
|
||||||
|
|
||||||
* Sat Oct 21 2006 Jesse Keating <jkeating@redhat.com> - 0.2-2-2
|
* Sat Oct 21 2006 Jesse Keating <jkeating@redhat.com> - 0.2-2-2
|
||||||
- Point to a real URL in source, now that we have a tarball
|
- Point to a real URL in source, now that we have a tarball
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user