|
@@ -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
|
|
|
|