Update to upstream 0.9.1. Added development package
This commit is contained in:
parent
3d365184d1
commit
caecc99178
@ -1 +1 @@
|
||||
brasero-0.8.4.tar.bz2
|
||||
brasero-0.9.1.tar.bz2
|
||||
|
46
brasero.spec
46
brasero.spec
@ -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: libxml2-devel >= 2.6.0
|
||||
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 @@ Simple and easy to use CD/DVD burning application for the Gnome
|
||||
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 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%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 @@ if [ "$1" -gt 1 ]; then
|
||||
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 @@ fi
|
||||
%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 @@ fi
|
||||
%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@poolshark.org> - 0.9.1-1
|
||||
- Update to upstream 0.9.1
|
||||
- Added development package
|
||||
|
||||
* Tue Dec 16 2008 Denis Leroy <denis@poolshark.org> - 0.8.3-1
|
||||
- Update to upstream 0.8.4
|
||||
- Enabled nautilus extension
|
||||
|
Loading…
Reference in New Issue
Block a user