- eek, missed a couple of the suggestions

This commit is contained in:
Nalin Dahyabhai 2007-12-07 15:48:52 +00:00
parent 83794e3e5d
commit 2f23fcdbf3

View File

@ -10,7 +10,8 @@ Group: System Environment/Libraries
License: LGPLv2+ License: LGPLv2+
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gawk, gettext BuildRequires: gawk, gettext
Prereq: /sbin/ldconfig Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
%description %description
This is a library that defines common error values for all GnuPG This is a library that defines common error values for all GnuPG
@ -85,7 +86,7 @@ rm -fr $RPM_BUILD_ROOT
%files -f %{name}.lang %files -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING COPYING.LIB AUTHORS README INSTALL NEWS ChangeLog %doc COPYING COPYING.LIB AUTHORS README NEWS ChangeLog
%{_bindir}/gpg-error %{_bindir}/gpg-error
/%{_lib}/libgpg-error.so.* /%{_lib}/libgpg-error.so.*
@ -97,6 +98,9 @@ rm -fr $RPM_BUILD_ROOT
%{_datadir}/aclocal/gpg-error.m4 %{_datadir}/aclocal/gpg-error.m4
%changelog %changelog
* Fri Dec 7 2007 Nalin Dahyabhai <nalin@redhat.com>
- remove the generic install docs (#226021)
* Fri Dec 7 2007 Nalin Dahyabhai <nalin@redhat.com> - 1.6-1 * Fri Dec 7 2007 Nalin Dahyabhai <nalin@redhat.com> - 1.6-1
- update to 1.6 - update to 1.6
- add suggested summary, buildrequires, and modify install call as suggested - add suggested summary, buildrequires, and modify install call as suggested