Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4fb82daa50 | ||
|
|
e8ff08465d | ||
|
|
2147711aae |
6 changed files with 7 additions and 26 deletions
|
|
@ -1 +0,0 @@
|
|||
viewnior-0.7.tar.gz
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
viewnior-1.0.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: viewnior
|
||||
# $Id: Makefile,v 1.1 2009/09/24 04:24:48 kevin Exp $
|
||||
NAME := viewnior
|
||||
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 $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
|
|
@ -1 +0,0 @@
|
|||
viewnior-0_7-1_fc11:HEAD:viewnior-0.7-1.fc11.src.rpm:1253782866
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
c4db1ca78ea048c35e904a6a162d489b viewnior-0.7.tar.gz
|
||||
a9cc6cdf5b0c628ad7a2577656915f58 viewnior-1.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
%bcond_with gnome
|
||||
|
||||
Name: viewnior
|
||||
Version: 0.7
|
||||
Version: 1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Elegant image viewer
|
||||
|
||||
|
|
@ -25,7 +25,7 @@ BuildRequires: GConf2-devel
|
|||
|
||||
%description
|
||||
Viewnior is an image viewer program. Created to be simple, fast and elegant.
|
||||
It's minimalistic interface provides more screenspace for your images. Among
|
||||
It's minimalistic interface provides more screen space for your images. Among
|
||||
its features are:
|
||||
|
||||
* Fullscreen & Slideshow
|
||||
|
|
@ -91,6 +91,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 31 2010 Christoph Wickert <cwickert@fedoraproject.org> - 1.0-1
|
||||
- Update to 1.0
|
||||
|
||||
* Tue Feb 16 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.7-2
|
||||
- Add patch to fix DSO linking (#565018)
|
||||
- Switch to %%bcond macro
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue