Compare commits

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

4 commits

Author SHA1 Message Date
Fedora Release Engineering
43b50786a3 dist-git conversion 2010-07-28 18:20:45 +00:00
Bill Nottingham
22cde21ac8 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:21:25 +00:00
ed1ae715e3 0.4.10 2009-08-12 16:37:40 +00:00
Jesse Keating
4876596b4e Initialize branch F-11 for intltool 2009-04-15 06:55:41 +00:00
4 changed files with 10 additions and 27 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: intltool
# $Id: Makefile,v 1.1 2004/09/09 06:17:57 cvsdist 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 $$/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,11 +3,11 @@
Name: intltool
Summary: Utility for internationalizing various kinds of data files
Version: 0.40.6
Version: 0.41.0
Release: 1%{?dist}
License: GPLv2 with exceptions
Group: Development/Tools
Source: http://download.gnome.org/sources/intltool/0.40/%{name}-%{version}.tar.bz2
Source: http://edge.launchpad.net/intltool/trunk/0.41.0/+download/intltool-%{version}.tar.gz
URL: http://www.gnome.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@ -32,7 +32,7 @@ them in the po files.
%build
%configure
make
make
%install
rm -rf $RPM_BUILD_ROOT
@ -44,13 +44,17 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS README
%doc AUTHORS COPYING README
%{_bindir}/*
%{_datadir}/intltool
%{_datadir}/aclocal/*
%{_mandir}/man*/*
%changelog
* Wed Aug 12 2009 Matthias Clasen <mclasen@redhat.com> - 0.41.0-1
- Update to 0.41.0
- Convert specfile to UTF-8.
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 0.40.6-1
- Update to 0.40.6
@ -270,7 +274,7 @@ rm -rf $RPM_BUILD_ROOT
* Wed Aug 8 2001 Jonathan Blandford <jrb@redhat.com>
- Fix bug #45699 and #50634 by upgrading version.
* Mon Jul 16 2001 Trond Eivind Glomsrød <teg@redhat.com>
* Mon Jul 16 2001 Trond Eivind Glomsrød <teg@redhat.com>
- s/Copyright/License/
- Shorter summary
- Remove empty post/postun scripts

View file

@ -1 +1 @@
69bc0353323112f42ad4f9cf351bc3e5 intltool-0.40.6.tar.bz2
8a6e4afd3fc93637dcd70e36ab899364 intltool-0.41.0.tar.gz