Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
Fedora Release Engineering
4fb82daa50 dist-git conversion 2010-07-29 14:58:30 +00:00
Christoph Wickert
e8ff08465d - Update to 1.0 2010-03-31 16:52:09 +00:00
Jesse Keating
2147711aae Initialize branch F-13 for viewnior 2010-02-17 03:25:02 +00:00
6 changed files with 7 additions and 26 deletions

View file

@ -1 +0,0 @@
viewnior-0.7.tar.gz

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
viewnior-1.0.tar.gz

View file

@ -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)

View file

@ -1 +0,0 @@
viewnior-0_7-1_fc11:HEAD:viewnior-0.7-1.fc11.src.rpm:1253782866

View file

@ -1 +1 @@
c4db1ca78ea048c35e904a6a162d489b viewnior-0.7.tar.gz
a9cc6cdf5b0c628ad7a2577656915f58 viewnior-1.0.tar.gz

View file

@ -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