]> git.pld-linux.org Git - packages/InDependence.git/commitdiff
- cflags, and therefore not noarch
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 17 Mar 2007 12:15:52 +0000 (12:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    InDependence.spec -> 1.2

InDependence.spec

index f8dafe87bfe6ab008a1c3b356f82e819c7927e84..6b608e8fe2152df1286fb4d066cd65282e0a51ea 100644 (file)
@@ -5,10 +5,9 @@ Release:       1
 Group:         Applications/System
 Source0:       %{name}_%{version}.tar.gz
 # Source0-md5: df419e1443683305891060985f723902
 Group:         Applications/System
 Source0:       %{name}_%{version}.tar.gz
 # Source0-md5: df419e1443683305891060985f723902
-Patch0:                %{name}_1.0-rpmlib.asp.patch
+Patch0:                %{name}-rpmlib.patch
 License:       Artistic License
 URL:           http://www.cse.ogi.edu/DISC/projects/independence/
 License:       Artistic License
 URL:           http://www.cse.ogi.edu/DISC/projects/independence/
-BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -30,7 +29,10 @@ administrator. "rpmtc foo.rpm" will transitively compute the -
 %patch0 -p1
 
 %build
 %patch0 -p1
 
 %build
-%{__make}
+%{__make} \
+       CC="%{__cc}"
+       CFLAGS="%{rpmcflags}" \
+       LDFLAGS="%{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.064406 seconds and 4 git commands to generate.