misc updates
This commit is contained in:
parent
85746e819b
commit
d26d83c484
@ -5,12 +5,14 @@ Name: intltool
|
|||||||
Summary: Utility for internationalizing various kinds of data files
|
Summary: Utility for internationalizing various kinds of data files
|
||||||
Version: 0.36.0
|
Version: 0.36.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL
|
License: GPLv2 with exception
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Source: http://ftp.gnome.org/pub/gnome/sources/intltool/0.35/%{name}-%{version}.tar.bz2
|
Source: http://ftp.gnome.org/pub/gnome/sources/intltool/0.35/%{name}-%{version}.tar.bz2
|
||||||
URL: http://www.gnome.org
|
URL: http://www.gnome.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Requires: patch
|
Requires: patch
|
||||||
|
# for /usr/share/aclocal
|
||||||
|
Requires: automake
|
||||||
Obsoletes: xml-i18n-tools
|
Obsoletes: xml-i18n-tools
|
||||||
Provides: xml-i18n-tools = 0.11
|
Provides: xml-i18n-tools = 0.11
|
||||||
Requires: perl(XML::Parser)
|
Requires: perl(XML::Parser)
|
||||||
@ -31,16 +33,16 @@ them in the po files.
|
|||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%makeinstall
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
%doc AUTHORS COPYING NEWS README
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_datadir}/intltool
|
%{_datadir}/intltool
|
||||||
%{_datadir}/aclocal/*
|
%{_datadir}/aclocal/*
|
||||||
@ -49,7 +51,10 @@ make
|
|||||||
%changelog
|
%changelog
|
||||||
* Fri Aug 3 2007 Matthias Clasen <mclasen@redhat.com> - 0.36.0-1
|
* Fri Aug 3 2007 Matthias Clasen <mclasen@redhat.com> - 0.36.0-1
|
||||||
- Update to 0.36.0
|
- Update to 0.36.0
|
||||||
|
- Update license field
|
||||||
- Drop patch rejected, obsolete and upstreamed patches
|
- Drop patch rejected, obsolete and upstreamed patches
|
||||||
|
- Some spec file cleanups
|
||||||
|
- Require automake
|
||||||
|
|
||||||
* Tue Jul 31 2007 David Zeuthen <davidz@redhat.com> - 0.35.5-5
|
* Tue Jul 31 2007 David Zeuthen <davidz@redhat.com> - 0.35.5-5
|
||||||
- Add support for PolicyKit .policy files (b.g.o #462312)
|
- Add support for PolicyKit .policy files (b.g.o #462312)
|
||||||
|
Loading…
Reference in New Issue
Block a user