Upgrade to 0.4
This commit is contained in:
parent
6b3f076776
commit
d525981e95
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
libidn2-0.3.tar.gz
|
||||
libidn2-0.4.tar.gz
|
||||
|
10
libidn2.spec
10
libidn2.spec
@ -1,11 +1,11 @@
|
||||
Summary: Library to support IDNA2008 internationalized domain names
|
||||
Name: libidn2
|
||||
Version: 0.3
|
||||
Version: 0.4
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.josefsson.org/%{name}/
|
||||
Source: http://www.josefsson.org/%{name}/releases/%{name}-%{version}.tar.gz
|
||||
URL: http://www.gnu.org/software/libidn/#libidn2
|
||||
Source: http://alpha.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
|
||||
Patch0: libidn2-0.3-rpath.patch
|
||||
Requires(post): /sbin/install-info, /sbin/ldconfig
|
||||
Requires(preun): /sbin/install-info
|
||||
@ -15,6 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
%description
|
||||
Libidn2 is an implementation of the IDNA2008 specifications in RFC
|
||||
5890, 5891, 5892 and 5893 for internationalized domain names (IDN).
|
||||
It is a standalone library, without any dependency on libidn.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for libidn2
|
||||
@ -85,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/gtk-doc/
|
||||
|
||||
%changelog
|
||||
* Mon May 16 2011 Robert Scheck <robert@fedoraproject.org> 0.4-1
|
||||
- Upgrade to 0.4
|
||||
|
||||
* Sat May 07 2011 Robert Scheck <robert@fedoraproject.org> 0.3-1
|
||||
- Upgrade to 0.3
|
||||
- Initial spec file for Fedora and Red Hat Enterprise Linux
|
||||
|
Loading…
Reference in New Issue
Block a user