Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
43b50786a3 | ||
|
|
22cde21ac8 | ||
| ed1ae715e3 | |||
|
|
4876596b4e |
4 changed files with 10 additions and 27 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
|
|
@ -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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
69bc0353323112f42ad4f9cf351bc3e5 intltool-0.40.6.tar.bz2
|
||||
8a6e4afd3fc93637dcd70e36ab899364 intltool-0.41.0.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue