0.8.0
This commit is contained in:
parent
2ce2df9764
commit
34b699164f
@ -1 +1 @@
|
|||||||
evince-0.7.2.tar.bz2
|
evince-0.8.0.tar.bz2
|
||||||
|
15
evince.spec
15
evince.spec
@ -3,14 +3,14 @@
|
|||||||
%define dbus_version 0.60
|
%define dbus_version 0.60
|
||||||
|
|
||||||
Name: evince
|
Name: evince
|
||||||
Version: 0.7.2
|
Version: 0.8.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Document viewer
|
Summary: Document viewer
|
||||||
|
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
URL: http://www.gnome.org/projects/evince/
|
URL: http://www.gnome.org/projects/evince/
|
||||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.7/%{name}-%{version}.tar.bz2
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.8/%{name}-%{version}.tar.bz2
|
||||||
Patch0: evince-0.6.0-print-error.patch
|
Patch0: evince-0.6.0-print-error.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
@ -28,6 +28,7 @@ BuildRequires: scrollkeeper
|
|||||||
BuildRequires: dbus-devel >= %{dbus_version}
|
BuildRequires: dbus-devel >= %{dbus_version}
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: perl(XML::Parser)
|
BuildRequires: perl(XML::Parser)
|
||||||
|
BuildRequires: desktop-file-utils
|
||||||
|
|
||||||
Requires(pre): GConf2
|
Requires(pre): GConf2
|
||||||
Requires(post): GConf2
|
Requires(post): GConf2
|
||||||
@ -54,6 +55,12 @@ make %{?_smp_mflags}
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
|
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
desktop-file-install --delete-original \
|
||||||
|
--dir=$RPM_BUILD_ROOT%{_datadir}/applications \
|
||||||
|
--remove-category="Application" \
|
||||||
|
$RPM_BUILD_ROOT%{_datadir}/applications/evince.desktop
|
||||||
|
|
||||||
%find_lang evince
|
%find_lang evince
|
||||||
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
|
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
|
||||||
|
|
||||||
@ -132,6 +139,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 0.8.0-1
|
||||||
|
- Update to 0.8.0
|
||||||
|
- Use desktop-file-install
|
||||||
|
|
||||||
* Tue Feb 13 2007 Matthias Clasen <mclasen@redhat.com> - 0.7.2-1
|
* Tue Feb 13 2007 Matthias Clasen <mclasen@redhat.com> - 0.7.2-1
|
||||||
- Update to 0.7.2
|
- Update to 0.7.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user