2.30.1
This commit is contained in:
parent
82da2de057
commit
c68b6ebda7
@ -1 +1 @@
|
||||
evince-2.30.0.tar.bz2
|
||||
evince-2.30.1.tar.bz2
|
||||
|
17
evince.spec
17
evince.spec
@ -5,8 +5,8 @@
|
||||
%global theme_version 2.17.1
|
||||
|
||||
Name: evince
|
||||
Version: 2.30.0
|
||||
Release: 6%{?dist}
|
||||
Version: 2.30.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Document viewer
|
||||
|
||||
License: GPLv2+ and GFDL
|
||||
@ -69,7 +69,7 @@ Summary: Libraries for the evince document viewer
|
||||
Group: System Environment/Libraries
|
||||
|
||||
%description libs
|
||||
This package contains shared libraries needed for evince
|
||||
This package contains shared libraries needed for evince
|
||||
|
||||
|
||||
%package devel
|
||||
@ -107,8 +107,8 @@ Requires: %{name} = %{version}-%{release}
|
||||
Requires: nautilus
|
||||
|
||||
%description nautilus
|
||||
This package contains the evince extension for the nautilus file manger. It
|
||||
adds an additional tab called "Document" to the file properties dialog.
|
||||
This package contains the evince extension for the nautilus file manger.
|
||||
It adds an additional tab called "Document" to the file properties dialog.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -124,7 +124,6 @@ adds an additional tab called "Document" to the file properties dialog.
|
||||
make %{?_smp_mflags} V=1 LIBTOOL=/usr/bin/libtool
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
desktop-file-install --delete-original --vendor="" \
|
||||
@ -147,9 +146,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
||||
# don't ship icon caches
|
||||
rm -f $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%pre
|
||||
%gconf_schema_prepare evince evince-thumbnailer evince-thumbnailer-ps
|
||||
@ -240,6 +236,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
%{_libdir}/nautilus/extensions-2.0/libevince-properties-page.so
|
||||
|
||||
%changelog
|
||||
* Mon Apr 26 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.1-1
|
||||
- Update to 2.30.1
|
||||
|
||||
* Fri Apr 2 2010 Marek Kasik <mkasik@redhat.com> - 2.30.0-6
|
||||
- rpmlint related changes:
|
||||
- Don't define RPATH
|
||||
|
Loading…
Reference in New Issue
Block a user