Logoj0ke.net Open Build Service > Projects > devel:libs > GeoIP > Changes
Sign Up | Log In

Changes of Revision 14

[-] Changed GeoIP.spec
x
 
1
@@ -113,10 +113,10 @@
2
 %install
3
 %makeinstall
4
 # we don't need that, we use %config(noreplace) instead
5
-%{__rm} %{buildroot}%{_sysconfdir}/GeoIP.conf.default
6
+%{__rm} -f %{buildroot}%{_sysconfdir}/GeoIP.conf.default
7
 %{__cp} %{SOURCE1} .
8
 # no need for that
9
-%{__rm} %{buildroot}%{_libdir}/*.la
10
+%{__rm} -f %{buildroot}%{_libdir}/*.la
11
 
12
 %clean
13
 %{__rm} -rf %{buildroot}
14
@@ -141,7 +141,7 @@
15
 %files -n libGeoIP1
16
 %defattr(-, root, root, -)
17
 %{_libdir}/libGeoIP.so.1
18
-%{_libdir}/libGeoIP.so.1.5.1
19
+%{_libdir}/libGeoIP.so.1.*
20
 %{_libdir}/libGeoIPUpdate.so.0
21
 %{_libdir}/libGeoIPUpdate.so.0.0.0
22
 
23