Compare commits

...

4 Commits
master ... f11

Author SHA1 Message Date
Fedora Release Engineering f2b880ef45 dist-git conversion 2010-07-28 21:07:07 +00:00
Nikolay Vladimirov fa7bf464dc new upstream release 2010-01-12 14:22:08 +00:00
Bill Nottingham ce1121c02e Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:48:33 +00:00
Jesse Keating e78b903797 Initialize branch F-11 for libgsasl 2009-04-15 06:02:33 +00:00
5 changed files with 9 additions and 27 deletions

View File

@ -1 +0,0 @@
libgsasl-0.2.29.tar.gz

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
libgsasl-1.4.0.tar.gz

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: libgsasl
# $Id$
NAME := libgsasl
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

@ -1,17 +1,17 @@
Name: libgsasl
Version: 0.2.29
Release: 2%{?dist}
Version: 1.4.0
Release: 1%{?dist}
Summary: GNU SASL library
Group: System Environment/Libraries
License: LGPLv2+
URL: http://www.gnu.org/software/gsasl/
Source0: http://josefsson.org/gsasl/releases/%{name}-%{version}.tar.gz
Source0: ftp://ftp.gnu.org/gnu/gsasl/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libidn-devel
BuildRequires: krb5-devel
BuildRequires: libntlm-devel
BuildRequires: libntlm-devel
BuildRequires: pkgconfig
@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Jan 12 2010 Nikolay Vladimirov <nikolay@vladimiroff.com> - 1.4.0-1
- new upstream version
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.29-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

View File

@ -1 +1 @@
c38f4bc5ab488a215a09f2d915942482 libgsasl-0.2.29.tar.gz
e1e5ffac3f260a0412b8820d8e5229ab libgsasl-1.4.0.tar.gz