Compare commits

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

4 commits

Author SHA1 Message Date
Fedora Release Engineering
dda5b69bb9 dist-git conversion 2010-07-28 10:04:59 +00:00
Bill Nottingham
07dddfd9f0 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:28:19 +00:00
Kevin Fenzi
ae8e812b11 Fix incorrect license tag Fix incorrect sources 2007-08-22 02:42:18 +00:00
Jeremy Katz
f98a30edc6 Initialize branch FC-6 for apg 2006-10-23 14:39:11 +00:00
4 changed files with 7 additions and 24 deletions

View file

View file

@ -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)

View file

@ -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

View file

@ -1 +1 @@
3f9301ab654e15ea258d3904c8669a25 apg-2.3.0b.tar.gz
bd82400a5a731070ce895313576afe24 apg-2.3.0b.tar.gz