rpms/brasero/devel .cvsignore, 1.15, 1.16 brasero.spec, 1.32, 1.33 sources, 1.15, 1.16

Denis Leroy denis at fedoraproject.org
Tue Jan 20 11:33:09 UTC 2009


Author: denis

Update of /cvs/pkgs/rpms/brasero/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7597

Modified Files:
	.cvsignore brasero.spec sources 
Log Message:
Update to upstream 0.9.1. Added development package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/brasero/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore	17 Dec 2008 06:24:17 -0000	1.15
+++ .cvsignore	20 Jan 2009 11:32:38 -0000	1.16
@@ -1 +1 @@
-brasero-0.8.4.tar.bz2
+brasero-0.9.1.tar.bz2


Index: brasero.spec
===================================================================
RCS file: /cvs/pkgs/rpms/brasero/devel/brasero.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- brasero.spec	17 Dec 2008 06:24:17 -0000	1.32
+++ brasero.spec	20 Jan 2009 11:32:38 -0000	1.33
@@ -1,12 +1,12 @@
 
 Name:      brasero
-Version:   0.8.4
+Version:   0.9.1
 Release:   1%{?dist}
 Summary:   Gnome CD/DVD burning application
 Group:     Applications/Multimedia
 License:   GPLv2+
 URL:       http://www.gnome.org/projects/brasero/
-Source0:   http://ftp.gnome.org/pub/GNOME/sources/brasero/0.8/%{name}-%{version}.tar.bz2
+Source0:   http://ftp.gnome.org/pub/GNOME/sources/brasero/0.9/%{name}-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  glib2-devel >= 2.15.6
@@ -26,10 +26,12 @@
 BuildRequires:  dbus-glib-devel >= 0.7.2
 BuildRequires:  gnome-doc-utils >= 0.3.2
 BuildRequires:  scrollkeeper
+BuildRequires:  libxslt
 BuildRequires:  libburn-devel >= 0.4.0
 BuildRequires:  libisofs-devel >= 0.6.4
 BuildRequires:  nautilus-devel >= 2.22.2
 BuildRequires:  eel2-devel >= 2.13.3
+BuildRequires:  libSM-devel
 
 Requires:  dvd+rw-tools
 Requires:  cdrecord
@@ -49,19 +51,30 @@
 desktop.
 
 
+%package        devel
+Summary:        Headers for developing programs that will use %{name}
+Group:          Development/Libraries
+Requires:       %{name} = %{version}-%{release}
+Requires:       pkgconfig
+
+
+%description devel
+This package contains the static libraries and header files needed for
+developing brasero applications.
+
+
 %prep
 %setup -q
 
 
 %build
 %configure \
-	--enable-dbus \
-	--enable-nautilus \
-	--enable-preview \
-	--disable-caches \
-	--disable-static \
-	--disable-schemas-install
-
+        --enable-nautilus \
+        --enable-preview \
+        --disable-caches \
+        --disable-static \
+        --disable-schemas-install
+sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
 make %{?_smp_mflags}
 
 
@@ -85,6 +98,7 @@
 
 %post
 umask 022
+/sbin/ldconfig
 update-mime-database %{_datadir}/mime &> /dev/null || :
 touch --no-create %{_datadir}/icons/hicolor || :
 if [ -x %{_bindir}/gtk-update-icon-cache ]; then
@@ -109,6 +123,7 @@
   gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || :
   killall -HUP gconfd-2 &>/dev/null || :
 fi
+/sbin/ldconfig
 
 
 %preun
@@ -124,6 +139,7 @@
 %doc AUTHORS COPYING ChangeLog NEWS README
 %{_mandir}/man1/%{name}.*
 %{_bindir}/*
+%{_libdir}/*.so.*
 %{_libdir}/%{name}
 %{_libdir}/nautilus/extensions-2.0/*.so
 %{_datadir}/%{name}
@@ -135,7 +151,19 @@
 %config %{_sysconfdir}/gconf/schemas/%{name}.schemas
 
 
+%files devel
+%defattr(-,root,root,-)
+%doc %{_datadir}/gtk-doc/html/brasero
+%{_includedir}/brasero
+%{_libdir}/*.so
+%{_libdir}/pkgconfig/*.pc
+
+
 %changelog
+* Tue Jan 20 2009 Denis Leroy <denis at poolshark.org> - 0.9.1-1
+- Update to upstream 0.9.1
+- Added development package
+
 * Tue Dec 16 2008 Denis Leroy <denis at poolshark.org> - 0.8.3-1
 - Update to upstream 0.8.4
 - Enabled nautilus extension


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/brasero/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	17 Dec 2008 06:24:17 -0000	1.15
+++ sources	20 Jan 2009 11:32:38 -0000	1.16
@@ -1 +1 @@
-5d0ad796e1f7b68a31f8757f1b3f9aef  brasero-0.8.4.tar.bz2
+1b9432a5ac81a7b6d09b68887994f5c5  brasero-0.9.1.tar.bz2




More information about the fedora-extras-commits mailing list