rpms/roxterm/EL-6 .cvsignore, 1.19, 1.20 roxterm.spec, 1.20, 1.21 sources, 1.19, 1.20

Dan Horák sharkcz at fedoraproject.org
Thu Jun 10 19:23:47 UTC 2010


Author: sharkcz

Update of /cvs/pkgs/rpms/roxterm/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv15001

Modified Files:
	.cvsignore roxterm.spec sources 
Log Message:
initial EPEL-6 build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/roxterm/EL-6/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- .cvsignore	6 Jan 2010 10:44:58 -0000	1.19
+++ .cvsignore	10 Jun 2010 19:23:47 -0000	1.20
@@ -1 +1 @@
-roxterm-1.17.1.tar.gz
+roxterm-1.18.3.tar.gz


Index: roxterm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/roxterm/EL-6/roxterm.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- roxterm.spec	6 Jan 2010 10:44:58 -0000	1.20
+++ roxterm.spec	10 Jun 2010 19:23:47 -0000	1.21
@@ -1,5 +1,5 @@
 Name:           roxterm
-Version:        1.17.1
+Version:        1.18.3
 Release:        1%{?dist}
 Summary:        A fast terminal emulator
 
@@ -12,6 +12,9 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 
 BuildRequires:  vte-devel libglade2-devel gtk2-devel dbus-glib-devel desktop-file-utils
 BuildRequires:  dbus-devel
+BuildRequires:  xmlto
+BuildRequires:  control-center
+Requires:       control-center-filesystem
 
 %description
 ROXTerm is a terminal emulator intended to provide similar 
@@ -50,28 +53,43 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %post
-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
-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 %{name}.lang
 %defattr(-,root,root,-)
-%doc Help/AUTHORS Help/Changes Help/COPYING Help/imgs Help/index.html Help/NEWS Help/README 
+%doc Help/AUTHORS Help/Changes Help/COPYING Help/imgs Help/index.html NEWS ChangeLog
 %{_bindir}/roxterm
 %{_bindir}/roxterm-config
 %{_datadir}/applications/fedora-roxterm.desktop
 %{_datadir}/roxterm/
 %{_datadir}/icons/hicolor/scalable/apps/roxterm.svg
+%{_datadir}/gnome-control-center/default-apps/roxterm.xml
+%{_mandir}/man1/roxterm-config.1.*
+%{_mandir}/man1/roxterm.1.*
 
 %changelog
+* Sun May 23 2010 Dan Horák <dan[at]danny.cz> - 1.18.3-1
+- Update to 1.18.3
+
+* Sun May  9 2010 Dan Horák <dan[at]danny.cz> - 1.18.2-1
+- Update to 1.18.2
+
+* Wed Mar 24 2010 Christoph Wickert <cwickert at fedoraproject.org> - 1.18.1-1
+- Update to 1.18.1
+- Build GNOME preferred apps integration
+- BR xmlto for manpages and libSM-devel for session management
+- Include new manpages and ChangeLog
+- Drop README from %%doc as it only referred to index.html
+
 * Wed Jan 06 2010 Sebastian Vahl <svahl at fedoraproject.org> - 1.17.1-1
 - new upstream release: 1.17.1
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/roxterm/EL-6/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- sources	6 Jan 2010 10:44:58 -0000	1.19
+++ sources	10 Jun 2010 19:23:47 -0000	1.20
@@ -1 +1 @@
-e0c36f9e8ca7ae5283c1ec8ea35abed8  roxterm-1.17.1.tar.gz
+516bdd93624725156cfa7285ef0afe82  roxterm-1.18.3.tar.gz



More information about the scm-commits mailing list