Compare commits

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

4 commits

Author SHA1 Message Date
Fedora Release Engineering
0ad2b2c1e4 dist-git conversion 2010-07-28 21:47:51 +00:00
Bill Nottingham
e2dbe3e1fb Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:54:51 +00:00
Andreas Bierfert
cc9ad468aa - version upgrade
- add dist
2007-05-05 09:40:02 +00:00
jwboyer
8e2417eb33 Initialize branch EL-4 for libuninameslist 2007-05-04 02:07:29 +00:00
5 changed files with 10 additions and 27 deletions

View file

@ -1 +0,0 @@
libuninameslist_src-040707.tgz

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
libuninameslist_src-20060907.tgz

View file

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

View file

@ -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 <andreas.bierfert[AT]lowlatency.de>
0.0-3.20060907
- version upgrade
- add dist
* Sat Jul 17 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:0.0-0.fdr.2.040707
- Updated to 040707.

View file

@ -1 +1 @@
2f81df367b03c8bfda361c47d643e166 libuninameslist_src-040707.tgz
e5090105b9f09e76838a0af3220b371d libuninameslist_src-20060907.tgz