]> git.pld-linux.org Git - packages/outguess.git/blob - outguess.spec
a82df51d116ee3f00a9362bbe8e060440be6f6b4
[packages/outguess.git] / outguess.spec
1 Summary:        Universal steganographic tool
2 Summary(pl):    Uniwersalne narzêdzie stenograficzne
3 Name:           outguess
4 Version:        0.2
5 Release:        2
6 License:        BSD
7 Group:          Applications/File
8 Source0:        http://www.outguess.org/%{name}-%{version}.tar.gz
9 URL:            http://www.outguess.org/
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 OutGuess is a universal steganographic tool that allows the insertion
16 of hidden information into the redundant bits of data sources. The
17 nature of the data source is irrelevant to the core of OutGuess. The
18 program relies on data specific handlers that will extract redundant
19 bits and write them back after modification. In this version the PNM
20 and JPEG image formats are supported. In the next paragraphs, images
21 will be used as concrete example of data objects, though OutGuess can
22 use any kind of data, as long as a handler is provided.
23
24 %description -l pl
25 OutGuess to uniwersalne narzêdzie stenograficzne pozwalaj±ce na
26 wstawianie ukrytych informacji do nadmiarowych bitów danych. Rodzaj
27 danych nie ma znaczenia dla serca OutGuess. Polega on na handlerach
28 obs³uguj±cych okre¶lone formaty danych, które odczytuj± nadmiarowe
29 bity i zapisuj± je z powrotem po modyfikacji. W tej wersji obs³ugiwane
30 s± formaty PNM i JPEG. Dokumentacja jest pisana na przyk³adzie
31 obrazków, ale OutGuess mo¿e dzia³aæ na dowolnych danych, do których ma
32 dostarczony handler.
33
34 %prep
35 %setup  -q -n %{name}
36
37 %build
38 %{__aclocal}
39 %{__autoconf}
40 %configure
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
46
47 %{__make} install install_prefix=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc README ChangeLog
55 %attr(755,root,root) %{_bindir}/*
56 %{_mandir}/man1/*
This page took 0.095233 seconds and 2 git commands to generate.