diff --git a/libburn.spec b/libburn.spec index 3847078..57c07f8 100644 --- a/libburn.spec +++ b/libburn.spec @@ -1,12 +1,12 @@ Name: libburn Version: 0.2.6.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for reading, mastering and writing optical discs Group: System Environment/Libraries License: GPL URL: http://libburn.pykix.org/ -Source0: http://libburn-download.pykix.org/releases/%{name}-%{version}.tar.gz +Source0: http://libburnia-download.pykix.org/releases/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) #BuildRequires: automake libtool intltool gettext doxygen graphviz @@ -76,12 +76,12 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc AUTHORS COPYING COPYRIGHT README doc/html +%doc AUTHORS COPYING COPYRIGHT README %{_libdir}/%{name}*.so.* %files devel %defattr(-,root,root,-) -%doc +%doc doc/html %{_includedir}/%{name}/%{name}.h %{_libdir}/%{name}*.so %{_libdir}/pkgconfig/%{name}*.pc @@ -94,6 +94,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Mar 20 2007 Denis Leroy - 0.2.6.3-2 +- Moved documentation into devel package, #228372 +- Updated source URL to new upstream location + * Tue Jan 02 2007 Jesse Keating - 0.2.6.3-1 - Update to 0.2.6.3 - Remove libisofs stuff as it's packaged seperately now.