Author: qboosh Date: Sun Jan 6 23:06:46 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - ghost soname symlinks - fixed ja manual installation - GPL v2
---- Files affected: SPECS: cdparanoia-III.spec (1.22 -> 1.23) ---- Diffs: ================================================================ Index: SPECS/cdparanoia-III.spec diff -u SPECS/cdparanoia-III.spec:1.22 SPECS/cdparanoia-III.spec:1.23 --- SPECS/cdparanoia-III.spec:1.22 Tue Oct 23 19:45:54 2007 +++ SPECS/cdparanoia-III.spec Mon Jan 7 00:06:41 2008 @@ -9,7 +9,7 @@ Version: 10pre0 Release: 1 Epoch: 1 -License: GPL +License: GPL v2 Group: Applications/Sound Source0: http://downloads.xiph.org/releases/cdparanoia/%{name}-%{version}.src.tgz # Source0-md5: 104b99604ea1422ef87b32d15903171f @@ -141,8 +141,7 @@ MANDIR=$RPM_BUILD_ROOT%{_mandir} \ INCLUDEDIR=$RPM_BUILD_ROOT%{_includedir} -install -d $RPM_BUILD_ROOT%{_mandir}/ja/man1 -install cdparanoia.1.jp $RPM_BUILD_ROOT%{_mandir}/ja/man1 +install -D cdparanoia.1.jp $RPM_BUILD_ROOT%{_mandir}/ja/man1/cdparanoia.1 # for rpm autodeps chmod +x $RPM_BUILD_ROOT%{_libdir}/lib*so.* @@ -157,21 +156,28 @@ %defattr(644,root,root,755) %doc README FAQ.txt %attr(755,root,root) %{_bindir}/cdparanoia -%{_mandir}/man?/* -%lang(ja) %{_mandir}/ja/man1/* +%{_mandir}/man1/cdparanoia.1* +%lang(ja) %{_mandir}/ja/man1/cdparanoia.1* %files libs %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/lib*.so.*.* +%attr(755,root,root) %{_libdir}/libcdda_interface.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libcdda_interface.so.0 +%attr(755,root,root) %{_libdir}/libcdda_paranoia.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libcdda_paranoia.so.0 %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/lib*.so -%{_includedir}/* +%attr(755,root,root) %{_libdir}/libcdda_interface.so +%attr(755,root,root) %{_libdir}/libcdda_paranoia.so +%{_includedir}/cdda_interface.h +%{_includedir}/cdda_paranoia.h +%{_includedir}/utils.h %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libcdda_interface.a +%{_libdir}/libcdda_paranoia.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -179,6 +185,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.23 2008-01-06 23:06:41 qboosh +- ghost soname symlinks +- fixed ja manual installation +- GPL v2 + Revision 1.22 2007-10-23 17:45:54 wolf - 10pre0 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/cdparanoia-III.spec?r1=1.22&r2=1.23&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
