Update to 3.4.1
This commit is contained in:
parent
3a538b67e2
commit
b5a4fcce13
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@ brasero-2.31.5.tar.bz2
|
|||||||
/brasero-3.3.91.tar.xz
|
/brasero-3.3.91.tar.xz
|
||||||
/brasero-3.3.92.tar.xz
|
/brasero-3.3.92.tar.xz
|
||||||
/brasero-3.4.0.tar.xz
|
/brasero-3.4.0.tar.xz
|
||||||
|
/brasero-3.4.1.tar.xz
|
||||||
|
11
brasero.spec
11
brasero.spec
@ -1,13 +1,13 @@
|
|||||||
|
|
||||||
Name: brasero
|
Name: brasero
|
||||||
Version: 3.4.0
|
Version: 3.4.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Gnome CD/DVD burning application
|
Summary: Gnome CD/DVD burning application
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.gnome.org/projects/brasero/
|
URL: http://www.gnome.org/projects/brasero/
|
||||||
#VCS: git:git://git.gnome.org/brasero
|
#VCS: git:git://git.gnome.org/brasero
|
||||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/brasero/3.3/%{name}-%{version}.tar.xz
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/brasero/3.4/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gtk3-devel >= 2.99.0
|
BuildRequires: gtk3-devel >= 2.99.0
|
||||||
BuildRequires: glib2-devel >= 2.15.6
|
BuildRequires: glib2-devel >= 2.15.6
|
||||||
@ -159,7 +159,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc AUTHORS COPYING NEWS README
|
%doc AUTHORS COPYING NEWS README
|
||||||
%{_mandir}/man1/%{name}.*
|
%{_mandir}/man1/%{name}.*
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
@ -174,18 +173,15 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_libdir}/girepository-1.0/*.typelib
|
%{_libdir}/girepository-1.0/*.typelib
|
||||||
|
|
||||||
%files nautilus
|
%files nautilus
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/nautilus/extensions-3.0/*.so
|
%{_libdir}/nautilus/extensions-3.0/*.so
|
||||||
%{_datadir}/applications/brasero-nautilus.desktop
|
%{_datadir}/applications/brasero-nautilus.desktop
|
||||||
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc %{_datadir}/gtk-doc/html/libbrasero-media
|
%doc %{_datadir}/gtk-doc/html/libbrasero-media
|
||||||
%doc %{_datadir}/gtk-doc/html/libbrasero-burn
|
%doc %{_datadir}/gtk-doc/html/libbrasero-burn
|
||||||
%doc ChangeLog
|
%doc ChangeLog
|
||||||
@ -196,6 +192,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-1
|
||||||
|
- Update to 3.4.1
|
||||||
|
|
||||||
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
|
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
|
||||||
- Update to 3.4.0
|
- Update to 3.4.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user