]> git.pld-linux.org Git - packages/wireshark.git/commitdiff
- new %%doc
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 21 May 2002 22:38:45 +0000 (22:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wireshark.spec -> 1.51

wireshark.spec

index 887986218d7c7e1f457a7d2ab944e2660b4b0427..9ff39016861c5ce66db90ff0c4b126d2e1b21cfe 100644 (file)
@@ -11,13 +11,13 @@ Source2:    %{name}.su-start-script
 URL:           http://www.ethereal.com/
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: libtool
 BuildRequires: flex
 BuildRequires: gtk+-devel >= 1.2
 BuildRequires: libpcap-devel >= 0.4
+BuildRequires: libtool
+BuildRequires: perl-devel
 BuildRequires: ucd-snmp-devel >= 4.2.5
 BuildRequires: zlib-devel
-BuildRequires: perl-devel
 Requires:      libpcap >= 0.4
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -81,14 +81,12 @@ install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Network/Misc
 install image/ethereal48x48-trans.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/ethereal.png
 install %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}/ethereal_su
 
-gzip -9nf AUTHORS NEWS README* doc/randpkt.txt doc/README.developer
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz doc/*.gz
+%doc AUTHORS NEWS README* doc/randpkt.txt doc/README.developer
 %attr(755,root,root) %{_bindir}/*
 %{_applnkdir}/Network/Misc/ethereal.desktop
 %{_sysconfdir}/manuf
This page took 0.039293 seconds and 4 git commands to generate.