summaryrefslogtreecommitdiff
path: root/feh.spec.in
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-03-21 16:57:12 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2010-03-21 16:57:12 +0100
commit031cf5e8ffd0511c1d69a41da295ab6bb017bc1d (patch)
treea1e909a0c683e2ab1d684d61a7664111d3632302 /feh.spec.in
parentb3c405408fb7abaad6039b65d86ef701b12c9f0a (diff)
Remove autoconf (from branch 'autocruft')
Use config.mk for configuration, both GNU make and FreeBSD make are supported.
Diffstat (limited to 'feh.spec.in')
-rw-r--r--feh.spec.in43
1 files changed, 0 insertions, 43 deletions
diff --git a/feh.spec.in b/feh.spec.in
deleted file mode 100644
index a7b5926..0000000
--- a/feh.spec.in
+++ /dev/null
@@ -1,43 +0,0 @@
-Summary: Image viewer using Imlib 2
-Name: @PACKAGE@
-Version: @VERSION@
-Release: 1
-Copyright: BSD
-Group: Amusements/Graphics
-Source: %{name}-%{version}.tar.bz2
-Url: https://derf.homelinux.org/~derf/projects/feh
-BuildRoot: /var/tmp/%{name}-%{version}-root
-
-%description
-feh is a versatile and fast image viewer using imlib2, the
-premier image file handling library. feh has many features,
-from simple single file viewing, to multiple file modes using
-a slideshow or multiple windows. feh supports the creation of
-montages as index prints with many user-configurable options.
-
-%prep
-%setup
-
-%build
-export CFLAGS="$RPM_OPT_FLAGS"
-%{configure} --prefix=%{_prefix} --bindir=%{_bindir} \
- --mandir=%{_mandir} --datadir=%{_datadir}
-
-make CFLAGS="$RPM_OPT_FLAGS"
-
-%install
-rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install
-
-%files
-%defattr(-, root, root)
-%{_bindir}/*
-%{_mandir}/*
-%{_datadir}/%{name}/*
-
-%doc AUTHORS ChangeLog README TODO
-
-%changelog
-* Wed Aug 23 2000 Calum Selkirk <cselkirk@sophix.uklinux.net>
-- removed the double entry for doc
-