Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
73edbd9baa | ||
|
|
45419e1384 | ||
|
|
fa36c0c403 | ||
|
|
17fae3a428 |
5 changed files with 9 additions and 26 deletions
|
|
@ -1 +0,0 @@
|
|||
synce-vdccm-0.10.0.tar.gz
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
vdccm-0.10.1.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: vdccm
|
||||
# $Id$
|
||||
NAME := vdccm
|
||||
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 @@
|
|||
f6fcb49297cf80a028bfe75a8e1bdc4d synce-vdccm-0.10.0.tar.gz
|
||||
43bca4c2fdb658f99b07549fa03832e0 vdccm-0.10.1.tar.gz
|
||||
|
|
|
|||
10
vdccm.spec
10
vdccm.spec
|
|
@ -1,15 +1,15 @@
|
|||
Name: vdccm
|
||||
Version: 0.10.0
|
||||
Version: 0.10.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Serial connection daemon for Pocket PC devices
|
||||
|
||||
Group: Applications/Communications
|
||||
License: MIT
|
||||
URL: http://www.synce.org
|
||||
Source0: http://download.sf.net/synce/synce-vdccm-%{version}.tar.gz
|
||||
Source0: http://download.sf.net/synce/vdccm-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: libsynce-devel
|
||||
BuildRequires: libsynce-devel >= 0.10.0
|
||||
BuildRequires: libtool
|
||||
|
||||
Requires: synce-serial
|
||||
|
|
@ -66,6 +66,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%defattr(-,root,root,-)
|
||||
|
||||
%changelog
|
||||
* Fri Dec 21 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||
- 0.10.1-1
|
||||
- version upgrade
|
||||
|
||||
* Wed May 09 2007 Aurelien Bompard <abompard@fedoraproject.org> 0.10.0-1
|
||||
- version 0.10.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue