]> git.pld-linux.org Git - packages/cheese.git/commitdiff
- 2.30.0
authorPatryk Zawadzki <patrys@room-303.com>
Thu, 1 Apr 2010 13:14:05 +0000 (13:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cheese.spec -> 1.29

cheese.spec

index c1218b811121b6dc063491de2d3426e4346af188..5d3ee1c873b13224a015ff3467fcc260e55474ea 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       A cheesy program to take pictures and videos from your web cam
 Summary(pl.UTF-8):     Program do pobierania zdjęć i filmów z kamery internetowej
 Name:          cheese
-Version:       2.28.1
+Version:       2.30.0
 Release:       1
 License:       GPL
 Group:         X11/Applications
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/cheese/2.28/%{name}-%{version}.tar.bz2
-# Source0-md5: 9accb0d6fa3f1f7644bade886c6078c3
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/cheese/2.30/%{name}-%{version}.tar.bz2
+# Source0-md5: bdcd6f220749ec7ec1a7d4b4726cac78
 URL:           http://live.gnome.org/Cheese
 BuildRequires: GConf2-devel >= 2.24.0
 BuildRequires: autoconf
@@ -23,7 +23,6 @@ BuildRequires:        gnome-vfs2-devel >= 2.24.0
 BuildRequires: gstreamer-devel >= 0.10.16
 BuildRequires: gstreamer-plugins-base-devel >= 0.10.16
 BuildRequires: gtk+2-devel >= 2:2.14.0
-BuildRequires: hal-devel >= 0.5.10
 BuildRequires: intltool >= 0.40.0
 BuildRequires: libgnomeui-devel >= 2.24.0
 BuildRequires: librsvg-devel >= 2.18.2
@@ -31,6 +30,7 @@ BuildRequires:        libtool
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(find_lang) >= 1.23
 BuildRequires: rpmbuild(macros) >= 1.311
+BuildRequires: udev-glib-devel
 BuildRequires: xorg-lib-libXxf86vm-devel
 Requires(post,postun): gtk+2
 Requires(post,postun): hicolor-icon-theme
@@ -50,6 +50,30 @@ Cheese to program do pobierania zdjęć i filmów z kamery internetowej.
 Udostępnia także kilka graficznych efektów w celu zaspokojenia
 instynktów oglądania u użytkowników.
 
+%package devel
+Summary:       cheese header files
+Summary(pl.UTF-8):     Pliki nagłówkowe cheese
+Group:         X11/Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+
+%description devel
+cheese header files.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe cheese.
+
+%package apidocs
+Summary:       cheese API documentation
+Summary(pl.UTF-8):     Dokumentacja API cheese
+Group:         Documentation
+Requires:      gtk-doc-common
+
+%description apidocs
+cheese API documentation.
+
+%description apidocs -l pl.UTF-8
+Dokumentacja API cheese.
+
 %prep
 %setup -q
 
@@ -62,7 +86,9 @@ instynktów oglądania u użytkowników.
 %{__automake}
 %configure \
        --disable-schemas-install \
-       --disable-scrollkeeper
+       --disable-scrollkeeper \
+       --disable-static \
+       --with-html-dir=%{_gtkdocdir}
 %{__make}
 
 %install
@@ -77,6 +103,7 @@ rm -rf $RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT
 
 %post
+/sbin/ldconfig
 %update_icon_cache hicolor
 %gconf_schema_install cheese.schemas
 %scrollkeeper_update_post
@@ -85,6 +112,7 @@ rm -rf $RPM_BUILD_ROOT
 %gconf_schema_uninstall cheese.schemas
 
 %postun
+/sbin/ldconfig
 %update_icon_cache hicolor
 %scrollkeeper_update_postun
 
@@ -92,6 +120,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README
 %attr(755,root,root) %{_bindir}/cheese
+%attr(755,root,root) %{_libdir}/libcheese-gtk.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libcheese-gtk.so.18
 %dir %{_libdir}/cheese
 %attr(755,root,root) %{_libdir}/cheese/cheese-bugreport.sh
 %{_sysconfdir}/gconf/schemas/cheese.schemas
@@ -99,3 +129,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/cheese
 %{_datadir}/dbus-1/services/org.gnome.Cheese.service
 %{_iconsdir}/hicolor/*/apps/*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libcheese-gtk.la
+%attr(755,root,root) %{_libdir}/libcheese-gtk.so
+%{_includedir}/cheese
+%{_pkgconfigdir}/cheese-gtk.pc
+
+%files apidocs
+%defattr(644,root,root,755)
+%{_gtkdocdir}/cheese
This page took 0.128068 seconds and 4 git commands to generate.