]> git.pld-linux.org Git - packages/apng2gif.git/blob - apng2gif.spec
- updated to 1.8
[packages/apng2gif.git] / apng2gif.spec
1 Summary:        Convert APNG animations into animated GIF format
2 Summary(pl.UTF-8):      Konwerter animacji APNG do animowanego formatu GIF
3 Name:           apng2gif
4 Version:        1.8
5 Release:        1
6 License:        Zlib (BSD-like)
7 Group:          Applications/Graphics
8 Source0:        http://downloads.sourceforge.net/apng2gif/%{name}-%{version}-src-only.zip
9 # Source0-md5:  a4ef6f05c0e09d25fab6b4e5ca6df9d6
10 URL:            http://apng2gif.sourceforge.net/
11 BuildRequires:  libpng-devel >= 2:1.6.17
12 BuildRequires:  libstdc++-devel
13 BuildRequires:  zlib-devel >= 1.2.8
14 Requires:       libpng >= 2:1.6.17
15 Requires:       zlib >= 1.2.8
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 This program converts APNG animations into animated GIF format. Wu
20 quantizer is used for true-color files.
21
22 %description -l pl.UTF-8
23 Ten program przekształca animacje APNG do animowanego formatu GIF. W
24 przypadku plików true-color używany jest kwantyzator Wu.
25
26 %prep
27 %setup -q -c
28
29 %build
30 %{__cxx} %{rpmldflags} %{rpmcxxflags} %{rpmcppflags} -Wall -o apng2gif apng2gif.cpp -lpng -lz -lm
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 install -D apng2gif $RPM_BUILD_ROOT%{_bindir}/apng2gif
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc readme.txt
43 %attr(755,root,root) %{_bindir}/apng2gif
This page took 0.103672 seconds and 4 git commands to generate.