Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bac592f517 | ||
|
|
808a2f60ef | ||
|
|
9c84ff7ea5 | ||
|
|
ffa8734327 |
5 changed files with 9 additions and 25 deletions
|
|
@ -1 +0,0 @@
|
|||
xlockmore-5.25.tar.bz2
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
xlockmore-5.26.1.tar.bz2
|
||||
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
2d25b656e11b90f2e2d4244883d639fb xlockmore-5.25.tar.bz2
|
||||
db7faeb82074a5a1593ce60297c13f20 xlockmore-5.26.1.tar.bz2
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue