]> git.pld-linux.org Git - packages/EasyBMP.git/blob - EasyBMP.spec
- up to 1.06
[packages/EasyBMP.git] / EasyBMP.spec
1 Summary:        EasyBMP library
2 Summary(pl):    Biblioteka EasyBMP
3 Name:           EasyBMP
4 Version:        1.06
5 Release:        1
6 License:        BSD
7 Group:          Libraries
8 %define         dver 1.00.00
9 Source0:        http://dl.sourceforge.net/easybmp/%{name}_%{version}.zip
10 # Source0-md5:  c2d547a6574fd31a62df5e82783d342d
11 Source1:        http://dl.sourceforge.net/easybmp/%{name}_Documentation_%{dver}.zip
12 # Source1-md5:  9b9f50c20b07bdeb5f38fd23326cf31c
13 URL:            http://easybmp.sourceforge.net/
14 BuildRequires:  unzip
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Easy to use library for BMP file format handling.
20
21 %description -l pl
22 £atwa w u¿yciu biblioteka do obs³ugi formatu BMP.
23
24 %prep
25 %setup -q -c -a 1
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 install -d $RPM_BUILD_ROOT%{_includedir}/EasyBMP
30
31 install *.h $RPM_BUILD_ROOT%{_includedir}/EasyBMP
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %doc EasyBMP_ChangeLog.txt EasyBMP_UserManual.pdf
39 %{_includedir}/%{name}
This page took 0.056603 seconds and 3 git commands to generate.