Author: qboosh Date: Tue Oct 23 21:30:24 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.25 release - removed obsolete make patch - package soname symlink as ghost
---- Files affected: SPECS: sg3_utils.spec (1.20 -> 1.21) ---- Diffs: ================================================================ Index: SPECS/sg3_utils.spec diff -u SPECS/sg3_utils.spec:1.20 SPECS/sg3_utils.spec:1.21 --- SPECS/sg3_utils.spec:1.20 Mon May 14 21:33:36 2007 +++ SPECS/sg3_utils.spec Tue Oct 23 23:30:19 2007 @@ -2,15 +2,13 @@ Summary: Utilities and test programs for the Linux sg version 3 device driver Summary(pl.UTF-8): Programy narzędziowe i testowe dla linuksowego sterownika sg w wersji 3 Name: sg3_utils -Version: 1.24 +Version: 1.25 Release: 1 License: GPL (utilities), BSD (library) Group: Applications/System Source0: http://sg.torque.net/sg/p/%{name}-%{version}.tgz -# Source0-md5: 8ca3f643057855bf98b9487f96ea486c -Patch0: %{name}-make.patch +# Source0-md5: 9fec4d8f3f6c8b3d2da79fc17cc2d387 URL: http://sg.torque.net/sg/ -BuildRequires: libtool BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -51,23 +49,16 @@ %prep %setup -q -%patch0 -p1 %build -%{__make} \ - CC="%{__cc}" \ - LD="%{__cc}" \ - CFLAGS="%{rpmcflags} -Wall -D_REENTRANT \$(LARGE_FILE_FLAGS)" \ - LDFLAGS="%{rpmldflags}" \ - LIBDIR=%{_libdir} +%configure +%{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ - DESTDIR=$RPM_BUILD_ROOT \ - PREFIX=%{_prefix} \ - LIBDIR=%{_libdir} + DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT @@ -77,20 +68,21 @@ %files %defattr(644,root,root,755) -%doc CHANGELOG COVERAGE CREDITS README* -%attr(755,root,root) %{_bindir}/* -%attr(755,root,root) %{_libdir}/lib*.so.*.*.* -%{_mandir}/man8/*.8* +%doc COPYING COVERAGE CREDITS ChangeLog README README.sg_start +%attr(755,root,root) %{_bindir}/sg* +%attr(755,root,root) %{_libdir}/libsgutils.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libsgutils.so.1 +%{_mandir}/man8/sg*.8* %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la +%attr(755,root,root) %{_libdir}/libsgutils.so +%{_libdir}/libsgutils.la %{_includedir}/scsi/sg_*.h %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libsgutils.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -98,6 +90,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.21 2007/10/23 21:30:19 qboosh +- updated to 1.25 release +- removed obsolete make patch +- package soname symlink as ghost + Revision 1.20 2007/05/14 19:33:36 qboosh - updated to 1.24 release ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/sg3_utils.spec?r1=1.20&r2=1.21&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
