]> git.pld-linux.org Git - packages/vte.git/commitdiff
- sr@Latn -> sr@latin; release 2 auto/th/vte-0_16_9-2 auto/ti/vte-0_16_9-2
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sat, 10 Nov 2007 12:44:41 +0000 (12:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vte.spec -> 1.126

vte.spec

index 26ae0efcc4ac617407432412a6d91e4c4c3d407e..343e79d8b23fe0493fb48fba6bda95a3db828f5f 100644 (file)
--- a/vte.spec
+++ b/vte.spec
@@ -6,7 +6,7 @@ Summary:        VTE terminal widget library
 Summary(pl.UTF-8):     Biblioteka z kontrolkÄ… terminala VTE
 Name:          vte
 Version:       0.16.9
-Release:       1
+Release:       2
 License:       LGPL v2+
 Group:         X11/Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/vte/0.16/%{name}-%{version}.tar.bz2
@@ -29,6 +29,8 @@ BuildRequires:        python-pygtk-devel >= 2:2.12.0
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.197
 Requires(pre): utempter
+# sr@Latn vs. sr@latin
+Conflicts:     glibc-misc < 6:2.7
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -137,7 +139,10 @@ rm -rf $RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT%{py_sitedir}/gtk-2.0/*.{la,a}
 
-%find_lang vte
+[ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr@latin ] || \
+        mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
+
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.031013 seconds and 4 git commands to generate.