Browse Source

unionfs-utils: rebuild for Vine6, remove static libs

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3314 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 14 years ago
parent
commit
4b575d2dad
1 changed files with 9 additions and 4 deletions
  1. 9 4
      u/unionfs-utils/unionfs-utils-vl.spec

+ 9 - 4
u/unionfs-utils/unionfs-utils-vl.spec

@@ -6,7 +6,7 @@ Summary(ja): Unionfs (スタック可能な単一化ファイルシステム) 
 Name:        %{name}
 
 Version:     0.2.1
-Release:     1%{?_dist_release}
+Release:     2%{?_dist_release}
 Epoch:       1
 
 License:     GPL
@@ -46,12 +46,14 @@ developing programs using the Unionfs utilities library.
 %build
 ./bootstrap
 %configure
-make
+%__make LIBTOOL=%{_bindir}/libtool
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%makeinstall
+%__make install DESTDIR=$RPM_BUILD_ROOT LIBTOOL=%{_bindir}/libtool 
+
+rm $RPM_BUILD_ROOT%{_libdir}/lib*.{la,a}
 
 
 %clean
@@ -70,12 +72,15 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(-,root,root)
 %{_includedir}/*
-%{_libdir}/*.a
 %{_libdir}/*.so
 %{_mandir}/man3/*
 
 
 %changelog
+* Tue Apr 05 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1:0.2.1-2
+- rebuild for Vine 6
+- remove static libs
+
 * Sat Aug 16 2008 Shu KONNO <owa@bg.wakwak.com> 1:0.2.1-1vl5
 - applied new versioning policy, spec in utf-8