diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 2e5c891..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -libuninameslist_src-040707.tgz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2a9a5ad --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +libuninameslist_src-20060907.tgz diff --git a/Makefile b/Makefile deleted file mode 100644 index f0e4982..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: libuninameslist -# $Id: Makefile,v 1.1 2004/11/08 04:48:26 cvsextras Exp $ -NAME := libuninameslist -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) diff --git a/libuninameslist.spec b/libuninameslist.spec index 1e98a12..1b294b0 100644 --- a/libuninameslist.spec +++ b/libuninameslist.spec @@ -1,13 +1,12 @@ Name: libuninameslist Version: 0.0 -Release: 2.040707 -Epoch: 0 +Release: 3.20060907%{?dist} Summary: Library that provides Unicode names and annotations Group: System Environment/Libraries License: BSD URL: http://libuninameslist.sourceforge.net -Source0: http://dl.sf.net/libuninameslist/libuninameslist_src-040707.tgz +Source0: http://dl.sf.net/libuninameslist/libuninameslist_src-20060907.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -18,7 +17,7 @@ is current as of Unicode 4.0. %package devel Summary: Header files and static libraries for %{name} Group: Development/Libraries -Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: %{name} = %{version}-%{release} %description devel This package contains header files and static libraries for %{name}. @@ -61,6 +60,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 05 2007 Andreas Bierfert +0.0-3.20060907 +- version upgrade +- add dist + * Sat Jul 17 2004 Marius L. Jøhndal - 0:0.0-0.fdr.2.040707 - Updated to 040707. diff --git a/sources b/sources index f4dcc8f..3c0a796 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2f81df367b03c8bfda361c47d643e166 libuninameslist_src-040707.tgz +e5090105b9f09e76838a0af3220b371d libuninameslist_src-20060907.tgz