]> git.pld-linux.org Git - packages/bcwipe.git/commitdiff
- up to 1.9 master
authorzbyniu <zbyniu@pld-linux.org>
Sat, 11 Feb 2012 22:53:27 +0000 (22:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bcwipe.spec -> 1.10

bcwipe.spec

index e7d7bc704a6416d075c4ce498c7b955fbedf201a..54cf23f1e5dab55ee6a92ef9988528c5f3e032fb 100644 (file)
@@ -1,14 +1,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)
 
@@ -21,24 +22,25 @@ Bezpieczne usuwanie danych z pamięci magnetycznych.
 %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*
This page took 0.16813 seconds and 4 git commands to generate.