]> git.pld-linux.org Git - packages/GConf2.git/commitdiff
- don't remove en@shaw locale (now it's supported via LANGUAGE)
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 25 Mar 2011 17:33:50 +0000 (17:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    GConf2.spec -> 1.150

GConf2.spec

index 0c2b37b564a10e5eb4f6aab93bc06a57749393b2..9c46adb6155b707b9c677243e85d7e15378f71a7 100644 (file)
@@ -195,12 +195,10 @@ install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{_sysconfdir}/gco
 cp examples/*.c $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 cp examples/*.schemas $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
-rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/en@shaw
-
 %find_lang %{name}
 
 # no *.{la,a} for modules - shut up check-files
-rm -f $RPM_BUILD_ROOT%{_libdir}/{GConf2,gio/modules}/lib*.{la,a}
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/{GConf2,gio/modules}/lib*.{la,a}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.048025 seconds and 4 git commands to generate.