summaryrefslogtreecommitdiffstats
path: root/jp2a.spec
blob: 4448de07ef68cd18ed3642ddd4cc174b7470efd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Name:           jp2a
Version:        1.0.6
Release:        3%{?dist}
Group: System Environment/Shells
Summary:     An utility for converting JPEG images to ASCII   

License:        GPLv2 
URL:            http://jp2a.sourceforge.net/
Source0:        http://sourceforge.net/projects/jp2a/files/jp2a/1.0.6/%name-%version.tar.bz2
Buildrequires: libjpeg-devel libcurl-devel

%description
jp2a is a small command-line utility for converting JPEG images
to ASCII art.

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%files
%doc AUTHORS ChangeLog README LICENSES
%{_bindir}/%{name}
%{_mandir}/man1/*


%changelog
* Sat Jun 5 2011 Andres Pascasio <morpheusv@gmail.com> - 1.0-3
- First Fedora spec compliant version, add libcurl-devel in Buildrequires

* Wed Jun 1 2011 Andres Pascasio <morpheusv@gmail.com> - 1.0-2
- First Fedora spec compliant version, several modification

* Sat May 28 2011 Andres Pascasio <morpheusv@gmail.com> - 1.0-1
- First Fedora spec compliant version