rpms/thunar-archive-plugin/devel thunar-archive-plugin.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Wed Jan 3 00:33:04 UTC 2007


Author: cwickert

Update of /cvs/extras/rpms/thunar-archive-plugin/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26830/devel

Modified Files:
	.cvsignore sources 
Added Files:
	thunar-archive-plugin.spec 
Log Message:
auto-import thunar-archive-plugin-0.2.2-2.fc7 on branch devel from thunar-archive-plugin-0.2.2-2.fc7.src.rpm


--- NEW FILE thunar-archive-plugin.spec ---
%define thunarver 0.4.0

Name:           thunar-archive-plugin
Version:        0.2.2
Release:        2%{?dist}
Summary:        Archive plugin for the Thunar file manager

Group:          User Interface/Desktops
License:        GPL
URL:            http://foo-projects.org/~benny/projects/thunar-archive-plugin/
Source0:        http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  Thunar-devel >= %{thunarver} libxfcegui4-devel >= 4.3.90.2
BuildRequires:  libxml2-devel, gettext
Requires:       Thunar >= %{thunarver}, xarchiver >= 0.2

%description
The Thunar Archive Plugin allows you to create and extract archive files using 
the file context menus in the Thunar file manager. Starting with version 0.2.0, 
the plugin provides a generic scripting interface for archive managers. 

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

# We need to install file-roller.tap as gnome-file-roller.tap, because the name 
# has to match the basename of the desktop-file in %{_datadir}/applications.
rm $RPM_BUILD_ROOT%{_libexecdir}/thunar-archive-plugin/file-roller.tap
install -p -m 755 scripts/file-roller.tap \
   $RPM_BUILD_ROOT%{_libexecdir}/thunar-archive-plugin/gnome-file-roller.tap

find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
%find_lang %{name}


%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


%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog README THANKS NEWS
%doc scripts/template.tap
%{_libdir}/thunarx-1/thunar-archive-plugin.so
%dir %{_libexecdir}/thunar-archive-plugin/
%{_libexecdir}/thunar-archive-plugin/*.tap
%{_datadir}/icons/hicolor/16x16/apps/tap-*.png


%changelog
* Sun Nov 12 2006 Christoph Wickert <fedora christoph-wickert de> - 0.2.2-2
- Require xarchiver.
- Shorten %%description.
- Use thunarver macro.
- Include template.tap to %%doc.

* Sat Nov 11 2006 Christoph Wickert <fedora christoph-wickert de> - 0.2.2-1
- Update to 0.2.2.

* Wed Sep 13 2006 Christoph Wickert <fedora christoph-wickert de> - 0.2.0-1
- Initial Fedora Extras Version.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/thunar-archive-plugin/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Jan 2007 00:31:55 -0000	1.1
+++ .cvsignore	3 Jan 2007 00:32:34 -0000	1.2
@@ -0,0 +1 @@
+thunar-archive-plugin-0.2.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/thunar-archive-plugin/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Jan 2007 00:31:55 -0000	1.1
+++ sources	3 Jan 2007 00:32:34 -0000	1.2
@@ -0,0 +1 @@
+a164326a32a64063079405da11677f0a  thunar-archive-plugin-0.2.2.tar.bz2




More information about the scm-commits mailing list