]> git.pld-linux.org Git - SPECS.git/blob - macchanger.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / macchanger.spec
1 Summary:        Utility for viewing/manipulating the MAC address of network interfaces
2 Summary(pl.UTF-8):      Narzędzie do oglądania/modyfikowania adresów MAC interfejsów sieciowych
3 Name:           macchanger
4 Version:        1.5.0
5 Release:        1
6 License:        GPL
7 Vendor:         Alvaro Lopez Ortega <alvaro@alobbs.com>
8 Group:          Applications/Networking
9 Source0:        http://ftp.gnu.org/gnu/macchanger/%{name}-%{version}.tar.gz
10 # Source0-md5:  79b7cdaeca3d8ebafa764c4b0dd03ab7
11 URL:            http://www.alobbs.com/modules.php?op=modload&name=macc&file=index
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  libtool
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 - Set specific MAC address of a network interface
19 - Set the MAC randomly
20 - Set a MAC of another vendor
21 - Set another MAC of the same vendor
22 - Set a MAC of the same kind (eg: wireless card)
23 - Display a vendor MAC list (today, 900 items) to choose from
24
25 %description -l pl.UTF-8
26 Możliwości programu:
27 - ustawianie adresu MAC interfejsu sieciowego,
28 - ustawianie adresu MAC losowo,
29 - ustawianie adresu MAC innego producenta,
30 - ustawianie innego adresu MAC tego samego producenta,
31 - ustawianie MAC-a tego samego typu (np. karta bezprzewodowa),
32 - wyświetlanie listy MAC-ów danego producenta, do wyboru.
33
34 %prep
35 %setup -q
36
37 %build
38 %{__libtoolize}
39 %{__aclocal}
40 %{__autoheader}
41 %{__autoconf}
42 %{__automake}
43 %configure
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc AUTHORS ChangeLog NEWS README
58 %attr(755,root,root) %{_bindir}/macchanger
59 %{_datadir}/%{name}
60 %{_mandir}/man1/*
61 %{_infodir}/%{name}.info*
This page took 0.092143 seconds and 3 git commands to generate.