Author: qboosh Date: Thu Jan 31 21:25:50 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - more verbose files, ghost soname symlink - GPL v2+
---- Files affected: SPECS: ntfs-3g.spec (1.46 -> 1.47) ---- Diffs: ================================================================ Index: SPECS/ntfs-3g.spec diff -u SPECS/ntfs-3g.spec:1.46 SPECS/ntfs-3g.spec:1.47 --- SPECS/ntfs-3g.spec:1.46 Wed Jan 30 22:48:58 2008 +++ SPECS/ntfs-3g.spec Thu Jan 31 22:25:45 2008 @@ -5,12 +5,12 @@ Version: 1.2129 Release: 1 Epoch: 1 -License: GPL +License: GPL v2+ Group: Applications/System Source0: http://www.ntfs-3g.org/%{name}-%{version}.tgz # Source0-md5: 8dc058841779feb2ec2588c30fb28ad2 URL: http://www.ntfs-3g.org/ -BuildRequires: autoconf +BuildRequires: autoconf >= 2.59 BuildRequires: automake BuildRequires: libfuse-devel >= 2.7.0 BuildRequires: libtool @@ -82,8 +82,8 @@ %clean rm -rf $RPM_BUILD_ROOT -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig %files %defattr(644,root,root,755) @@ -91,19 +91,22 @@ %attr(755,root,root) %{_bindir}/ntfs-3g %attr(755,root,root) %{_bindir}/ntfs-3g.probe %attr(755,root,root) %{_sbindir}/mount.ntfs-3g -%attr(755,root,root) %{_libdir}/lib*.so.*.*.* -%{_mandir}/man8/* +%attr(755,root,root) %{_libdir}/libntfs-3g.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libntfs-3g.so.21 +%{_mandir}/man8/mount.ntfs-3g.8* +%{_mandir}/man8/ntfs-3g.8* +%{_mandir}/man8/ntfs-3g.probe.8* %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la +%attr(755,root,root) %{_libdir}/libntfs-3g.so +%{_libdir}/libntfs-3g.la %{_includedir}/ntfs-3g %{_pkgconfigdir}/libntfs-3g.pc %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libntfs-3g.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -111,6 +114,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.47 2008-01-31 21:25:45 qboosh +- more verbose files, ghost soname symlink +- GPL v2+ + Revision 1.46 2008-01-30 21:48:58 wolf - 1.2129 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ntfs-3g.spec?r1=1.46&r2=1.47&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
