0.2.2 release; add html docs
This commit is contained in:
parent
8aeb14ba79
commit
43b86952e2
@ -1 +1,2 @@
|
|||||||
libburn-0.2svn.tar.gz
|
libburn-0.2svn.tar.gz
|
||||||
|
libburn-0.2.2.tar.gz
|
||||||
|
29
libburn.spec
29
libburn.spec
@ -1,18 +1,15 @@
|
|||||||
%define mainver 0.2
|
|
||||||
# define this as version gets overridden by the subpackage with its own version
|
|
||||||
|
|
||||||
Name: libburn
|
Name: libburn
|
||||||
Version: 0.2
|
Version: 0.2.2
|
||||||
Release: 4.20060908svn%{?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
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://libburn.pykix.org/
|
URL: http://libburn.pykix.org/
|
||||||
Source0: %{name}-%{version}svn.tar.gz
|
Source0: %{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
|
BuildRequires: automake libtool intltool gettext doxygen graphviz
|
||||||
#Requires:
|
#Requires:
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -61,8 +58,7 @@ 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
|
||||||
Version: 0.1.4
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: %{name} = %{mainver}-%{release}
|
|
||||||
|
|
||||||
%description -n cdrskin
|
%description -n cdrskin
|
||||||
A limited cdrecord compatibility wrapper which allows to use some libburn
|
A limited cdrecord compatibility wrapper which allows to use some libburn
|
||||||
@ -70,13 +66,14 @@ features from the command line.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n %{name}-%{mainver}svn -q
|
%setup -q
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./bootstrap
|
#./bootstrap
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
doxygen doc/doxygen.conf
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -84,6 +81,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
install -d $RPM_BUILD_ROOT%{_bindir}
|
install -d $RPM_BUILD_ROOT%{_bindir}
|
||||||
install -m 0755 cdrskin/cdrskin $RPM_BUILD_ROOT%{_bindir}/cdrskin
|
install -m 0755 cdrskin/cdrskin $RPM_BUILD_ROOT%{_bindir}/cdrskin
|
||||||
|
install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html
|
||||||
|
install -m 0644 doc/html/* $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html/
|
||||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||||
|
|
||||||
|
|
||||||
@ -102,7 +101,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS COPYING COPYRIGHT README
|
%doc AUTHORS COPYING COPYRIGHT README doc/html
|
||||||
%{_libdir}/%{name}*.so.*
|
%{_libdir}/%{name}*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -131,6 +130,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 20 2006 Jesse Keating <jkeating@redhat.com> - 0.2-2-1
|
||||||
|
- 0.2.2 release
|
||||||
|
|
||||||
|
* Tue Sep 12 2006 Jesse Keating <jkeating@redhat.com> - 0.2-5.20060808svn
|
||||||
|
- Create doxygen docs
|
||||||
|
|
||||||
* Fri Sep 8 2006 Jesse Keating <jkeating@redhat.com> - 0.2-4.20060808svn
|
* Fri Sep 8 2006 Jesse Keating <jkeating@redhat.com> - 0.2-4.20060808svn
|
||||||
- rebuild with new snapshot
|
- rebuild with new snapshot
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user