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