]> git.pld-linux.org Git - packages/etherape.git/commitdiff
- cleanups, fixed doc
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 4 Jul 2003 12:04:52 +0000 (12:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    etherape.spec -> 1.55

etherape.spec

index f6cb150df954a57e9000f1c65ef76129c9b60357..d1aac077a9d215c18c12e7899911d62957a06eed 100644 (file)
@@ -13,9 +13,6 @@ BuildRequires:        gettext-devel
 BuildRequires: gtk+2-devel
 BuildRequires: libgnomeui-devel
 BuildRequires: libpcap-devel
-BuildRequires: libtool
-Requires:      gtk+2
-Requires:      libgnomeui
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -44,13 +41,8 @@ ethernet, ppp e slip.
 %setup -q
 
 %build
-rm -f missing
-#%%{__libtoolize}
-#%%{__gettextize}
-#%%{__aclocal} -I m4
-#%%{__autoconf}
-#%%{__automake}
 %configure
+
 %{__make}
 
 %install
@@ -59,7 +51,6 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
        Developmentdir=%{_desktopdir}
-#      pixmapsdir="%{_pixmapsdir}"
 
 echo "Categories=Application;Network;" >> \
        $RPM_BUILD_ROOT%{_desktopdir}/etherape.desktop
@@ -71,9 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc A* Ch* F* N* R* R* T*
+%doc AUTHORS ChangeLog FAQ NEWS README* TODO
 %attr(755,root,root) %{_bindir}/etherape
 %{_datadir}/etherape
-%{_mandir}/man1/etherape.1.gz
+%{_mandir}/man1/etherape.1*
 %{_desktopdir}/etherape.desktop
 %{_pixmapsdir}/etherape.png
This page took 0.076596 seconds and 4 git commands to generate.