Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
130a4312bd | ||
|
|
070318afff | ||
| 0d83d0ecb4 | |||
|
|
bc4092aba3 |
5 changed files with 8 additions and 26 deletions
|
|
@ -1 +0,0 @@
|
|||
xlockmore-5.22.tar.bz2
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
xlockmore-5.23.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 @@
|
|||
abf503b6b7af128312fa3f500e8a2121 xlockmore-5.22.tar.bz2
|
||||
bd962b1dfa55ede6137c100bde834ee1 xlockmore-5.23.tar.bz2
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue