]> git.pld-linux.org Git - packages/bcwipe.git/commitdiff
- proper files list, optflags, informative License field
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 21 Apr 2005 17:11:14 +0000 (17:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bcwipe.spec -> 1.5

bcwipe.spec

index ac9f06392fd830c5011b4a0835c89a6e89cb5716..56806990450b7ca46f1fe0b687060875673c8741 100644 (file)
@@ -3,11 +3,12 @@ Summary(pl):  Bezpieczne usuwanie danych z pami
 Name:          bcwipe
 Version:       1.5
 Release:       0.1
-License:       See LICENSE
+License:       commercial with 30-day trial period (see LICENSE)
 Group:         Applications/System
 Source0:       http://www.jetico.com/linux/BCWipe-%{version}-3.tar.gz
 # Source0-md5: 1b99a6d12c2b3259fdbd527f484f03c3
 URL:           http://www.jetico.com/
+BuildRequires: sed >= 4.0
 Obsoletes:     BCWipe
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -20,8 +21,11 @@ Bezpieczne usuwanie danych z pami
 %prep
 %setup -q -n %{name}
 
+sed -i -e 's/-O /%{rpmcflags} /' Makefile
+
 %build
-%{__make}
+%{__make} \
+       CC="%{__cc}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -36,3 +40,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc LICENSE
+%attr(755,root,root) %{_bindir}/bcwipe
+%{_mandir}/man1/bcwipe.1*
This page took 0.070399 seconds and 4 git commands to generate.