]> git.pld-linux.org Git - packages/devhelp.git/commitdiff
- en@shaw locale is now supported (via LANGUAGE)
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 26 Mar 2011 12:41:52 +0000 (12:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    devhelp.spec -> 1.121

devhelp.spec

index f3e0b1eddb2686a5b157d769f834d76ce7dd2765..c2726045c32639bc582a9e07eb4f662a74f629e2 100644 (file)
@@ -24,7 +24,6 @@ BuildRequires:        pkgconfig
 BuildRequires: python
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.311
-BuildRequires: sed >= 4.0
 BuildRequires: zlib-devel
 Requires(post,postun): gtk-update-icon-cache
 Requires(post,postun): hicolor-icon-theme
@@ -94,9 +93,6 @@ Umożliwia przeglądanie dokumentacji API w Gedit.
 %setup -q
 %patch0 -p1
 
-sed -i -e 's/^en@shaw//' po/LINGUAS
-rm -f po/en@shaw.po
-
 %build
 %{__intltoolize}
 %{__libtoolize}
@@ -118,7 +114,7 @@ install -d $RPM_BUILD_ROOT%{_sysconfdir}/gconf \
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/gedit-2/plugins/%{name}/*.py
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/gedit-2/plugins/%{name}/*.py
 
 %find_lang %{name}
 
This page took 0.074601 seconds and 4 git commands to generate.