]> git.pld-linux.org Git - packages/outguess.git/blame - outguess.spec
- some pld.org.pl->pld-linux.org cosmetics
[packages/outguess.git] / outguess.spec
CommitLineData
131bf432 1Summary: Universal steganographic tool
2Name: outguess
3Version: 0.2
4Release: 1
5License: BSD
6Group: Applications/File
7Group(de): Applikationen/Datei
8Group(pl): Aplikacje/Pliki
9Source0: http://www.outguess.org/%{name}-%{version}.tar.gz
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
25#%description -l pl
26
27%prep
28%setup -q -n %{name}
29
30%build
adc0d0c4 31aclocal
32autoconf
1e096cac 33%configure
131bf432 34%{__make}
35
36%install
37rm -rf $RPM_BUILD_ROOT
131bf432 38install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
39
40%{__make} install install_prefix=$RPM_BUILD_ROOT
41
42gzip -9nf README ChangeLog
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%files
48%defattr(644,root,root,755)
49%doc *.gz
50%attr(755,root,root) %{_bindir}/*
51%{_mandir}/man1/*
This page took 0.449077 seconds and 4 git commands to generate.