source: projects/specs/trunk/x/xfburn/xfburn-vl.spec @ 9595

Revision 9595, 2.7 KB checked in by inagaki, 9 years ago (diff)

2015-06-11 Ryoichi INAGAKI <ryo1@…>

  • libexo, xfburn, xfce4-{pulseaudio,wavelan}-plugin: updated


Line 
1Name:           xfburn
2Version:        0.5.4
3Release:        1%{?_dist_release}
4Summary:        An easy to use CD/DVD burning program
5Summary(ja):    簡単に使える CD/DVD 焼き込みプログラム
6
7License:        GPLv2+
8Group:          Applications/Multimedia
9URL:            http://goodies.xfce.org/projects/applications/%{name}
10
11Source0:        http://archive.xfce.org/src/apps/%{name}/0.5/%{name}-%{version}.tar.bz2
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14BuildRequires:  dbus-glib-devel >= 0.34
15BuildRequires:  desktop-file-utils
16BuildRequires:  eudev-libgudev1-devel
17BuildRequires:  gstreamer1-plugins-base-devel
18BuildRequires:  gtk2-devel >= 2.10.0
19BuildRequires:  libburn-devel >= 0.4.2
20BuildRequires:  libexo-devel >= 0.3.4
21BuildRequires:  libisofs-devel >= 0.6.2
22BuildRequires:  libxfce4ui-devel >= 4.8.0
23
24Requires(post,postun):  desktop-file-utils
25
26Vendor:         Project Vine
27Distribution:   Vine Linux
28Packager:       Takemikaduchi
29
30
31%description
32This application allows you to capture the entire screen, the active window or a selected region. You can set the delay that elapses before the screenshot is taken and the action that will be done with the screenshot: save it to a PNG file, copy it to the clipboard, open it using another application, or host it on ZimageZ, a free online image hosting service.
33
34A plugin for the Xfce panel is also available.
35
36
37
38%prep
39%setup -q
40
41%build
42%configure --disable-static
43make %{?_smp_mflags}
44
45
46%install
47rm -rf $RPM_BUILD_ROOT
48make install DESTDIR=$RPM_BUILD_ROOT
49
50find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
51
52%find_lang %{name}
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57
58%post
59touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
60gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
61update-desktop-database %{_datadir}/applications &> /dev/null || :
62
63%postun
64if [ $1 -eq 0 ]; then
65    touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
66    gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
67fi
68update-desktop-database %{_datadir}/applications &> /dev/null || :
69
70
71%files -f %{name}.lang
72%defattr(-,root,root,-)
73%doc AUTHORS ChangeLog NEWS TODO COPYING
74%{_bindir}/%{name}
75%{_datadir}/Thunar/sendto/thunar-sendto-xfburn.desktop
76%{_datadir}/applications/%{name}.desktop
77%{_datadir}/icons/hicolor/*/*/*
78%{_datadir}/%{name}
79%{_mandir}/man1/xfburn.1.gz
80
81%changelog
82* Thu Jun 11 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.5.4-1
83- new upstream release
84- added BR: gstreamer1-plugins-base-devel instead of gstreamer-plugins-base-devel
85
86* Sun Mar  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.5.2-1
87- updated to 0.5.2
88- dropt Patch0
89- added BR: udev-libgudev1-devel
90- added BR: libxfce4ui-devel instead of libxfcegui4-devel
91
92* Sat Jun 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.3-1
93- initial build for Vine Linux
94
Note: See TracBrowser for help on using the repository browser.