- libassuan-1.0.4
- License: LGPLv2+ - disable useless -debuginfo (static libs only)
This commit is contained in:
parent
97c022bf0d
commit
afb9d50dea
@ -1,8 +1,4 @@
|
||||
libassuan-0.6.10.tar.gz
|
||||
libassuan-0.6.10.tar.gz.sig
|
||||
libassuan-1.0.1.tar.bz2.sig
|
||||
libassuan-1.0.1.tar.bz2
|
||||
libassuan-1.0.2.tar.bz2
|
||||
libassuan-1.0.2.tar.bz2.sig
|
||||
libassuan-1.0.3.tar.bz2
|
||||
libassuan-1.0.3.tar.bz2.sig
|
||||
libassuan-1.0.4.tar.bz2
|
||||
libassuan-1.0.4.tar.bz2.sig
|
||||
|
@ -1,16 +1,19 @@
|
||||
|
||||
Name: libassuan
|
||||
Summary: GnuPG IPC library
|
||||
Version: 1.0.3
|
||||
Release: 2%{?dist}
|
||||
Version: 1.0.4
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: LGPLv2
|
||||
License: LGPLv2+
|
||||
Source0: ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-%{version}.tar.bz2
|
||||
Source1: ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-%{version}.tar.bz2.sig
|
||||
URL: http://www.gnupg.org/
|
||||
Group: System Environment/Libraries
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
# -debuginfo useless for (only) static libs
|
||||
%define debug_package %{nil}
|
||||
|
||||
BuildRequires: gawk
|
||||
BuildRequires: pth-devel
|
||||
|
||||
@ -39,7 +42,7 @@ This package contains files needed to develop applications using %{name}.
|
||||
|
||||
%build
|
||||
#ifarch x86_64
|
||||
export CFLAGS="$RPM_OPT_FLAGS -fPIC"
|
||||
export CFLAGS="%{optflags} -fPIC"
|
||||
#endif
|
||||
%configure
|
||||
|
||||
@ -47,12 +50,12 @@ make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
rm -rf %{buildroot}
|
||||
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
make install DESTDIR=%{buildroot}
|
||||
|
||||
## Unpackaged files
|
||||
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
||||
rm -f %{buildroot}%{_infodir}/dir
|
||||
|
||||
|
||||
%check
|
||||
@ -69,7 +72,7 @@ fi
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
rm -rf %{buildroot}
|
||||
|
||||
|
||||
%files devel
|
||||
@ -83,6 +86,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Dec 12 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 1.0.4-1
|
||||
- libassuan-1.0.4
|
||||
- License: LGPLv2+
|
||||
- disable useless -debuginfo (static libs only)
|
||||
|
||||
* Sun Aug 26 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 1.0.3-2
|
||||
- BR: gawk (to reenable pth support)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user