]> git.pld-linux.org Git - packages/camorama.git/blame - camorama.spec
- converted to UTF-8
[packages/camorama.git] / camorama.spec
CommitLineData
265c0a57 1Summary: GNOME webcam program
574aa62e 2Summary(pl.UTF-8): Program do kamer internetowych dla GNOME
265c0a57 3Name: camorama
b8e7765a
RT
4Version: 0.18
5Release: 1
265c0a57 6License: GPL
7Group: Applications
77597065 8Source0: http://camorama.fixedgear.org/downloads/%{name}-%{version}.tar.bz2
b8e7765a 9# Source0-md5: 26ea7219405f2ec1677329190bed5e01
77597065 10Patch0: %{name}-schemas.patch
b8e7765a 11Patch1: %{name}-desktop.patch
3a1db0d0 12URL: http://camorama.fixedgear.org/
6fdd104e
JB
13BuildRequires: autoconf
14BuildRequires: automake
15BuildRequires: bonobo-activation-devel >= 1.0.0
265c0a57 16BuildRequires: glib2-devel >= 2.0.0
6fdd104e 17BuildRequires: gnome-vfs2-devel >= 2.0.0
1e1e618e 18BuildRequires: gtk+2-devel >= 1:2.0.3
265c0a57 19BuildRequires: libbonobo-devel >= 2.0.0
20BuildRequires: libbonoboui-devel >= 2.0.0
6fdd104e
JB
21BuildRequires: libgnome-devel >= 2.0.0
22BuildRequires: libgnomeui-devel >= 2.0.1
265c0a57 23BuildRequires: libpng-devel >= 1.2.2
338946b0 24BuildRequires: pango-devel >= 1:1.0.3
3a1db0d0 25Requires(post): GConf2
265c0a57 26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
29Camorama is a program for controlling webcams. It is pretty simple at
30the moment, and I hope to make it much more complete. I also plan to
31make it more generic, as I initially wrote it with only my own
32Creative Webcam 3 in mind. Hopefully it will work with other cameras.
33
574aa62e 34%description -l pl.UTF-8
3a1db0d0 35Camorama to program do kontrolowania kamer internetowych. Na razie
574aa62e
JR
36jest prosty, ale autor ma nadzieję uczynić go bardziej kompletnym;
37planuje także uczynić go bardziej ogólnym, bo na razie program był
38pisany tylko z myślą o Creative Webcam 3. W przyszłości ma działać z
3a1db0d0
JB
39innymi kamerami.
40
265c0a57 41%prep
42%setup -q
77597065 43%patch0 -p1
44%patch1 -p1
265c0a57 45
46%build
47%{__aclocal}
48%{__autoconf}
49%{__automake}
77597065 50%configure \
51 --disable-schemas-install
3a1db0d0 52
265c0a57 53%{__make}
54
55%install
56rm -rf $RPM_BUILD_ROOT
57
58%{__make} install \
3a1db0d0 59 DESTDIR=$RPM_BUILD_ROOT
265c0a57 60
77597065 61%find_lang %{name}
62
265c0a57 63%clean
64rm -rf $RPM_BUILD_ROOT
65
8f262449 66%post
3a1db0d0
JB
67%gconf_schema_install
68
77597065 69%files -f %{name}.lang
265c0a57 70%defattr(644,root,root,755)
265c0a57 71%doc AUTHORS ChangeLog NEWS README THANKS TODO
72%attr(755,root,root) %{_bindir}/camorama
77597065 73%{_datadir}/camorama
6fdd104e 74%{_desktopdir}/camorama.desktop
b8e7765a 75%{_pixmapsdir}/*.png
265c0a57 76%{_sysconfdir}/gconf/schemas/camorama.schemas
This page took 0.294944 seconds and 4 git commands to generate.