Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dda5b69bb9 | ||
|
|
07dddfd9f0 | ||
|
|
ae8e812b11 | ||
|
|
f98a30edc6 |
4 changed files with 7 additions and 24 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: apg
|
||||
# $Id$
|
||||
NAME := apg
|
||||
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)
|
||||
8
apg.spec
8
apg.spec
|
|
@ -2,8 +2,8 @@ Summary: Automated Password Generator for random password generation
|
|||
Name: apg
|
||||
|
||||
Version: 2.3.0b
|
||||
Release: 4%{?dist}
|
||||
License: GPL
|
||||
Release: 5%{?dist}
|
||||
License: BSD
|
||||
Group: System Environment/Base
|
||||
URL: http://www.adel.nursat.kz/%{name}/
|
||||
|
||||
|
|
@ -60,6 +60,10 @@ fi
|
|||
%{_sysconfdir}/xinetd.d/apgd
|
||||
|
||||
%changelog
|
||||
* Tue Aug 21 2007 Kevin Fenzi <kevin@tummy.com> - 2.3.0b-5
|
||||
- Fix incorrect license tag
|
||||
- Fix incorrect sources
|
||||
|
||||
* Sun Aug 27 2006 Kevin Fenzi <kevin@tummy.com> - 2.3.0b-4
|
||||
- Rebuild for fc6
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
3f9301ab654e15ea258d3904c8669a25 apg-2.3.0b.tar.gz
|
||||
bd82400a5a731070ce895313576afe24 apg-2.3.0b.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue