OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 27-Oct-2003 15:56:27
Branch: HEAD Handle: 2003102714562502
Added files:
openpkg-re/vcheck vc.gqview
openpkg-src/gqview gqview.spec
Modified files:
openpkg-web news.txt
Log:
new package: gqview 1.3.3 (Graphics file browser utility)
Summary:
Revision Changes Path
1.1 +9 -0 openpkg-re/vcheck/vc.gqview
1.1 +83 -0 openpkg-src/gqview/gqview.spec
1.7183 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.gqview
============================================================================
$ cvs diff -u -r0 -r1.1 vc.gqview
--- /dev/null 2003-10-27 15:56:25.000000000 +0100
+++ vc.gqview 2003-10-27 15:56:25.000000000 +0100
@@ -0,0 +1,9 @@
+config = {
+}
+
+prog gqview = {
+ version = 1.3.3
+ url = http://gqview.sourceforge.net/view-down.html
+ regex = gqview-(__VER__)\.tar\.gz
+}
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/gqview/gqview.spec
============================================================================
$ cvs diff -u -r0 -r1.1 gqview.spec
--- /dev/null 2003-10-27 15:56:27.000000000 +0100
+++ gqview.spec 2003-10-27 15:56:27.000000000 +0100
@@ -0,0 +1,83 @@
+##
+## gqview.spec -- OpenPKG RPM Specification
+## Copyright (c) 2000-2003 The OpenPKG Project <http://www.openpkg.org/>
+## Copyright (c) 2000-2003 Ralf S. Engelschall <[EMAIL PROTECTED]>
+## Copyright (c) 2000-2003 Cable & Wireless <http://www.cw.com/>
+##
+## Permission to use, copy, modify, and distribute this software for
+## any purpose with or without fee is hereby granted, provided that
+## the above copyright notice and this permission notice appear in all
+## copies.
+##
+## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+## SUCH DAMAGE.
+##
+
+# package information
+Name: gqview
+Summary: Graphics file browser utility
+URL: http://gqview.sourceforge.net/
+Vendor: John Ellis
+Packager: The OpenPKG Project
+Distribution: OpenPKG [EVAL]
+Group: Graphics
+License: GPL
+Version: 1.3.3
+Release: 20031027
+
+# list of sources
+Source0:
http://osdn.dl.sourceforge.net/sourceforge/gqview/gqview-%{version}.tar.gz
+
+# build information
+Prefix: %{l_prefix}
+BuildRoot: %{l_buildroot}
+BuildPreReq: OpenPKG, openpkg >= 20030103, X11, png, gtk2, libiconv, gettext
+PreReq: OpenPKG, openpkg >= 20030103, X11, png, gtk2, libiconv, gettext
+AutoReq: no
+AutoReqProv: no
+
+%description
+ GQview is an image viewer for Unix operating systems. It's key
+ features include single click file viewing, external editor support,
+ thumbnail preview and zoom features.
+
+%prep
+ %setup -q
+
+%build
+ CC="%{l_cc}" \
+ CFLAGS="%{l_cflags -O}" \
+ CPPFLAGS="%{l_cppflags}" \
+ LDFLAGS="%{l_ldflags}" \
+ ./configure \
+ --prefix=%{l_prefix} \
+ --with-x \
+ --x-includes=`%{l_prefix}/etc/rc --query x11_incdir` \
+ --x-libraries=`%{l_prefix}/etc/rc --query x11_libdir` \
+ --with-gtk-prefix=%{l_prefix} \
+ --with-libiconv-prefix=%{l_prefix} \
+ --disable-nls
+ %{l_make} %{l_mflags -O}
+
+%install
+ rm -rf $RPM_BUILD_ROOT
+ %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
+ rm -rf $RPM_BUILD_ROOT%{l_prefix}/share
+ strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
+ %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
+
+%files -f files
+
+%clean
+ rm -rf $RPM_BUILD_ROOT
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7182 -r1.7183 news.txt
--- openpkg-web/news.txt 27 Oct 2003 14:56:04 -0000 1.7182
+++ openpkg-web/news.txt 27 Oct 2003 14:56:25 -0000 1.7183
@@ -1,3 +1,4 @@
+27-Oct-2003: New package: P<gqview-1.3.3-20031027>
27-Oct-2003: Upgraded package: P<perl-www-20031027-20031027>
27-Oct-2003: Upgraded package: P<mplayer-1.0pre2-20031027>
27-Oct-2003: Upgraded package: P<monit-4.1-20031027>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]