]> git.pld-linux.org Git - packages/subdownloader.git/blobdiff - subdownloader.spec
- add en always to language choices even if no translations installed
[packages/subdownloader.git] / subdownloader.spec
index e078aa6f3f12d2928b3a4aa8bbffd59c69274219..2b7a6562dc0428dad2b06645a7ef2cd8dbc3b47e 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Fast and Easy Subtitle Downloader
 Summary(pl.UTF-8):     Narzędzie do automatycznego ściągania/wysyłania podpisów do plików wideo
 Name:          subdownloader
 Version:       2.0.14
-Release:       0.4
+Release:       0.6
 License:       GPL v3
 Group:         X11/Applications/Multimedia
 Source0:       https://launchpad.net/subdownloader/trunk/%{version}/+download/%{name}-%{version}.tar.gz
@@ -12,6 +12,7 @@ Source2:      %{name}.png
 Source3:       %{name}.sh
 # site down, and was not in distfiles
 #Source:       http://starowa.one.pl/~uzi/pld/%{name}-locale-pl.tar.gz
+Patch0:                always-en.patch
 URL:           http://www.subdownloader.net/
 BuildRequires: rpm-pythonprov
 Requires:      python >= 1:2.5
@@ -50,6 +51,7 @@ Cechy:
 
 %prep
 %setup -q
+%patch0 -p1
 
 #tar xzf %{SOURCE3}
 
@@ -75,6 +77,8 @@ cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 # images bundled into images_rc.py
 %{__rm} -r $RPM_BUILD_ROOT%{_appdir}/gui/images
 %{__rm} -r $RPM_BUILD_ROOT%{_appdir}/gui/images.qrc
+# _ui.py via pyuic4
+%{__rm} -r $RPM_BUILD_ROOT%{_appdir}/gui/*.ui
 
 # duplicate with es
 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/es_ES
This page took 0.029267 seconds and 4 git commands to generate.