]> git.pld-linux.org Git - packages/cheese.git/blob - cheese.spec
- updated to 2.22.2
[packages/cheese.git] / cheese.spec
1 Summary:        A cheesy program to take pictures and videos from your web cam
2 Summary(pl.UTF-8):      Program do pobierania zdjęć i filmów z kamery internetowej
3 Name:           cheese
4 Version:        2.22.2
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/cheese/2.22/%{name}-%{version}.tar.bz2
9 # Source0-md5:  39a7808868dd79c05a88a874b2026233
10 URL:            http://live.gnome.org/Cheese
11 BuildRequires:  GConf2-devel >= 2.22.0
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  dbus-glib-devel >= 0.74
15 BuildRequires:  evolution-data-server-devel >= 2.22.0
16 BuildRequires:  gettext-devel
17 BuildRequires:  glib2-devel >= 1:2.15.4
18 BuildRequires:  gnome-doc-utils >= 0.12.0
19 BuildRequires:  gstreamer-devel >= 0.10.15
20 BuildRequires:  gstreamer-plugins-base-devel >= 0.10.15
21 BuildRequires:  gtk+2-devel >= 2:2.12.5
22 BuildRequires:  hal-devel >= 0.5.10
23 BuildRequires:  intltool >= 0.37.0
24 BuildRequires:  libglade2-devel >= 1:2.6.2
25 BuildRequires:  libgnomeui-devel >= 2.22.0
26 BuildRequires:  librsvg-devel >= 2.18.2
27 BuildRequires:  libtool
28 BuildRequires:  pkgconfig
29 BuildRequires:  rpmbuild(find_lang) >= 1.23
30 BuildRequires:  rpmbuild(macros) >= 1.311
31 BuildRequires:  xorg-lib-libXxf86vm-devel
32 Requires(post,postun):  gtk+2
33 Requires(post,postun):  hicolor-icon-theme
34 Requires(post,postun):  scrollkeeper
35 Requires(post,preun):   GConf2
36 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
37
38 %description
39 Cheese is a cheesy program to take pictures and videos from your web
40 cam. It also provides some graphical effects in order to please the
41 users play instinct.
42
43 %description -l pl.UTF-8
44 Cheese to program do pobierania zdjęć i filmów z kamery internetowej.
45 Udostępnia także kilka graficznych efektów w celu zaspokojenia
46 instynktów oglądania u użytkowników.
47
48 %prep
49 %setup -q
50
51 %build
52 %{__intltoolize}
53 %{__libtoolize}
54 %{__aclocal}
55 %{__autoconf}
56 %{__autoheader}
57 %{__automake}
58 %configure
59 %{__make}
60
61 %install
62 rm -rf $RPM_BUILD_ROOT
63
64 %{__make} install \
65         DESTDIR=$RPM_BUILD_ROOT
66
67 %find_lang %{name} --with-gnome --with-omf
68
69 %clean
70 rm -rf $RPM_BUILD_ROOT
71
72 %post
73 %update_icon_cache hicolor
74 %gconf_schema_install cheese.schemas
75 %scrollkeeper_update_post
76
77 %preun
78 %gconf_schema_uninstall cheese.schemas
79
80 %postun
81 %update_icon_cache hicolor
82 %scrollkeeper_update_postun
83
84 %files -f %{name}.lang
85 %defattr(644,root,root,755)
86 %doc AUTHORS ChangeLog README
87 %attr(755,root,root) %{_bindir}/cheese
88 %dir %{_libdir}/cheese
89 %attr(755,root,root) %{_libdir}/cheese/cheese-bugreport.sh
90 %{_sysconfdir}/gconf/schemas/cheese.schemas
91 %{_desktopdir}/cheese.desktop
92 %{_datadir}/cheese
93 %{_iconsdir}/hicolor/*/apps/*
This page took 0.089295 seconds and 3 git commands to generate.