SPECS: evince.spec - updated to 0.3.4 - added nautilus-extension-e...

paladine paladine at pld-linux.org
Wed Aug 17 12:38:34 CEST 2005


Author: paladine                     Date: Wed Aug 17 10:38:34 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.3.4
- added nautilus-extension-evince subpackage
- itemize schemas

---- Files affected:
SPECS:
   evince.spec (1.25 -> 1.26) 

---- Diffs:

================================================================
Index: SPECS/evince.spec
diff -u SPECS/evince.spec:1.25 SPECS/evince.spec:1.26
--- SPECS/evince.spec:1.25	Tue Aug 16 10:26:03 2005
+++ SPECS/evince.spec	Wed Aug 17 12:38:29 2005
@@ -2,12 +2,12 @@
 Summary:	Document viewer for multiple document formats
 Summary(pl):	Przeglądarka dokumentów w wielu formatach
 Name:		evince
-Version:	0.3.3
-Release:	0.01
+Version:	0.3.4
+Release:	0.1
 License:	GPL v2
 Group:		X11/Applications/Graphics
 Source0:	http://ftp.gnome.org/pub/gnome/sources/evince/0.3/%{name}-%{version}.tar.bz2
-# Source0-md5:	9f2d015d7beab6ca43b07414a9effc53
+# Source0-md5:	2c3177f60e6d8ed0b73168ebf9f726a5
 Patch0:		%{name}-desktop.patch
 Patch1:		%{name}-gs8.patch
 URL:		http://www.gnome.org/projects/evince/
@@ -47,6 +47,19 @@
 przeglądarki dokumentów dla środowiska GNOME, takie jak ggv, gpdf i
 xpdf jedną prostą aplikacją.
 
+%package -n nautilus-extension-evince
+Summary:	Evince extension for Nautilus
+Summary(pl):	Rozszerzenie Evince dla Nautilusa
+Group:		X11/Applications
+Requires:	%{name} = %{version}-%{release}
+Requires:	nautilus
+
+%description -n nautilus-extension-evince
+Evince extension for Nautilus.
+
+%description -n nautilus-extension-evince -l pl
+Rozszerzenie Evince dla Nautilusa.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -59,6 +72,7 @@
 %{__autoheader}
 %{__automake}
 %configure \
+	--disable-static \
 	--disable-schemas-install \
 	--enable-djvu \
 	--enable-dvi \
@@ -75,6 +89,7 @@
 	DESTDIR=$RPM_BUILD_ROOT
 
 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
+rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-1.0/*.la
 
 %find_lang %{name} --with-gnome
 
@@ -82,12 +97,16 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
+%gconf_schema_install evince-thumbnailer-djvu.schemas
+%gconf_schema_install evince-thumbnailer-dvi.schemas
 %gconf_schema_install evince-thumbnailer.schemas
 %gconf_schema_install evince.schemas
 %update_desktop_database_post
 %scrollkeeper_update_post
 
 %preun
+%gconf_schema_uninstall evince-thumbnailer-djvu.schemas
+%gconf_schema_uninstall evince-thumbnailer-dvi.schemas
 %gconf_schema_uninstall evince-thumbnailer.schemas
 %gconf_schema_uninstall evince.schemas
 
@@ -99,17 +118,29 @@
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
 %attr(755,root,root) %{_bindir}/*
-%{_sysconfdir}/gconf/schemas/*.schemas
+%{_sysconfdir}/gconf/schemas/evince-thumbnailer-djvu.schemas
+%{_sysconfdir}/gconf/schemas/evince-thumbnailer-dvi.schemas
+%{_sysconfdir}/gconf/schemas/evince-thumbnailer.schemas
+%{_sysconfdir}/gconf/schemas/evince.schemas
 %{_datadir}/%{name}
 %{_desktopdir}/*.desktop
 %{_omf_dest_dir}/evince
 
+%files -n nautilus-extension-evince
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/nautilus/extensions-1.0/*.so*
+
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.26  2005/08/17 10:38:29  paladine
+- updated to 0.3.4
+- added nautilus-extension-evince subpackage
+- itemize schemas
+
 Revision 1.25  2005/08/16 08:26:03  aflinta
 - in release notes they require poppler 0.4.0
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/evince.spec?r1=1.25&r2=1.26&f=u




More information about the pld-cvs-commit mailing list