source: projects/specs/trunk/g/gnome-screenshot/gnome-screenshot-vl.spec @ 6890

Revision 6890, 1.7 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.0 & Cinnamon-1.6.1

Line 
1Summary:        GNOME screenshot utility
2Summary(ja):    GNOMEスクリーンショットユーティリティ
3Name:           gnome-screenshot
4Version:        3.6.0
5Release:        1%{?_dist_release}
6License:        GPLv2+
7Group:          Applications/System
8URL:            http://www.gnome.org
9
10Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.6/%{name}-%{version}.tar.xz
11
12BuildRoot: %{_tmppath}/%{name}-%{version}-root
13
14BuildRequires:  gtk3-devel
15BuildRequires:  libcanberra-gtk3-devel
16
17Requires(postun,posttrans):     glib2
18Requires(postun,posttrans):     desktop-file-utils
19
20Vendor:         Project Vine
21Distribution:   Vine Linux
22Packager:       Takemikaduchi
23
24
25%description
26This package contains GNOME screenshot utility.
27
28%description -l ja
29このパッケージには GNOME 用のスクリーンショットユーティリティが
30含まれています。
31
32%prep
33%setup -q
34
35%build
36%configure
37make %{?_smp_mflags}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41
42make install DESTDIR=$RPM_BUILD_ROOT
43
44%find_lang %{name}
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%post
50/sbin/ldconfig
51
52%postun
53/sbin/ldconfig
54glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
55update-desktop-database -q &> /dev/null ||:
56
57%posttrans
58glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
59update-desktop-database -q &> /dev/null ||:
60
61
62%files -f %{name}.lang
63%defattr(-, root, root)
64%{_bindir}/gnome-screenshot
65%{_datadir}/GConf/gsettings/gnome-screenshot.convert
66%{_datadir}/applications/gnome-screenshot.desktop
67%{_datadir}/glib-2.0/schemas/org.gnome.gnome-screenshot.gschema.xml
68%{_mandir}/man1/gnome-screenshot.1.gz
69
70
71%changelog
72* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
73- new upstream release
74
75* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
76- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.