rpms/poedit/F-13 .cvsignore, 1.10, 1.11 poedit.spec, 1.17, 1.18 sources, 1.10, 1.11

Christoph Wickert cwickert at fedoraproject.org
Sat Apr 3 15:42:52 UTC 2010


Author: cwickert

Update of /cvs/pkgs/rpms/poedit/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16297/F-13

Modified Files:
	.cvsignore poedit.spec sources 
Log Message:
* Sat Apr 02 2010 Christoph Wickert <cwickert at fedoraproject.org> - 1.4.6.1-1
- Update to 1.4.6.1 (#579235)
- New BuildRequires boost-devel
- Update icon cache scriptlets



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/poedit/F-13/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore	5 Feb 2010 21:20:19 -0000	1.10
+++ .cvsignore	3 Apr 2010 15:42:52 -0000	1.11
@@ -1 +1 @@
-poedit-1.4.5.tar.gz
+poedit-1.4.6.1.tar.gz


Index: poedit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/poedit/F-13/poedit.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- poedit.spec	5 Feb 2010 21:20:19 -0000	1.17
+++ poedit.spec	3 Apr 2010 15:42:52 -0000	1.18
@@ -1,9 +1,9 @@
 Name:           poedit
-Version:        1.4.5
+Version:        1.4.6.1
 Release:        1%{?dist}
 Summary:        GUI editor for GNU gettext .po files
 
-Group:          Development/Languages
+Group:          Development/Tools
 License:        MIT
 URL:            http://www.poedit.net/
 Source0:        http://downloads.sourceforge.net/poedit/poedit-%{version}.tar.gz
@@ -14,6 +14,7 @@ BuildRequires:  gtkspell-devel
 BuildRequires:  db4-devel
 BuildRequires:  zip
 BuildRequires:  desktop-file-utils
+BuildRequires:  boost-devel
 Requires:       gettext
 
 
@@ -44,13 +45,15 @@ rm -rf \
     $RPM_BUILD_ROOT%{_datadir}/mime-info
 # Make sure docs are utf-8
 for FILE in `find docs/en -name '*.hhp'`; do
-    iconv -f iso-8859-15 -t utf-8 $FILE > $FILE.tmp
+    iconv -f iso-8859-15 -t utf-8 $FILE > $FILE.tmp && \
+    touch -r $FILE $FILE.tmp && \
     mv -f $FILE.tmp $FILE
 done
 # Install the desktop file
 desktop-file-install \
     --delete-original \
     --vendor fedora \
+    --add-category=GTK \
     --dir $RPM_BUILD_ROOT%{_datadir}/applications \
     $RPM_BUILD_ROOT%{_datadir}/applications/poedit.desktop
 %{find_lang} poedit
@@ -62,20 +65,21 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 update-desktop-database &> /dev/null ||:
-touch --no-create %{_datadir}/icons/hicolor || :
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
-   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-fi
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %postun
 update-desktop-database &> /dev/null ||:
-touch --no-create %{_datadir}/icons/hicolor || :
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
-   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ $1 -eq 0 ] ; then
+    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 fi
 
 
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+
+
 %files -f poedit.lang
 %defattr(-,root,root,-)
 %doc NEWS TODO README COPYING AUTHORS docs/*.txt docs/en
@@ -88,6 +92,11 @@ fi
 
 
 %changelog
+* Sat Apr 02 2010 Christoph Wickert <cwickert at fedoraproject.org> - 1.4.6.1-1
+- Update to 1.4.6.1 (#579235)
+- New BuildRequires boost-devel
+- Update icon cache scriptlets
+
 * Fri Feb 05 2010 Haïkel Guémar <karlthered at gmail.com> - 1.4.5-1
 * Updated to 1.4.5
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/poedit/F-13/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sources	5 Feb 2010 21:20:19 -0000	1.10
+++ sources	3 Apr 2010 15:42:52 -0000	1.11
@@ -1 +1 @@
-304bf9f0a7fe6a967e1c27aeaa512bb8  poedit-1.4.5.tar.gz
+c63ffd991b1a6085ef356a6922356e0a  poedit-1.4.6.1.tar.gz



More information about the scm-commits mailing list