moved doc into devel package, updated source URL

This commit is contained in:
Denis Leroy 2007-03-20 09:39:28 +00:00
parent 96072a6415
commit f60e4621b5

View File

@ -1,12 +1,12 @@
Name: libburn Name: libburn
Version: 0.2.6.3 Version: 0.2.6.3
Release: 1%{?dist} Release: 2%{?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
License: GPL License: GPL
URL: http://libburn.pykix.org/ 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) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildRequires: automake libtool intltool gettext doxygen graphviz #BuildRequires: automake libtool intltool gettext doxygen graphviz
@ -76,12 +76,12 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc AUTHORS COPYING COPYRIGHT README doc/html %doc AUTHORS COPYING COPYRIGHT README
%{_libdir}/%{name}*.so.* %{_libdir}/%{name}*.so.*
%files devel %files devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc %doc doc/html
%{_includedir}/%{name}/%{name}.h %{_includedir}/%{name}/%{name}.h
%{_libdir}/%{name}*.so %{_libdir}/%{name}*.so
%{_libdir}/pkgconfig/%{name}*.pc %{_libdir}/pkgconfig/%{name}*.pc
@ -94,6 +94,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Tue Mar 20 2007 Denis Leroy <denis@poolshark.org> - 0.2.6.3-2
- Moved documentation into devel package, #228372
- Updated source URL to new upstream location
* Tue Jan 02 2007 Jesse Keating <jkeating@redhat.com> - 0.2.6.3-1 * Tue Jan 02 2007 Jesse Keating <jkeating@redhat.com> - 0.2.6.3-1
- Update to 0.2.6.3 - Update to 0.2.6.3
- Remove libisofs stuff as it's packaged seperately now. - Remove libisofs stuff as it's packaged seperately now.