]> git.pld-linux.org Git - packages/NetworkManager.git/commitdiff
- ver. 0.3.4
authorwrobell <wrobell@pld-linux.org>
Tue, 5 Apr 2005 17:16:38 +0000 (17:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated file section, still nfy, still not tested

Changed files:
    NetworkManager.spec -> 1.3

NetworkManager.spec

index 93a7775c7fc720b1398022a52f84730824215485..8c5cd658b93f0405480fa76f7bc04a0d4c9412fd 100644 (file)
@@ -3,12 +3,15 @@
 Summary:       Network Manager for GNOME
 Summary(pl):   Zarz±dca sieci dla GNOME
 Name:          NetworkManager
-Version:       0.3.1
+Version:       0.3.4
 Release:       0.1
 License:       GPL v2
 Group:         X11/Applications
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/NetworkManager/0.3/%{name}-%{version}.tar.bz2
-# Source0-md5: 93a3e25b871a1977836b3f778e43b5fe
+#Source0:      http://ftp.gnome.org/pub/GNOME/sources/NetworkManager/0.3/%{name}-%{version}.tar.bz2
+Source0:       %{name}-%{version}.tar.gz
+# Source0-md5: a3f6d5ab8131c03d13403f60947b7dd6
+BuildRequires: dbus-glib-devel
+BuildRequires: hal-devel
 BuildRequires: libiw-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -32,10 +35,17 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%find_lang %{name} --with-gnome --all-name
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
-#%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/N*
+%attr(755,root,root) %{_libdir}/lib*so.*
+%{_datadir}/NetworkManager*
+%{_sysconfdir}/dbus-1/system.d/*
+%{_iconsdir}/*/*/apps/*.png
This page took 0.269511 seconds and 4 git commands to generate.