Compare commits

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

4 commits

Author SHA1 Message Date
Fedora Release Engineering
130a4312bd dist-git conversion 2010-07-29 15:54:54 +00:00
Bill Nottingham
070318afff Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:34:01 +00:00
0d83d0ecb4 - updated to 5.23 2007-02-08 15:42:31 +00:00
Jeremy Katz
bc4092aba3 Initialize branch FC-6 for xlockmore 2006-10-23 19:41:26 +00:00
5 changed files with 8 additions and 26 deletions

View file

@ -1 +0,0 @@
xlockmore-5.22.tar.bz2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
xlockmore-5.23.tar.bz2

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xlockmore
# $Id$
NAME := xlockmore
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 +1 @@
abf503b6b7af128312fa3f500e8a2121 xlockmore-5.22.tar.bz2
bd962b1dfa55ede6137c100bde834ee1 xlockmore-5.23.tar.bz2

View file

@ -1,11 +1,11 @@
Summary: Screen lock and screen saver
Name: xlockmore
Version: 5.22
Release: 3%{?dist}
Version: 5.23
Release: 1%{?dist}
License: BSD
Group: Amusements/Graphics
URL: http://www.tux.org/~bagleyd/xlockmore.html
Source0: http://www.tux.org/~bagleyd/latest/xlockmore-5.22.tar.bz2
Source0: http://www.tux.org/~bagleyd/latest/xlockmore-5.23.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: pam-devel esound-devel
BuildRequires: mesa-libGL-devel mesa-libGLU-devel
@ -105,6 +105,9 @@ desktop-file-install \
%{_bindir}/xglock
%changelog
* Tue Feb 08 2007 Adrian Reber <adrian@lisas.de> - 5.23-1
- updated to 5.23
* Tue Sep 12 2006 Adrian Reber <adrian@lisas.de> - 5.22-3
- rebuilt
- swtiched to lesstif