From b40641ead900fd30c5e370fb93e342438af520a7 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 06:17:59 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20intltoo?= =?UTF-8?q?l-0.15-2.src.rpm=20Thu=20Feb=2021=202002=20Jeremy=20Katz=20=20-=20rebuild=20in=20new=20environment=20Tue=20F?= =?UTF-8?q?eb=2012=202002=20Havoc=20Pennington=20=20-=200.1?= =?UTF-8?q?5=20-=20remove=20dbm=20patch,=20dbm=20no=20longer=20used=20upst?= =?UTF-8?q?ream=20-=20shorten=20summary=20line,=20#56739=20Wed=20Jan=2030?= =?UTF-8?q?=202002=20Owen=20Taylor=20=20-=20Version=20?= =?UTF-8?q?0.14=20-=20Try=20again=20on=20DBM=20fix=20-=20Patch=20to=20use?= =?UTF-8?q?=20AnyDBM=5FFile=20rather=20than=20NDBM=5FFile=20for=20caching?= =?UTF-8?q?=20-=20Version=200.14=20Wed=20Jan=2009=202002=20Tim=20Powers=20?= =?UTF-8?q?=20-=20automated=20rebuild=20Wed=20Jan=2002=20?= =?UTF-8?q?2002=20Havoc=20Pennington=20=20-=200.12.90=20cvs?= =?UTF-8?q?=20snap=20Mon=20Nov=2026=202001=20Havoc=20Pennington=20=20-=200.12=20tarball=20Sun=20Oct=2028=202001=20Havoc=20?= =?UTF-8?q?Pennington=20=20-=20new=20cvs=20snap,=20no=20lon?= =?UTF-8?q?ger=20noarch=20Fri=20Oct=2005=202001=20Havoc=20Pennington=20=20-=20intltool=20specfile,=20based=20on=20xml-i18n?= =?UTF-8?q?-tools=20(but=20fixed=20up)=20-=20obsolete/provide=20xml-i18n-t?= =?UTF-8?q?ools=20Tue=20Aug=2014=202001=20Alexander=20Larsson=20=200.9-2=20-=20Require=20patch=20Wed=20Aug=2008=202001?= =?UTF-8?q?=20Jonathan=20Blandford=20=20-=20Fix=20bug=20#4?= =?UTF-8?q?5699=20and=20#50634=20by=20upgrading=20version.=20Mon=20Jul=201?= =?UTF-8?q?6=202001=20Trond=20Eivind=20Glomsr=F8d=20=20-?= =?UTF-8?q?=20s/Copyright/License/=20-=20Shorter=20summary=20-=20Remove=20?= =?UTF-8?q?empty=20post/postun=20scripts=20-=20Don't=20define=20name=20and?= =?UTF-8?q?=20ver=20on=20the=20top=20and=20use=20this=20in=20the=20headers?= =?UTF-8?q?=20later=20Tue=20Jul=2010=202001=20Tim=20Powers=20=20-=20cleaned=20up=20files=20list=20so=20that=20there=20ar?= =?UTF-8?q?en't=20non-standard=20dirs=20and=20so=20that=20=20=20=20=20it?= =?UTF-8?q?=20owns=20the=20xml-i18n-tools=20dir=20Tue=20Apr=2017=202001=20?= =?UTF-8?q?Jonathan=20Blandford=20=20-=20Cleaned=20up=20sp?= =?UTF-8?q?ec=20file=20a=20little=20for=20Red=20Hat.=20Thu=20Mar=2001=2020?= =?UTF-8?q?01=20Maciej=20Stachowiak=20=20-=20removed=20deve?= =?UTF-8?q?l=20subpackage=20Tue=20Jan=2004=202000=20Robin=20*=20Slomkowski?= =?UTF-8?q?=20=20-=20created=20this=20thing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 1 + intltool.spec | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 99 insertions(+) create mode 100644 intltool.spec diff --git a/.cvsignore b/.cvsignore index e69de29..9b5dcf0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +intltool-0.15.tar.gz diff --git a/intltool.spec b/intltool.spec new file mode 100644 index 0000000..157b4bb --- /dev/null +++ b/intltool.spec @@ -0,0 +1,97 @@ +Name: intltool +Summary: Utility for internationalizing various kinds of data files. +Version: 0.15 +Release: 2 +License: GPL +Group: Development/Tools +Source: %{name}-%{version}.tar.gz +URL: http://www.gnome.org +BuildRoot: %{_tmppath}/%{name}-%{version}-root +Requires: patch +Obsoletes: xml-i18n-tools +Provides: xml-i18n-tools = 0.9-3 + +%description +This tool automatically extracts translatable strings from oaf, glade, +bonobo ui, nautilus theme, .desktop, and other data files and puts +them in the po files. + +%prep +%setup -q + +%build +%configure + +make + +%install +[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT + +%makeinstall + +%clean +[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%doc AUTHORS COPYING ChangeLog NEWS README +%{_bindir}/* +%{_datadir}/intltool +%{_datadir}/aclocal/* +%{_datadir}/man/man8/* + +%changelog +* Thu Feb 21 2002 Jeremy Katz +- rebuild in new environment + +* Tue Feb 12 2002 Havoc Pennington +- 0.15 +- remove dbm patch, dbm no longer used upstream +- shorten summary line, #56739 + +* Wed Jan 30 2002 Owen Taylor +- Version 0.14 +- Try again on DBM fix +- Patch to use AnyDBM_File rather than NDBM_File for caching +- Version 0.14 + +* Wed Jan 09 2002 Tim Powers +- automated rebuild + +* Wed Jan 2 2002 Havoc Pennington +- 0.12.90 cvs snap + +* Mon Nov 26 2001 Havoc Pennington +- 0.12 tarball + +* Sun Oct 28 2001 Havoc Pennington +- new cvs snap, no longer noarch + +* Fri Oct 5 2001 Havoc Pennington +- intltool specfile, based on xml-i18n-tools (but fixed up) +- obsolete/provide xml-i18n-tools + +* Tue Aug 14 2001 Alexander Larsson 0.9-2 +- Require patch + +* Wed Aug 8 2001 Jonathan Blandford +- Fix bug #45699 and #50634 by upgrading version. + +* Mon Jul 16 2001 Trond Eivind Glomsrød +- s/Copyright/License/ +- Shorter summary +- Remove empty post/postun scripts +- Don't define name and ver on the top and use this in the headers later + +* Tue Jul 10 2001 Tim Powers +- cleaned up files list so that there aren't non-standard dirs and so + that it owns the xml-i18n-tools dir + +* Tue Apr 17 2001 Jonathan Blandford +- Cleaned up spec file a little for Red Hat. + +* Mon Mar 01 2001 Maciej Stachowiak +- removed devel subpackage + +* Thu Jan 04 2000 Robin * Slomkowski +- created this thing diff --git a/sources b/sources index e69de29..e68aab0 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +0608262e7c2ad1f9bb1b6babc434ea1e intltool-0.15.tar.gz