This commit is contained in:
78
libassuan.spec
Normal file
78
libassuan.spec
Normal file
@@ -0,0 +1,78 @@
|
||||
#
|
||||
# spec file for package libassuan (Version 0.6.10)
|
||||
#
|
||||
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
Name: libassuan
|
||||
URL: http://www.gnupg.org/aegypten2/index.html
|
||||
Version: 0.6.10
|
||||
Release: 3
|
||||
Summary: IPC Library Used by GnuPG 1.9 and GPGME
|
||||
License: GPL, LGPL
|
||||
Group: Development/Libraries/C and C++
|
||||
Autoreqprov: on
|
||||
Source: libassuan-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
PreReq: %install_info_prereq
|
||||
|
||||
%description
|
||||
This is the IPC library used by GnuPG 1.9 and GPGME.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Werner Koch <wk@gnupg.org>
|
||||
Neal H. Walfield <neal@g10code.de>
|
||||
Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS" ./configure \
|
||||
--prefix=%{_prefix} \
|
||||
--sysconfdir=/etc \
|
||||
--infodir=%{_infodir} \
|
||||
--libdir=%{_libdir}
|
||||
make
|
||||
|
||||
%install
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
|
||||
%post
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/assuan.info.gz
|
||||
|
||||
%postun
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/assuan.info.gz
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README THANKS
|
||||
%doc %_infodir/assuan*
|
||||
%{_libdir}/*
|
||||
/usr/include/*
|
||||
/usr/bin/*
|
||||
/usr/share/aclocal/*
|
||||
|
||||
%changelog -n libassuan
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Tue Nov 08 2005 - dmueller@suse.de
|
||||
- don't build as root
|
||||
* Tue Jul 12 2005 - postadal@suse.cz
|
||||
- updated to version 0.6.10
|
||||
* Wed Jan 12 2005 - adrian@suse.de
|
||||
- update to version 0.6.9
|
||||
* Mon Jul 12 2004 - adrian@suse.de
|
||||
- initial package of version 0.6.6
|
Reference in New Issue
Block a user