]> git.pld-linux.org Git - SPECS.git/blob - targa.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / targa.spec
1 Summary:        MS Windows95/98/NT testing kit
2 Summary(pl.UTF-8):      Narzędzie testujące MS Windows-95/98/NT
3 Name:           targa
4 Version:        2.1
5 Release:        4
6 License:        GPL
7 Group:          Applications/System
8 Source0:        %{name}.c
9 #Source0:       ftp://ftp.ntua.gr/pub/security/technotronic/denial/targa2.c
10 URL:            http://www.rootshell.com/
11 Obsoletes:      nuks
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Package includes Targa -- application that cointains bonk, jolt,
16 teardrop, newtear, nestea, land, syndrop, winnuke, 1234, saihyousen
17 and oshare. For educational purposes only, and for MS presentation...
18
19 %description -l pl.UTF-8
20 Pakiet zawiera Targę -- aplikację zawierającą podprogramy: bonk, jolt,
21 teardrop, newtear, nestea, land, syndrop, winnuke, 1234, saiyhousen
22 oshare.. Pakiet ten jest przeznaczony wyłącznie do celów edukacyjnych
23 i do wykorzystania podczas prezentacji przedstawicieli MS...
24
25 %prep
26 %setup -c -T -q
27 install %{SOURCE0} .
28
29 %build
30 %{__cc} %{rpmcflags} %{rpmldflags} -o targa targa.c
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT%{_sbindir}
35
36 install targa $RPM_BUILD_ROOT%{_sbindir}
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %attr(755,root,root) %{_sbindir}/*
This page took 0.048894 seconds and 3 git commands to generate.