Compare commits
4 Commits
fbida-2_07
...
F-13-start
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b943a8448f | ||
|
|
fb584e3b37 | ||
|
|
75c1c5ac2b | ||
|
|
8778ed8864 |
4
Makefile
4
Makefile
@@ -1,10 +1,10 @@
|
||||
# Makefile for source rpm: fbida
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1 2004/12/17 18:53:36 scop Exp $
|
||||
NAME := fbida
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
15
fbida.spec
15
fbida.spec
@@ -1,7 +1,7 @@
|
||||
Summary: FrameBuffer Imageviewer
|
||||
Name: fbida
|
||||
Version: 2.07
|
||||
Release: 4%{?dist}
|
||||
Release: 7%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/Multimedia
|
||||
URL: http://linux.bytesex.org/fbida/
|
||||
@@ -11,7 +11,7 @@ BuildRequires: libexif-devel fontconfig-devel libjpeg-devel
|
||||
BuildRequires: libpng-devel libtiff-devel pkgconfig
|
||||
BuildRequires: giflib-devel curl-devel
|
||||
BuildRequires: libXpm-devel
|
||||
Requires: ImageMagick dejavu-fonts-sans-mono
|
||||
Requires: ImageMagick dejavu-sans-mono-fonts
|
||||
Obsoletes: fbida-ida < 2.06-1
|
||||
|
||||
%description
|
||||
@@ -63,6 +63,17 @@ lib=%{_lib} prefix=%{_prefix} %{__make} DESTDIR=%{buildroot} STRIP= install
|
||||
%{_bindir}/fbgs
|
||||
|
||||
%changelog
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.07-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Thu Feb 26 2009 Matěj Cepl <mcepl@redhat.com> - 2.07-6
|
||||
- actually ida* stuff doesn't get build without Motif
|
||||
|
||||
* Thu Feb 26 2009 Matěj Cepl <mcepl@redhat.com> - 2.07-5
|
||||
- Fix dependencies on fonts (bug# 480450) -- I made a typo in
|
||||
BuildRequires.
|
||||
- Fix %%files (missing *ida* stuff).
|
||||
|
||||
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.07-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
|
||||
Reference in New Issue
Block a user