Sophie

Sophie

distrib > PLD > ra > i386 > media > dist-src > by-pkgid > 610b4cd83f6a226e57d7156b4e93ad00 > files > 2

gqview-1.1.5-1.src.rpm

# $Revision: 1.57 $, $Date: 2002/07/03 23:36:38 $
Summary:	graphics file browser utility
Summary(pl):	Narzêdzie do przegl±dania plików graficznych
Name:		gqview
Version:	1.1.5
Release:	1
License:	GPL
Group:		X11/Applications/Graphics
Source0:	ftp://ftp.sourceforge.net/pub/sourceforge/%{name}/%{name}-%{version}.tar.gz
URL:		http://gqview.sourceforge.net/
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	gdk-pixbuf-devel >= 0.9.0
BuildRequires:	gtk+-devel >= 1.2.0
BuildRequires:	gettext-devel
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%define		_prefix		/usr/X11R6

%description
GQview is a browser for graphics files. Offering single click viewing
of your graphics files. Includes thumbnail view, zoom and filtering
features. And external editor support.

%description -l pl
GQview jest przegl±dark± plików graficznych. Mo¿esz przegl±daæ swoje
pliki graficzne jednym klikniêciem myszy. Zawiera widok miniatur, zoom
i opcje filtrowania, jak równie¿ wsparcie dla zewnêtrznego edytora.

%prep
%setup -q

%build
rm -f missinf
aclocal
%{__autoconf}
%{__automake}
%configure

%{__make}

%install
rm -rf $RPM_BUILD_ROOT

%{__make} install \
	DESTDIR=$RPM_BUILD_ROOT \
	desktopdir=%{_applnkdir}/Graphics/Viewers

