Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f702ccc057 | ||
|
|
1854e75d47 | ||
| 3854a344c3 | |||
| be90c53e26 | |||
|
|
aa12f35944 |
5 changed files with 12 additions and 25 deletions
|
|
@ -1 +0,0 @@
|
|||
ucview-0.22.tar.gz
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
ucview-0.23.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
1b43c823624962bde3248ae493995750 ucview-0.22.tar.gz
|
||||
570a5d155b22529267a5a63eb95554ee ucview-0.23.tar.gz
|
||||
|
|
|
|||
12
ucview.spec
12
ucview.spec
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue