rpms/virtaal/F-10 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 virtaal.spec, 1.5, 1.6

Dwayne Bailey dwayne at fedoraproject.org
Wed Feb 18 18:03:42 UTC 2009


Author: dwayne

Update of /cvs/pkgs/rpms/virtaal/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24930

Modified Files:
	.cvsignore sources virtaal.spec 
Log Message:
* Wed Feb 18 2009 Dwayne Bailey <dwayne at translate.org.za> - 0.3.1-1
- Update to 0.3.1 release
- Package icons



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/virtaal/F-10/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	5 Feb 2009 13:58:33 -0000	1.4
+++ .cvsignore	18 Feb 2009 18:03:12 -0000	1.5
@@ -1 +1 @@
-virtaal-0.3.0.tar.bz2
+virtaal-0.3.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/virtaal/F-10/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	5 Feb 2009 13:58:33 -0000	1.4
+++ sources	18 Feb 2009 18:03:12 -0000	1.5
@@ -1 +1 @@
-84d0ca6d28b929cf3c6a355797be9ea5  virtaal-0.3.0.tar.bz2
+eef03a4afa2f8a1e17f94a807268b7e3  virtaal-0.3.1.tar.bz2


Index: virtaal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/virtaal/F-10/virtaal.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- virtaal.spec	6 Feb 2009 13:52:52 -0000	1.5
+++ virtaal.spec	18 Feb 2009 18:03:12 -0000	1.6
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           virtaal
-Version:        0.3.0
-Release:        2%{?dist}
+Version:        0.3.1
+Release:        1%{?dist}
 Summary:        Localization and translation editor
 
 Group:          Development/Tools
@@ -75,9 +75,30 @@
    --delete-original                                     \
    --dir=%{buildroot}%{_datadir}/applications            \
    %{buildroot}%{_datadir}/applications/%{name}.desktop
+
 cp -rp po/locale %{buildroot}%{_datadir}/
 %find_lang %{name}
 
+pushd %{buildroot}%{_datadir}/icons/hicolor
+    for size in $(ls -d *)
+    do
+        pushd $size/mimetypes
+        ext=png
+        if [ "$size" == "scalable" ]; then
+            ext=svg
+        fi
+        for mimetype in \
+               text-x-gettext-translation \
+               text-x-gettext-translation-template \
+               application-x-xliff+xml application-x-xliff \
+               text-x-wordfast
+        do
+            ln -s x-translation.$ext $mimetype.$ext
+        done
+        popd
+    done
+popd
+
 
 %post
 update-desktop-database &> /dev/null || :
@@ -108,11 +129,17 @@
 %{_datadir}/applications/*
 %{_datadir}/mime/packages/*
 %{_datadir}/virtaal
-%{_datadir}/icons/*
+%{_datadir}/icons/hicolor/*/mimetypes/*
+%{_datadir}/icons/virtaal.*
+%exclude %{_datadir}/icons/x-translation.ico
 %{python_sitelib}/*
 
 
 %changelog
+* Wed Feb 18 2009 Dwayne Bailey <dwayne at translate.org.za> - 0.3.1-1
+- Update to 0.3.1 release
+- Package icons
+
 * Fri Feb 6 2009 Dwayne Bailey <dwayne at translate.org.za> - 0.3.0-2
 - Correct dependency python-psycopg2
 




More information about the fedora-extras-commits mailing list