Upgrade to 0.6
This commit is contained in:
parent
ea4580547b
commit
7fac8227c1
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
libidn2-0.5.tar.gz
|
libidn2-0.6.tar.gz
|
||||||
|
13
libidn2.spec
13
libidn2.spec
@ -1,11 +1,11 @@
|
|||||||
Summary: Library to support IDNA2008 internationalized domain names
|
Summary: Library to support IDNA2008 internationalized domain names
|
||||||
Name: libidn2
|
Name: libidn2
|
||||||
Version: 0.5
|
Version: 0.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gnu.org/software/libidn/#libidn2
|
URL: http://www.gnu.org/software/libidn/#libidn2
|
||||||
Source: http://alpha.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
|
Source: http://alpha.gnu.org/gnu/libidn/%{name}-%{version}.tar.gz
|
||||||
Patch0: libidn2-0.3-rpath.patch
|
Patch0: libidn2-0.3-rpath.patch
|
||||||
Requires(post): /sbin/install-info, /sbin/ldconfig
|
Requires(post): /sbin/install-info, /sbin/ldconfig
|
||||||
Requires(preun): /sbin/install-info
|
Requires(preun): /sbin/install-info
|
||||||
@ -32,7 +32,7 @@ developing applications that use libidn2.
|
|||||||
touch -c -r m4/libtool.m4.rpath m4/libtool.m4
|
touch -c -r m4/libtool.m4.rpath m4/libtool.m4
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure --disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -43,8 +43,8 @@ make DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' install
|
|||||||
make %{?_smp_mflags} -C examples distclean
|
make %{?_smp_mflags} -C examples distclean
|
||||||
rm -f examples/Makefile*
|
rm -f examples/Makefile*
|
||||||
|
|
||||||
# Don't install any static .a and libtool .la files
|
# Don't install any libtool .la files
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
|
|
||||||
# Some file cleanups
|
# Some file cleanups
|
||||||
rm -f $RPM_BUILD_ROOT%{_datadir}/info/dir
|
rm -f $RPM_BUILD_ROOT%{_datadir}/info/dir
|
||||||
@ -86,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-doc/
|
%{_datadir}/gtk-doc/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 04 2011 Robert Scheck <robert@fedoraproject.org> 0.6-1
|
||||||
|
- Upgrade to 0.6
|
||||||
|
|
||||||
* Wed May 18 2011 Robert Scheck <robert@fedoraproject.org> 0.5-1
|
* Wed May 18 2011 Robert Scheck <robert@fedoraproject.org> 0.5-1
|
||||||
- Upgrade to 0.5
|
- Upgrade to 0.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user