|
@@ -1,7 +1,7 @@
|
|
|
Name: libassuan
|
|
|
Summary: GnuPG IPC library
|
|
|
-Version: 1.0.5
|
|
|
-Release: 4%{?_dist_release}
|
|
|
+Version: 2.0.0
|
|
|
+Release: 1%{?_dist_release}
|
|
|
|
|
|
License: LGPLv2+ and GPLv3+
|
|
|
URL: http://www.gnupg.org/
|
|
@@ -13,6 +13,7 @@ Patch1: libassuan-1.0.5-multilib.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: gawk
|
|
|
+BuildRequires: libgpg-error-devel >= 1.4
|
|
|
#BuildRequires: pth-devel
|
|
|
|
|
|
%description
|
|
@@ -76,16 +77,27 @@ fi
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
+%files
|
|
|
+%defattr(-,root,root,-)
|
|
|
+%doc AUTHORS ChangeLog COPYING.LIB NEWS README THANKS TODO
|
|
|
+%{_libdir}/libassuan.so.*
|
|
|
+
|
|
|
%files devel
|
|
|
%defattr(-,root,root,-)
|
|
|
%doc AUTHORS ChangeLog COPYING.LIB NEWS README THANKS TODO
|
|
|
%{_bindir}/libassuan-config
|
|
|
%{_includedir}/*
|
|
|
-%{_libdir}/lib*.a
|
|
|
+%{_libdir}/libassuan.so
|
|
|
%{_datadir}/aclocal/*
|
|
|
%{_infodir}/assuan.info*
|
|
|
|
|
|
%changelog
|
|
|
+* Tue Apr 5 2011 IWAI, Masaharu <iwai@alib.jp> 2.0.0-1
|
|
|
+- major version up to 2.0
|
|
|
+- create libassuan package
|
|
|
+- add BuildRequires: libgpg-error-devel >= 1.4
|
|
|
+- drop %%{_libdir}/lib*.a in %%files
|
|
|
+
|
|
|
* Mon Apr 4 2011 IWAI, Masaharu <iwai@alib.jp> 1.0.5-4
|
|
|
- update multilib patch (Patch1) from Fedora libassuan1-1.0.5-6
|
|
|
- better (upstreamable) multilib patch
|