]> git.pld-linux.org Git - packages/eog.git/commitdiff
- writen from scrach.
authorkloczek <kloczek@pld-linux.org>
Thu, 8 Feb 2001 03:37:34 +0000 (03:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eog.spec -> 1.1

eog.spec [new file with mode: 0644]

diff --git a/eog.spec b/eog.spec
new file mode 100644 (file)
index 0000000..ce3d35d
--- /dev/null
+++ b/eog.spec
@@ -0,0 +1,50 @@
+Summary:       The Eye of GNOME image viewer
+Name:          eog
+Version:       0.5
+Release:       1
+License:       GPL
+Group:         X11/Applications
+Group(de):     X11/Applikationen
+Group(pl):     X11/Aplikacje
+Source0:       ftp://ftp.gnome.org//pub/GNOME/unstable/sources/eog/%{name}-%{version}.tar.gz
+Source1:       %{name}.gif
+URL:           http://www.gnome.org/
+BuildRequires: gettext-devel
+BuildRequires: gdk-pixbuf-devel >= 0.7.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _prefix         /usr/X11R6
+%define                _mandir         %{_prefix}/man
+
+%description
+Eye of GNOME is a tool for viewing/cataloging images.
+
+%prep
+%setup -q
+
+%build
+gettextize --copy --force
+%configure \
+       --with-bonobo
+%{__make}
+               
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       Graphicsdir=%{_applnkdir}/Graphics
+
+gzip -9nf AUTHORS ChangeLog NEWS README
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_bindir}/*
+%{_applnkdir}/Graphics/*
+%{_pixmapsdir}/*
+%{_datadir}/icons/*
This page took 0.038916 seconds and 4 git commands to generate.