Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0ad2b2c1e4 | ||
|
|
e2dbe3e1fb | ||
|
|
cc9ad468aa | ||
|
|
8e2417eb33 |
5 changed files with 10 additions and 27 deletions
|
|
@ -1 +0,0 @@
|
|||
libuninameslist_src-040707.tgz
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
libuninameslist_src-20060907.tgz
|
||||
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
2f81df367b03c8bfda361c47d643e166 libuninameslist_src-040707.tgz
|
||||
e5090105b9f09e76838a0af3220b371d libuninameslist_src-20060907.tgz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue