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
|
||||
Name: libidn2
|
||||
Version: 0.5
|
||||
Version: 0.6
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
Group: System Environment/Libraries
|
||||
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
|
||||
Requires(post): /sbin/install-info, /sbin/ldconfig
|
||||
Requires(preun): /sbin/install-info
|
||||
@ -32,7 +32,7 @@ developing applications that use libidn2.
|
||||
touch -c -r m4/libtool.m4.rpath m4/libtool.m4
|
||||
|
||||
%build
|
||||
%configure
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -43,8 +43,8 @@ make DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' install
|
||||
make %{?_smp_mflags} -C examples distclean
|
||||
rm -f examples/Makefile*
|
||||
|
||||
# Don't install any static .a and libtool .la files
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
|
||||
# Don't install any libtool .la files
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
|
||||
# Some file cleanups
|
||||
rm -f $RPM_BUILD_ROOT%{_datadir}/info/dir
|
||||
@ -86,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/gtk-doc/
|
||||
|
||||
%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
|
||||
- Upgrade to 0.5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user