]> git.pld-linux.org Git - packages/filtergen.git/commitdiff
- fixed build on alpha (types patch), use proper CC and CFLAGS; release 2 filter-0_9-2
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 5 Sep 2002 07:46:30 +0000 (07:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    filtergen.spec -> 1.16

filtergen.spec

index 3a7ee0501106408e656c2348424156aa067bbf48..7fee615fd619f0353a47c5f019f0e4f6df8fcca1 100644 (file)
@@ -2,13 +2,14 @@ Summary:      Simple packet filter generator
 Summary(pl):   Prosty generator filtrów pakietów
 Name:          filter
 Version:       0.9
-Release:       1
+Release:       2
 License:       GPL
 Group:         Networking/Utilities
 Source0:       http://hairy.beasts.org/filter/%{name}-%{version}.tar.gz
 Source1:       %{name}.conf
 Source2:       %{name}.sysconfig
 Source3:       %{name}.init
+Patch0:                %{name}-types.patch
 URL:           http://hairy.beasts.org/filter/
 BuildRequires: flex
 Prereq:                rc-scripts
@@ -45,9 +46,12 @@ Przeczytaj plik HONESTY!
 
 %prep
 %setup -q
+%patch -p1
 
 %build
-%{__make}
+%{__make} \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags} -Wall -Werror"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.461827 seconds and 4 git commands to generate.