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