rpms/libburn/FC-5 libburn.spec,1.2,1.3 sources,1.3,1.4

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Mon Oct 23 22:03:27 UTC 2006


Author: jkeating

Update of /cvs/extras/rpms/libburn/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv806/FC-5

Modified Files:
	libburn.spec sources 
Log Message:
Release new version on FC-6 and FC-5.



Index: libburn.spec
===================================================================
RCS file: /cvs/extras/rpms/libburn/FC-5/libburn.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libburn.spec	8 Sep 2006 20:08:53 -0000	1.2
+++ libburn.spec	23 Oct 2006 22:02:55 -0000	1.3
@@ -1,18 +1,15 @@
-%define         mainver 0.2
-# define this as version gets overridden by the subpackage with its own version
-
 Name:           libburn
-Version:        0.2
-Release:        4.20060908svn%{?dist}
+Version:        0.2.2
+Release:        2%{?dist}
 Summary:        Library for reading, mastering and writing optical discs
 
 Group:          System Environment/Libraries
 License:        GPL
 URL:            http://libburn.pykix.org/
-Source0:        %{name}-%{version}svn.tar.gz
+Source0:        http://libburn-download.pykix.org/releases/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  automake libtool intltool gettext 
+BuildRequires:  automake libtool intltool gettext doxygen graphviz
 #Requires:       
 
 %description
@@ -61,8 +58,7 @@
 %package -n     cdrskin
 Summary:        Limited cdrecord compatibility wrapper to ease migration to libburn
 Group:          Applications/Multimedia
-Version:        0.1.4
-Requires:       %{name} = %{mainver}-%{release}
+Requires:       %{name} = %{version}-%{release}
 
 %description -n cdrskin
 A limited cdrecord compatibility wrapper which allows to use some libburn 
@@ -70,13 +66,14 @@
 
 
 %prep
-%setup -n %{name}-%{mainver}svn -q
+%setup -q
 
 
 %build
-./bootstrap
+#./bootstrap
 %configure --disable-static
 make %{?_smp_mflags}
+doxygen doc/doxygen.conf
 
 
 %install
@@ -84,6 +81,8 @@
 make install DESTDIR=$RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
 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 {} ';'
 
 
@@ -102,7 +101,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING COPYRIGHT README
+%doc AUTHORS COPYING COPYRIGHT README doc/html
 %{_libdir}/%{name}*.so.*
 
 %files devel
@@ -131,6 +130,15 @@
 
 
 %changelog
+* Sat Oct 21 2006 Jesse Keating <jkeating at redhat.com> - 0.2-2-2
+- Point to a real URL in source, now that we have a tarball
+
+* Fri Oct 20 2006 Jesse Keating <jkeating at redhat.com> - 0.2-2-1
+- 0.2.2 release
+
+* Tue Sep 12 2006 Jesse Keating <jkeating at redhat.com> - 0.2-5.20060808svn
+- Create doxygen docs
+
 * Fri Sep  8 2006 Jesse Keating <jkeating at redhat.com> - 0.2-4.20060808svn
 - rebuild with new snapshot
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libburn/FC-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	8 Sep 2006 20:08:53 -0000	1.3
+++ sources	23 Oct 2006 22:02:55 -0000	1.4
@@ -1 +1 @@
-87ba6cf624ccc53b5b086a0e72b5d39c  libburn-0.2svn.tar.gz
+20d0903d6b3fc646d32888cc91b12376  libburn-0.2.2.tar.gz




More information about the scm-commits mailing list