]> git.pld-linux.org Git - packages/camorama.git/commitdiff
- pl description
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 29 Jan 2003 17:55:41 +0000 (17:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    camorama.spec -> 1.2

camorama.spec

index 30e9a1ae7dc3f002db7889fab1a8fac2c33acbb1..b2b4fe790d3e9937854f9af60d257180b8bc4f81 100644 (file)
@@ -1,12 +1,12 @@
-
 Summary:       GNOME webcam program
+Summary(pl):   Program do kamer internetowych dla GNOME
 Name:          camorama
 Version:       0.16
 Release:       1
-Source0:       http://camorama.fixedgear.org/downloads/%{name}-%{version}.tar.gz
-URL:           http://camorama.fixedgear.org
 License:       GPL
 Group:         Applications
+Source0:       http://camorama.fixedgear.org/downloads/%{name}-%{version}.tar.gz
+URL:           http://camorama.fixedgear.org/
 BuildRequires: glib2-devel >= 2.0.0
 BuildRequires: pango-devel >= 1.0.3
 BuildRequires: gtk+2-devel >= 2.0.3
@@ -17,6 +17,7 @@ BuildRequires:        libbonoboui-devel >= 2.0.0
 BuildRequires: gnome-vfs2-devel >= 2.0.0
 BuildRequires: bonobo-activation-devel >= 1.0.0
 BuildRequires: libpng-devel >= 1.2.2
+Requires(post):        GConf2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -25,6 +26,13 @@ the moment, and I hope to make it much more complete. I also plan to
 make it more generic, as I initially wrote it with only my own
 Creative Webcam 3 in mind. Hopefully it will work with other cameras.
 
+%description -l pl
+Camorama to program do kontrolowania kamer internetowych. Na razie
+jest prosty, ale autor ma nadziejê uczyniæ go bardziej kompletnym;
+planuje tak¿e uczyniæ go bardziej ogólnym, bo na razie program by³
+pisany tylko z my¶l± o Creative Webcam 3. W przysz³o¶ci ma dzia³aæ z
+innymi kamerami.
+
 %prep
 %setup -q
 
@@ -32,28 +40,27 @@ Creative Webcam 3 in mind. Hopefully it will work with other cameras.
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-
 %configure
+
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-    DESTDIR=$RPM_BUILD_ROOT
-
-%post 
-%gconf_schema_install
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post 
+%gconf_schema_install
+
 %files
 %defattr(644,root,root,755)
-
 %doc AUTHORS ChangeLog NEWS README THANKS TODO
 %attr(755,root,root) %{_bindir}/camorama
 %{_datadir}/applications/camorama.desktop
-%{_datadir}/pixmaps/camorama.png
+%{_pixmapsdir}/camorama.png
 %{_datadir}/camorama/camorama.glade
 %{_sysconfdir}/gconf/schemas/camorama.schemas
This page took 0.140653 seconds and 4 git commands to generate.