Logoj0ke.net Open Build Service > Projects > internetx:mysql5 > mysql-community-server-55 > Changes
Sign Up | Log In

Changes of Revision 4

[-] Changed mysql-community-server.spec
x
 
1
@@ -47,8 +47,8 @@
2
 Source7:        rc.mysql-multi
3
 Source8:        README.SuSE
4
 Source9:        mysql-patches.tar.bz2
5
-Source10:       build.inc
6
-Source11:       install.inc
7
+Source10:       build.include
8
+Source11:       install.include
9
 Source12:       series
10
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
11
 %if 0%{?suse_version}
12
@@ -408,12 +408,12 @@
13
 #-------------------------------------------------------------------------------
14
 %build
15
 #-------------------------------------------------------------------------------
16
-%{expand:%(cat %_sourcedir/build.inc)}
17
+%{expand:%(cat %_sourcedir/build.include)}
18
 
19
 #-------------------------------------------------------------------------------
20
 %install
21
 #-------------------------------------------------------------------------------
22
-%{expand:%(cat %_sourcedir/install.inc)}
23
+%{expand:%(cat %_sourcedir/install.include)}
24
 
25
 #-------------------------------------------------------------------------------
26
 %pre
27
[+] Added build.include ^
[+] Added install.include ^