Author: zbyniu Date: Sat Feb 11 22:53:33 2012 GMT Module: packages Tag: HEAD ---- Log message: - up to 1.9
---- Files affected: packages/bcwipe: bcwipe.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: packages/bcwipe/bcwipe.spec diff -u packages/bcwipe/bcwipe.spec:1.9 packages/bcwipe/bcwipe.spec:1.10 --- packages/bcwipe/bcwipe.spec:1.9 Sun May 25 21:14:45 2008 +++ packages/bcwipe/bcwipe.spec Sat Feb 11 23:53:27 2012 @@ -2,14 +2,15 @@ Summary: Securely erase data from magnetic and solid-state memory Summary(pl.UTF-8): Bezpieczne usuwanie danych z pamięci magnetycznych Name: bcwipe -Version: 1.7 +Version: 1.9 Release: 1 -License: commercial with 30-day trial period (see LICENSE) +License: commercial with 30-day trial period (see COPYING) Group: Applications/System Source0: http://www.jetico.com/linux/BCWipe-%{version}-3.tar.gz -# Source0-md5: 97dc5dfb485d56c6861b1f98b357c258 +# Source0-md5: 500dc22f5a2a2e3b52ec597bc7d17452 URL: http://www.jetico.com/ -BuildRequires: sed >= 4.0 +BuildRequires: autoconf +BuildRequires: automake Obsoletes: BCWipe BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -22,25 +23,26 @@ %prep %setup -q -n %{name}-%{version}-3 -sed -i -e 's/-O /%{rpmcflags} /' Makefile - %build -%{__make} \ - CC="%{__cc}" +%{__aclocal} +%{__autoconf} +%{__automake} +%configure +%{__make} %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} %{__make} install \ - root=$RPM_BUILD_ROOT + DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc LICENSE +%doc COPYING %attr(755,root,root) %{_bindir}/bcwipe %{_mandir}/man1/bcwipe.1* @@ -50,6 +52,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2012/02/11 22:53:27 zbyniu +- up to 1.9 + Revision 1.9 2008/05/25 19:14:45 zbyniu - up to 1.7 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/bcwipe/bcwipe.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
