]> git.pld-linux.org Git - packages/evince.git/commitdiff
- new
authorgrzegol <grzegol@pld-linux.org>
Thu, 10 Feb 2005 19:09:41 +0000 (19:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    evince.spec -> 1.1

evince.spec [new file with mode: 0644]

diff --git a/evince.spec b/evince.spec
new file mode 100644 (file)
index 0000000..a00afaa
--- /dev/null
@@ -0,0 +1,70 @@
+Summary:       Document viewer for multiple document formats
+Summary(pl):   Przegl±darka dokumentów w wielu formatach
+Name:          evince
+Version:       0.1.4
+Release:       1
+License:       GPL
+Group:         X11/Applications/Graphics
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/evince/0.1/%{name}-%{version}.tar.bz2
+# Source0-md5: 87ddc402adf29b200403b6184d20e03c
+URL:           http://www.gnome.org/projects/evince/
+BuildRequires: GConf2-devel
+BuildRequires: gnome-vfs2-devel
+BuildRequires: gtk+2-devel >= 2.6.2
+BuildRequires: libglade2-devel
+BuildRequires: libgnomeprintui-devel
+BuildRequires: libgnomeui-devel >= 2.8.0
+Requires(post):        GConf2
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Evince is a document viewer for multiple document formats like pdf,
+postscript, and many others. The goal of evince is to replace the
+multiple document viewers that exist on the GNOME Desktop, like ggv,
+gpdf, and xpdf with a single simple application.
+
+%description -l pl
+Evince jest przegl±dark± dokumentu w wielu formatach takich jak pdf,
+postscript i wielu innych. W zamierzeniach program ma zast±piæ
+przegl±darki dokumentów dla ¶rodowiska GNOME, takie jak ggv, gpdf i
+xpdf jedn± prost± aplikacj±.
+
+%prep
+%setup -q
+
+%build
+%configure \
+       --disable-schemas-install \
+       --enable-a4-paper
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+umask 022
+%gconf_schema_install
+[ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1 ||:
+
+%postun
+umask 022
+[ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_sysconfdir}/gconf/schemas/*.schemas
+%{_datadir}/%{name}
+%{_desktopdir}/*.desktop
This page took 0.159254 seconds and 4 git commands to generate.