%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(644,root,root,755)
%doc README TODO ChangeLog
%attr(755,root,root) %{_bindir}/*
%{_pixmapsdir}/*
%{_applnkdir}/Graphics/Viewers/*

%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback@pld.org.pl>
All persons listed below can be reached at <cvs_login>@pld.org.pl

$Log: gqview.spec,v $
Revision 1.57  2002/07/03 23:36:38  kloczek
- updated to 1.1.5 (bug fix relese).

Revision 1.56  2002/06/22 17:01:21  migo
- changed Source0 to ftp.sourceforge.net

Revision 1.55  2002/05/06 15:54:16  pioklo
-up to 1.1.4,STBR

Revision 1.54  2002/04/25 16:29:50  arturs
fixed a small typo

Revision 1.53  2002/04/19 12:03:21  pioklo
- up to 1.1.3 , STBR

Revision 1.52  2002/04/09 09:26:47  pioklo
- updated to 1.1.2 remove outdated ac_fix_FALSE patch.

Revision 1.51  2002/03/24 23:28:19  kloczek
- perl -pi -e "s/^automake -a -c$/automake -a -c -f/"

Revision 1.50  2002/02/23 02:30:44  kloczek
- adapterized.

Revision 1.49  2002/02/22 23:29:00  kloczek
- removed all Group fields translations (our rpm now can handle translating
  Group field using gettext).

Revision 1.48  2002/02/04 05:22:04  kloczek
- ac_fix_FALSE patch is back.

Revision 1.47  2002/02/04 03:48:26  kloczek
- updated to 1.0.2 remove outdated ac_fix_FALSE patch.

Revision 1.46  2002/01/18 02:13:11  kloczek
perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"

Revision 1.45  2002/01/03 05:54:08  kloczek
- updated to 1.0.1 (only updated uk and aadded new cs translation).

Revision 1.44  2001/12/15 20:22:19  kloczek
- updated to final 1.0 (translations only updated).

Revision 1.43  2001/12/14 00:51:54  kloczek
- updated to 0.99.3 (updated ionly translatios).

Revision 1.42  2001/12/06 10:59:45  kloczek
- updated to 0.99.2 (updated translations only).

Revision 1.41  2001/11/26 08:28:41  kloczek
- updated to 0.99.1.

Revision 1.40  2001/11/21 08:07:41  kloczek
- updated to 0.99.0.

Revision 1.39  2001/11/19 10:31:48  kloczek
- updated to 0.13.0.

Revision 1.38  2001/10/21 13:22:42  kloczek
- updated to 0.12.0,
- added regenerate ac/am files (added ac_fix_FALSE patch for allow regenerate
  ac files using autoconf 2.5.x).

Revision 1.37  2001/03/21 00:28:53  kloczek
- updated to 0.11.0.

Revision 1.36  2001/03/03 12:40:00  kloczek
- updated to 0.10.1.

Revision 1.35  2001/02/21 02:37:01  kloczek
- updated to 0.10.0.

Revision 1.34  2001/02/13 17:02:19  kloczek
- updated to 0.9.5.

Revision 1.33  2001/02/06 05:33:21  kloczek
- updated to 0.9.4.

Revision 1.32  2001/01/27 21:36:47  kloczek
- typo.

Revision 1.31  2001/01/27 21:24:50  kloczek
- updated to 0.9.2,
- relace imlib-devel by gdk-pixbuf-devel >= 0.9.0 in BuildRequires rules
  (now gqview uses gdk-pixbuf),
- added using %%{_pixmapsdir} macro in %files.

Revision 1.30  2000/09/30 19:55:56  kloczek
- updated to 0.9.1.

Revision 1.29  2000/07/25 05:35:00  kloczek
- updated to 0.9.0.

Revision 1.28  2000/06/13 20:08:03  kloczek
- changed Source url to ftp://download.sourceforge.net/pub/sourceforge/*.

Revision 1.27  2000/06/09 07:54:42  kloczek
- more %%{__make} macros.

Revision 1.26  2000/06/09 07:22:52  kloczek
- added using %%{__make} macro.

Revision 1.25  2000/06/07 09:38:02  kloczek
- updated to 0.8.2,
- desktop file moved to Graphics/Viewers.

Revision 1.24  2000/05/20 13:53:44  kloczek
- spec adapterized.

Revision 1.23  2000/05/01 21:02:35  mkochano
- Removed 'BuildRequires: (XFree86|glib)-devel' from packages which have
  'BuildRequires: gtk+-devel'. They were redundant, beacuse 'gtk+-devel' says
  what it needs using 'Requires'. BTW, awk rules :)

Revision 1.22  2000/04/15 20:17:37  kloczek
- updated to 0.8.1,
- new URL and Source url,
- removed applnk patch (place desktop file in applnk tree without patching
  source code),
- updated %files list (removed BUGS from %doc)

Revision 1.21  2000/04/09 10:37:19  michuz
- updated to 0.8.0
- added %%find_lang
- added new BuildRequires

Revision 1.20  2000/04/01 11:14:41  zagrodzki
- changed all BuildRoot definitons
- removed all applnkdir defs
- changed some prereqs/requires
- removed duplicate empty lines

Revision 1.19  2000/03/28 16:54:22  baggins
- translated kloczkish into english

Revision 1.18  1999/12/09 13:29:39  pius
- release 2
- cosmetics

Revision 1.17  1999/12/09 11:20:55  waszi
- moved /etc/X11/applnk to /usr/X11R6/share/applnk

Revision 1.16  1999/07/20 12:48:07  wiget
- switch to rpm 3.0.2

Revision 1.15  1999/07/17 00:42:04  pius
- reorder in header.

Revision 1.14  1999/07/12 23:05:58  kloczek
- added using CVS keywords in %changelog (for automating them).

* Sun Jul 04 1999 Piotr Czerwiñski <pius@pld.org.pl>
  [0.7.0-1]
- updated to 0.7.0.

* Tue Jun 1 1999 Piotr Czerwiñski <pius@pld.org.pl>
  [0.6.1-1]
- package is FHS 2.0 compliant,
- spec file rewritten for PLD use,
- based on spec by John Ellis <gqview@geocities.com>.