Compare commits

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

4 commits

Author SHA1 Message Date
Fedora Release Engineering
bac592f517 dist-git conversion 2010-07-29 15:54:52 +00:00
Bill Nottingham
808a2f60ef Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:34:00 +00:00
Adrian Reber
9c84ff7ea5 - updated to 5.26.1 2008-08-10 04:28:13 +00:00
Jesse Keating
ffa8734327 Initialize branch F-9 for xlockmore 2008-04-22 02:50:38 +00:00
5 changed files with 9 additions and 25 deletions

View file

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

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
xlockmore-5.26.1.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 @@
2d25b656e11b90f2e2d4244883d639fb xlockmore-5.25.tar.bz2
db7faeb82074a5a1593ce60297c13f20 xlockmore-5.26.1.tar.bz2

View file

@ -1,11 +1,11 @@
Summary: Screen lock and screen saver
Name: xlockmore
Version: 5.25
Version: 5.26.1
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.25.tar.bz2
Source0: http://www.tux.org/~bagleyd/xlock/xlockmore-5.26.1/xlockmore-5.26.1.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: pam-devel esound-devel
BuildRequires: mesa-libGL-devel mesa-libGLU-devel
@ -50,6 +50,8 @@ GTK based frontend for xlockmore.
%{__install} -p -D -m0644 xlock/xlock.man %{buildroot}%{_mandir}/man1/xlock.1
%{__install} -p -D -m0644 xlock/XLock.ad %{buildroot}%{_libdir}/X11/app-defaults/XLock
%{__install} -p -D -m0644 xmlock/XmLock.ad %{buildroot}%{_libdir}/X11/app-defaults/XmLock
%{__chmod} 644 README
%{__chmod} 644 docs/Revisions
%{__mkdir_p} %{buildroot}%{_sysconfdir}/pam.d
@ -105,6 +107,9 @@ desktop-file-install \
%{_bindir}/xglock
%changelog
* Sat Aug 09 2008 Adrian Reber <adrian@lisas.de> - 5.26.1-1
- updated to 5.26.1
* Mon Feb 18 2008 Adrian Reber <adrian@lisas.de> - 5.25-1
- updated to 5.25