From: darekr Date: Wed, 17 Aug 2005 19:36:56 +0000 (+0000) Subject: - updated to 0.65 X-Git-Tag: AC-STABLE~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2FEasyBMP.git;a=commitdiff_plain;h=20a3c2995ba77ba4dfb4836f2a82fb0fb6103721 - updated to 0.65 Changed files: EasyBMP.spec -> 1.8 --- diff --git a/EasyBMP.spec b/EasyBMP.spec index 41f51e7..f02f7e5 100644 --- a/EasyBMP.spec +++ b/EasyBMP.spec @@ -1,15 +1,15 @@ Summary: EasyBMP library Summary(pl): Biblioteka EasyBMP Name: EasyBMP -Version: 0.63 +Version: 0.65 Release: 1 License: LGPL Group: Libraries -%define dver 0.63 +%define dver 0.64 Source0: http://dl.sourceforge.net/easybmp/%{name}_%{version}.zip -# Source0-md5: ea7a6d65132122696cebeedc3ae3cc84 +# Source0-md5: 0d57f6c35969354168f81fedbb4516f0 Source1: http://dl.sourceforge.net/easybmp/%{name}_Documentation_%{dver}.zip -# Source1-md5: df59dfd7aa0e115e1431de470735e59c +# Source1-md5: d785153fc9663b964455fcb7fa126b3a URL: http://easybmp.sourceforge.net/ BuildRequires: unzip BuildArch: noarch @@ -26,8 +26,8 @@ Easy to use library for BMP file format handling. %install rm -rf $RPM_BUILD_ROOT - install -d $RPM_BUILD_ROOT%{_includedir}/EasyBMP + install *.h $RPM_BUILD_ROOT%{_includedir}/EasyBMP %clean @@ -36,5 +36,4 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc EasyBMP_ChangeLog.txt EasyBMP_UserManual.pdf -%dir %{_includedir}/%{name} -%{_includedir}/%{name}/* +%{_includedir}/%{name}