Compare commits

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

3 commits

Author SHA1 Message Date
Fedora Release Engineering
4f1cb6c76d dist-git conversion 2010-07-28 18:20:22 +00:00
bee956f3ce 0.41.1 2010-03-29 00:55:25 +00:00
Jesse Keating
3cf566f50d Initialize branch F-13 for intltool 2010-02-17 01:40:25 +00:00
4 changed files with 7 additions and 25 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: intltool
# $Id: Makefile,v 1.2 2007/10/15 18:53:06 notting Exp $
NAME := intltool
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 $$d/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),)
# attempt 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

@ -3,13 +3,13 @@
Name: intltool
Summary: Utility for internationalizing various kinds of data files
Version: 0.41.0
Version: 0.41.1
Release: 1%{?dist}
License: GPLv2 with exceptions
Group: Development/Tools
Source: http://edge.launchpad.net/intltool/trunk/0.41.0/+download/intltool-%{version}.tar.gz
#VCS: bzr:https://code.edge.launchpad.net/~intltool/intltool/trunk
Source: http://edge.launchpad.net/intltool/trunk/0.41.1/+download/intltool-%{version}.tar.gz
URL: http://www.gnome.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: patch
# for /usr/share/aclocal
@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man*/*
%changelog
* Sun Mar 28 2010 Matthias Clasen <mclasen@redhat.com> - 0.41.1-1
- Update to 0.41.1
* Wed Aug 12 2009 Matthias Clasen <mclasen@redhat.com> - 0.41.0-1
- Update to 0.41.0

View file

@ -1 +1 @@
8a6e4afd3fc93637dcd70e36ab899364 intltool-0.41.0.tar.gz
d6c91bf06681919ccfdf3624035b75dc intltool-0.41.1.tar.gz