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