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

Revision 6082, 1.5 KB checked in by Takemikaduchi, 12 years ago (diff)

farstream, telepathy-farstream: add Obsoletes
others: new upstream release

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