]> git.pld-linux.org Git - packages/chpax.git/commitdiff
- update by Piotr Meyer aniou at smutek dot pl
authorwolf <wolf@pld-linux.org>
Sun, 22 Jun 2003 19:47:46 +0000 (19:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- disabled chstk - no source1

Changed files:
    chpax.spec -> 1.14

chpax.spec

index e37ebf03483ed454291e1231e10bfc28fae7e6a2..8b4e0953aae7b2e284656e29683d315f01ffd365 100644 (file)
@@ -1,13 +1,13 @@
 Summary:       Manage PaX flags for ELF and a.out binaries
 Summary(pl):   Zarz±dca znaczników PaX dla binarek ELF oraz a.out
 Name:          chpax
-Version:       0.20020901
-Release:       3
+Version:       0.4
+Release:       0
 License:       Public Domain
 Group:         Applications/System
-Source0:       http://pageexec.virtualave.net/%{name}.c
-# Source0-md5: c2d99ffcecb5cb61f4dd9a50d8d5c41a
-Source1:       http://www.openwall.com/linux/linux-2.2.21-ow2.tar.gz
+Source0:       http://pageexec.virtualave.net/%{name}-%{version}.tar.gz
+# Source0-md5: d8731ed8a0c851f9d4a74fc721991fb9
+#Source1:      http://www.openwall.com/linux/linux-2.2.21-ow2.tar.gz
 # Source1-md5: f84249514f5ae1f7c445955725738174
 URL:           http://pageexec.virtualave.net/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -25,19 +25,19 @@ a.out. Znaczniki te s
 odpowiednio za³atanego j±dra systemu.
 
 %prep
-%setup -q -T -c -a 1
-install %{SOURCE0} .
-cp `find -name chstk.c` .
+%setup -q -n %{name}
+#tar -xzf %{SOURCE1}
+#cp `find -name chstk.c` .
 
 %build
-%{__cc} %{rpmcflags} %{rpmldflags} -o chpax chpax.c
+%{__make} CC="%{__cc}" CFLAGS="%{rpmcflags}" 
 %{__cc} %{rpmcflags} %{rpmldflags} -o chstk chstk.c
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_sbindir}
 
-install chpax chstk $RPM_BUILD_ROOT%{_sbindir}
+install chpax $RPM_BUILD_ROOT%{_sbindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.084792 seconds and 4 git commands to generate.