rpms/roxterm/F-7 roxterm.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sebastian Vahl (svahl) fedora-extras-commits at redhat.com
Wed Sep 19 18:09:52 UTC 2007


Author: svahl

Update of /cvs/extras/rpms/roxterm/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25762/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	roxterm.spec 
Log Message:
import also on fc6, f7


--- NEW FILE roxterm.spec ---
Name:           roxterm
Version:        1.7.4
Release:        4%{?dist}
Summary:        A fast terminal emulator

Group:          User Interface/X
License:        GPLv2+
URL:            http://roxterm.sourceforge.net/
Source0:        http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  vte-devel libglade2-devel gtk2-devel dbus-glib-devel desktop-file-utils
BuildRequires:  dbus-devel
#Requires:       

%description
ROXTerm is a terminal emulator intended to provide similar 
features to gnome-terminal, based on the same VTE library, 
but with a smaller footprint and quicker start-up time. It 
achieves this by not using the Gnome libraries and by using 
a separate applet to provide the configuration GUI. It can 
be used as a ROX application, as the name implies, or in 
any other X environment.

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT%{_docdir}/roxterm

desktop-file-install --vendor "fedora"                      \
        --dir $RPM_BUILD_ROOT/%{_datadir}/applications          \
        --delete-original                                   \
    $RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop

%clean
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

%postun
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi


%files
%defattr(-,root,root,-)
%doc Help/AUTHORS Help/Changes Help/COPYING Help/imgs Help/index.html Help/NEWS Help/README 
%{_bindir}/roxterm
%{_bindir}/roxterm-config
%{_datadir}/applications/fedora-roxterm.desktop
%{_datadir}/roxterm/
%{_datadir}/icons/hicolor/scalable/apps/roxterm.svg

%changelog
* Wed Sep 19 2007 Sebastian Vahl <fedora at deadbabylon.de> - 1.7.4-4
- correct %%doc in spec

* Wed Sep 19 2007 Sebastian Vahl <fedora at deadbabylon.de> - 1.7.4-3
- own directories
- set %%{_docdir} to %%{name}-%%{version}

* Tue Sep 18 2007 Sebastian Vahl <fedora at deadbabylon.de> - 1.7.4-2
- use gtk-update-icon-cache in %%post and %%postun

* Tue Sep 18 2007 Sebastian Vahl <fedora at deadbabylon.de> - 1.7.4-1
- new upstream version: 1.7.4
- correct url

* Tue Sep 11 2007 Sebastian Vahl <fedora at deadbabylon.de> - 1.7.1-1
- new upstream version
- change license to GPLv2+
- BR: dbus-devel

* Tue May 15 2007 Sebastian Vahl <fedora at deadbabylon.de> - 1.5.1-2
- BR: dbus-glib-devel, desktop-file-utils

* Fri Mar 30 2007 Sebastian Vahl <fedora at deadbabylon.de> - 1.5.1-1
- new upstream version: 0.5.1

* Tue Feb 20 2007 Sebastian Vahl <fedora at deadbabylon.de> - 1.4.1-1
- Initial Release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/roxterm/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Sep 2007 17:09:33 -0000	1.1
+++ .cvsignore	19 Sep 2007 18:09:20 -0000	1.2
@@ -0,0 +1 @@
+roxterm-1.7.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/roxterm/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Sep 2007 17:09:33 -0000	1.1
+++ sources	19 Sep 2007 18:09:20 -0000	1.2
@@ -0,0 +1 @@
+f1383a5e3d6aa28a2d3817d1171840ca  roxterm-1.7.4.tar.gz




More information about the fedora-extras-commits mailing list