Browse Source

fix spec file

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10027 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 8 years ago
parent
commit
de76f0ae34
1 changed files with 7 additions and 3 deletions
  1. 7 3
      M/ModemManager/ModemManager-vl.spec

+ 7 - 3
M/ModemManager/ModemManager-vl.spec

@@ -7,7 +7,7 @@ Name: ModemManager
 Summary: Mobile broadband modem management service
 Summary(ja): Mobile broadband modem management service
 Version: 1.4.12
-Release: 2%{git_snapshot}%{?_dist_release}
+Release: 3%{git_snapshot}%{?_dist_release}
 License: GPLv2+
 Group: System Environment/Base
 URL: http://www.gnome.org/projects/NetworkManager/
@@ -79,8 +79,9 @@ Header files and libraries for building a extension library for the %{name}-glib
 %patch0 -p1 -b .pty
 
 %build
-autoreconf -if
-intltoolize --force
+aclocal
+autoconf
+automake
 #pppddir=`ls -1d %{_libdir}/pppd/2*`
 %configure \
 	--disable-static \
@@ -162,6 +163,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 
 
 %changelog
+* Sun Feb 14 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.12-3
+- fix spec file
+
 * Thu Nov 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.12-2
 - fix spec file