Compare commits

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

5 commits

Author SHA1 Message Date
Fedora Release Engineering
f702ccc057 dist-git conversion 2010-07-29 14:36:54 +00:00
Bill Nottingham
1854e75d47 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:13:32 +00:00
3854a344c3 Readded wrongly removed build requirement to dbus-glib-devel 2009-05-24 02:18:45 +00:00
be90c53e26 Upgrade to 0.23 2009-05-04 10:16:30 +00:00
Jesse Keating
aa12f35944 Initialize branch F-10 for ucview 2008-11-07 04:01:11 +00:00
5 changed files with 12 additions and 25 deletions

View file

@ -1 +0,0 @@
ucview-0.22.tar.gz

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
ucview-0.23.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: ucview
# $Id$
NAME := ucview
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
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 +1 @@
1b43c823624962bde3248ae493995750 ucview-0.22.tar.gz
570a5d155b22529267a5a63eb95554ee ucview-0.23.tar.gz

View file

@ -1,6 +1,6 @@
Summary: Image and video capture application using unicap toolkit
Name: ucview
Version: 0.22
Version: 0.23
Release: 2%{?dist}
License: GPLv2+
Group: Applications/Multimedia
@ -91,11 +91,19 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/dbus-1/services/*.service
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_mandir}/man1/%{name}.1*
%changelog
* Sun May 24 2009 Robert Scheck <robert@fedoraproject.org> 0.23-2
- Readded wrongly removed build requirement to dbus-glib-devel
* Mon May 04 2009 Robert Scheck <robert@fedoraproject.org> 0.23-1
- Upgrade to 0.23
* Mon Feb 23 2009 Robert Scheck <robert@fedoraproject.org> 0.22-3
- Rebuild against gcc 4.4 and rpm 4.6
* Sun Oct 19 2008 Robert Scheck <robert@fedoraproject.org> 0.22-2
- Rebuild against unicap 0.93