]> git.pld-linux.org Git - packages/autoscan-network.git/commitdiff
- BR: ac,am,gt; R: kdelibs (for /usr/share/apps dir)
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 16 Sep 2004 17:27:51 +0000 (17:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autoscan-network.spec -> 1.3

autoscan-network.spec

index af7251b318da015753f3c16fcaa422bdd0a73082..dd37972849f14c785690c5116a9056c1501484a5 100644 (file)
@@ -1,6 +1,6 @@
 %define                _subver R4
-Summary:       AutoScan is a utility for network exploration
-Summary(pl):   AutoScan jest narzêdziem do odkrywania sieci
+Summary:       AutoScan - a utility for network exploration
+Summary(pl):   AutoScan - narzêdzie do odkrywania sieci
 Name:          AutoScan
 Version:       beta_0.92
 Release:       0.%{_subver}.1
@@ -9,8 +9,12 @@ Group:         Networking
 Source0:       http://autoscan.free.fr/%{name}-%{version}-%{_subver}.tar.gz
 # Source0-md5: 57697c92f7624117c2cdb75bda9d1705
 URL:           http://autoscan.free.fr/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gettext-devel
 BuildRequires: libgtkhtml-devel
 BuildRequires: libsmbclient-devel
+Requires:      kdelibs
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -27,7 +31,6 @@ port
 %setup -q
 
 %build
-
 cd Sources/Autoscan
 rm -rf autom4te.cache
 %{__gettextize}
@@ -54,7 +57,6 @@ cd ../../../
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/{apps,pixmaps}}
 
 install Sources/Autoscan/src/autoscan $RPM_BUILD_ROOT%{_bindir}/AutoScan
This page took 0.073721 seconds and 4 git commands to generate.