1Name: steghide
2Summary: a steganography program
3Version: @VERSION@
4Release: 1
5Copyright: GPL
6Group: Applications/File
7Source: http://prdownloads.sourceforge.net/steghide/steghide-%{version}.tar.gz
8%description
9Steghide is a steganography program that is able to hide data in various kinds
10of image- and audio-files. The color- respectivly sample-frequencies are not
11changed thus making the embedding resistant against first-order statistical
12tests. Features of steghide include compression and encryption of embedded data,
13embedding of a checksum to verify the integrity of the extracted data and
14support for jpeg, bmp, wav and au files.
15
16%prep
17
18%setup
19./configure --prefix=/usr
20
21%build
22make
23
24%install
25make install
26
27%files
28%doc ABOUT-NLS BUGS COPYING CREDITS HISTORY INSTALL README TODO
29
30/usr/bin/steghide
31/usr/man/man1/steghide.1
32