]> git.pld-linux.org Git - packages/Thunar-volman.git/blob - Thunar-volman.spec
- init PLD
[packages/Thunar-volman.git] / Thunar-volman.spec
1 %define         _realname       thunar-volman
2 Summary:        Volumes manager for Thunar
3 Summary(pl.UTF-8):      Menad¿er napêdów dla Thunara
4 Name:           Thunar-volman
5 Version:        0.1.2
6 Release:        0.1
7 License:        GPL
8 Group:          Applications
9 Source0:        http://download.berlios.de/xfce-goodies/%{_realname}-%{version}.tar.bz2
10 # Source0-md5:  910de35c398f70b66b38803bdfdd26f1
11 URL:            http://foo-projects.org/~benny/projects/thunar-volman/
12 BuildRequires:  Thunar-devel
13 BuildRequires:  dbus-glib-devel >= 0.34
14 BuildRequires:  gtk+2-devel >= 2.6
15 BuildRequires:  hal-devel >= 0.5.0
16 BuildRequires:  libexo >= 0.3.1.13
17 BuildRequires:  libtool
18 Requires:       Thunar
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 The Thunar Volume Manager is an extension for the Thunar file manager,
23 which enables automatic management of removable drives and media. For
24 example, if thunar-volman is installed and configured properly, and
25 you plug in your digital camera, it will automatically launch your
26 preferred photo application and import the new pictures from the
27 camera into your photo collection.
28
29 %description -l pl.UTF-8
30 Thunar Volume Manager jest rozszerzeniem menad¿era plików Thunar,
31 które pozwala na automatyczne zarz±dzanie przeno¶nych dysków i mediów.
32 Dla przyk³adu, je¿eli thunar-volman jest zainstalowany i
33 skonfigurowany poprawnie i gydy pod³±czasz twój aparat cyfrowy,
34 thunar-volman automatycznie uruchomi preferowan± przez ciebie
35 aplikacjê i zaimportuje nowe zdjêcia z aparatu do twojej kolekcji
36 zdjêc.
37
38 %prep
39 %setup -q -n %{_realname}-%{version}
40
41 %build
42 %configure
43
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 %find_lang %{_realname}
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files -f %{_realname}
58 %defattr(644,root,root,755)
59 %doc AUTHORS ChangeLog NEWS README THANKS
60 %attr(755,root,root) %{_bindir}/thunar-volman
61 %{_iconsdir}/*
This page took 0.036916 seconds and 4 git commands to generate.