]> git.pld-linux.org Git - packages/LinNeighborhood.git/blobdiff - LinNeighborhood.spec
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
[packages/LinNeighborhood.git] / LinNeighborhood.spec
index 1ba1cfb3847c4442216d7e8fa07915be814a6ad3..1d1a0a1f768810856eb2bf79790f6ff6147afe1a 100644 (file)
@@ -1,20 +1,20 @@
 Summary:       GUI for a Network Neighborhood in LINUX
-Summary(pl):   GUI dla S±siedztwa Sieciowego (SMB) w Linuksie
+Summary(pl):   GUI dla Otoczenia Sieciowego (SMB) w Linuksie
 Name:          LinNeighborhood
-Version:       0.6.2
-Release:       2
+Version:       0.6.4
+Release:       1
 License:       GPL
 Group:         X11/Applications/Networking
-Group(de):     X11/Applikationen/Netzwerkwesen
-Group(pl):     X11/Aplikacje/Sieciowe
 Source0:       http://www.bnro.de/~schmidjo/download/%{name}-%{version}.tar.gz
 Source1:       %{name}.desktop
+Source2:       %{name}.png
 URL:           http://www.bnro.de/~schmidjo/
 BuildRequires: gtk+-devel >= 1.2.0
 BuildRequires: gettext-devel
 BuildRequires: automake
 BuildRequires: autoconf
-Requires:      samba-client >= 2.2.0
+BuildRequires: libtool
+Requires:      samba-client 
 Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -33,11 +33,12 @@ montowanie udost
 %setup -q
 
 %build
-rm missing
+rm -f missing
+libtoolize --copy --force
 gettextize --copy --force
 aclocal
-autoconf
-automake -a -c
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
@@ -48,10 +49,10 @@ install -d $RPM_BUILD_ROOT{%{_applnkdir}/Network/Misc,%{_pixmapsdir}}
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-install LinNeighborhood.xpm $RPM_BUILD_ROOT%{_pixmapsdir}
 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Network/Misc
+install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
-gzip -9nf AUTHORS BUGS CONFIGURATION NEWS README THANKS TODO
+gzip -9nf AUTHORS BUGS CONFIGURATION README THANKS TODO ChangeLog
 
 %find_lang %{name}
 
This page took 0.030671 seconds and 4 git commands to generate.