Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
54f9b80a2c | ||
|
|
ad91aa8da1 | ||
|
|
d8caa2a307 | ||
|
|
46279f9074 |
4 changed files with 5 additions and 23 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: libXinerama
|
||||
# $Id$
|
||||
NAME := libXinerama
|
||||
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),)
|
||||
# attempt 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,6 +1,6 @@
|
|||
Summary: X.Org X11 libXinerama runtime library
|
||||
Name: libXinerama
|
||||
Version: 1.0.99.1
|
||||
Version: 1.1
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
|
|
@ -64,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_includedir}/X11/extensions/panoramiXext.h
|
||||
|
||||
%changelog
|
||||
* Tue Oct 06 2009 Adam Jackson <ajax@redhat.com> 1.1-1
|
||||
- libXinerama 1.1
|
||||
|
||||
* Fri Aug 28 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.0.99.1-1
|
||||
- libXinerama 1.0.99.1
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
473725c59bbb2f1dc1afb73ca8a3b5cb libXinerama-1.0.99.1.tar.bz2
|
||||
a2ac01fc0426cdbb713c5d59cf9955ed libXinerama-1.1.tar.bz2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue