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

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Tue Mar 20 21:38:01 UTC 2007


Author: cwickert

Update of /cvs/extras/rpms/thunar-volman/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13312/devel

Modified Files:
	.cvsignore sources 
Added Files:
	thunar-volman.spec 
Log Message:
auto-import thunar-volman-0.1.2-1.fc7 on branch devel from thunar-volman-0.1.2-1.fc7.src.rpm


--- NEW FILE thunar-volman.spec ---
%define thunarver 0.8.0

Name:           thunar-volman
Version:        0.1.2
Release:        1%{?dist}
Summary:        Automatic management of removable drives and media for the Thunar file manager

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

BuildRequires:  Thunar-devel >= 0.5.1
BuildRequires:  hal-devel >= 0.5.0
BuildRequires:  dbus-glib-devel >= 0.34
BuildRequires:  gettext
Requires:       Thunar >= %{thunarver}

%description
The Thunar Volume Manager is an extension for the Thunar file manager, which 
enables automatic management of removable drives and media. For example, if 
thunar-volman is installed and configured properly, and you plug in your 
digital camera, it will automatically launch your preferred photo application 
and import the new pictures from the camera into your photo collection.

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%find_lang %{name}


%post
touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :

%postun
touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :


%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README THANKS
%{_bindir}/thunar-volman
%{_datadir}/icons/hicolor/48x48/apps/tvm-*.png
%{_datadir}/icons/hicolor/scalable/apps/tvm-*.svg


%changelog
* Sun Jan 21 2007 Christoph Wickert <fedora christoph-wickert de> - 0.1.2-1
- Update to 0.1.2.

* Wed Jan 17 2007 Christoph Wickert <fedora christoph-wickert de> - 0.1.0-1
- Initial packaging.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/thunar-volman/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Mar 2007 21:16:37 -0000	1.1
+++ .cvsignore	20 Mar 2007 21:37:29 -0000	1.2
@@ -0,0 +1 @@
+thunar-volman-0.1.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/thunar-volman/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Mar 2007 21:16:37 -0000	1.1
+++ sources	20 Mar 2007 21:37:29 -0000	1.2
@@ -0,0 +1 @@
+910de35c398f70b66b38803bdfdd26f1  thunar-volman-0.1.2.tar.bz2




More information about the fedora-extras-commits mailing list