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