diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 47e26cf..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -xlockmore-5.25.tar.bz2 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f4b98fe --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +xlockmore-5.26.1.tar.bz2 diff --git a/Makefile b/Makefile deleted file mode 100644 index 2a18cb7..0000000 --- a/Makefile +++ /dev/null @@ -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) diff --git a/sources b/sources index 65e12ec..d0d8305 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2d25b656e11b90f2e2d4244883d639fb xlockmore-5.25.tar.bz2 +db7faeb82074a5a1593ce60297c13f20 xlockmore-5.26.1.tar.bz2 diff --git a/xlockmore.spec b/xlockmore.spec index 5efa179..ee9d5a8 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -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 - 5.26.1-1 +- updated to 5.26.1 + * Mon Feb 18 2008 Adrian Reber - 5.25-1 - updated to 5.25