]> git.pld-linux.org Git - packages/outguess.git/commitdiff
- steganographic tool, spec from template, stb
authorwrobell <wrobell@pld-linux.org>
Fri, 20 Jul 2001 00:50:47 +0000 (00:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    outguess.spec -> 1.1

outguess.spec [new file with mode: 0644]

diff --git a/outguess.spec b/outguess.spec
new file mode 100644 (file)
index 0000000..254d27e
--- /dev/null
@@ -0,0 +1,48 @@
+Summary:       Universal steganographic tool
+Name:          outguess
+Version:       0.2
+Release:       1
+License:       BSD
+Group:         Applications/File
+Group(de):     Applikationen/Datei
+Group(pl):     Aplikacje/Pliki
+Source0:       http://www.outguess.org/%{name}-%{version}.tar.gz
+URL:           http://www.outguess.org
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+OutGuess is a universal steganographic tool that allows the insertion
+of hidden information into the redundant bits of data sources. The
+nature of the data source is irrelevant to the core of OutGuess. The
+program relies on data specific handlers that will extract redundant
+bits and write them back after modification. In this version the PNM
+and JPEG image formats are supported. In the next paragraphs, images
+will be used as concrete example of data objects, though OutGuess can
+use any kind of data, as long as a handler is provided.
+
+#%description -l pl
+
+%prep
+%setup  -q -n %{name}
+
+%build
+%configure2_13
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+
+%{__make} install install_prefix=$RPM_BUILD_ROOT
+
+gzip -9nf README ChangeLog 
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
This page took 0.053088 seconds and 4 git commands to generate.