Logoj0ke.net Open Build Service > Projects > devel > yasm > Changes
Sign Up | Log In

Changes of Revision 10

[-] Changed yasm.spec
x
 
1
@@ -44,27 +44,19 @@
2
 %build
3
 CFLAGS="$RPM_OPT_FLAGS" \
4
 ./configure --libdir=%_libdir --prefix=/usr --mandir=%_mandir
5
-make %{?jobs:-j%jobs}
6
+%__make %{?jobs:-j%jobs}
7
 
8
 %install
9
-make DESTDIR=$RPM_BUILD_ROOT  install 
10
+%__make DESTDIR=$RPM_BUILD_ROOT  install 
11
 
12
 %clean
13
 rm -rf $RPM_BUILD_ROOT
14
 
15
 %post
16
-%if 0%{?suse_version}
17
-%run_ldconfig
18
-%else
19
 /sbin/ldconfig
20
-%endif
21
 
22
 %postun
23
-%if 0%{?suse_version}
24
-%run_ldconfig
25
-%else
26
 /sbin/ldconfig
27
-%endif
28
 
29
 %files
30
 %defattr(-,root,root)
31
[+] Changed yasm-rpmlintrc ^