[libgnome-media-profiles] Initial import and --disable-scrollkeeper and not BR it

Yanko Kaneti yaneti at fedoraproject.org
Fri Nov 12 16:29:31 UTC 2010


commit 009dc9bc753c0d9fd88ced1e593dd383050b2c0f
Author: Yanko Kaneti <yaneti at declera.com>
Date:   Fri Nov 12 18:29:08 2010 +0200

    Initial import and --disable-scrollkeeper and not BR it

 .gitignore                   |    1 +
 libgnome-media-profiles.spec |  100 ++++++++++++++++++++++++++++++++++++++++++
 sources                      |    1 +
 3 files changed, 102 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..1accc2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/libgnome-media-profiles-2.91.2.tar.bz2
diff --git a/libgnome-media-profiles.spec b/libgnome-media-profiles.spec
new file mode 100644
index 0000000..8fc780c
--- /dev/null
+++ b/libgnome-media-profiles.spec
@@ -0,0 +1,100 @@
+Name:           libgnome-media-profiles
+Version:        2.91.2
+Release:        6%{?dist}
+Summary:        GNOME Media Profiles library
+
+Group:          System Environment/Libraries
+License:        LGPLv2+
+URL:            http://git.gnome.org/browse/libgnome-media-profiles
+Source0:        http://download.gnome.org/sources/%{name}/2.91/%{name}-%{version}.tar.bz2
+
+BuildRequires: gtk3-devel GConf2-devel glib2-devel
+Buildrequires: gstreamer-devel gstreamer-plugins-base-devel
+BuildRequires: intltool
+BuildRequires: gnome-doc-utils
+
+Requires(pre): GConf2
+Requires(post): GConf2
+Requires(preun): GConf2
+
+
+%description
+The GNOME Media Profiles library provides prebuilt GStreamer pipelines
+for applications aiming to support different sound formats.
+
+
+%package        devel
+Summary:        Development files for %{name}
+Group:          Development/Libraries
+Requires:       %{name} = %{version}-%{release}
+Provides:	gnome-media-devel
+Obsoletes:      gnome-media-devel
+
+%description    devel
+The %{name}-devel package contains libraries and header files 
+for developing applications that use %{name}.
+
+
+%prep
+%setup -q
+
+
+%build
+%configure --disable-static --disable-schemas-install --disable-scrollkeeper
+make %{?_smp_mflags}
+
+
+%install
+make install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
+
+%find_lang gnome-audio-profiles --with-gnome
+
+
+%post
+/sbin/ldconfig
+%gconf_schema_upgrade gnome-media-profiles
+
+
+%postun
+/sbin/ldconfig
+%gconf_schema_prepare gnome-media-profiles
+
+
+%preun  
+%gconf_schema_remove gnome-media-profiles
+
+
+%files -f gnome-audio-profiles.lang
+%defattr(-,root,root,-)
+%doc COPYING README
+%{_bindir}/gnome-audio-profiles-properties
+%{_sysconfdir}/gconf/schemas/gnome-media-profiles.schemas
+%{_libdir}/*.so.*
+%{_datadir}/libgnome-media-profiles
+
+%files devel
+%defattr(-,root,root,-)
+%{_includedir}/*
+%{_libdir}/*.so
+%{_libdir}/pkgconfig/libgnome-media-profiles-3.0.pc
+
+
+%changelog
+* Fri Nov 12 2010 Yanko Kaneti <yaneti at declera.com> 2.91.2-6
+- --disable-scrollkeeper and not BR it
+
+* Thu Nov 11 2010 Yanko Kaneti <yaneti at declera.com> 2.91.2-5
+- Add gnome-media-devel provides to devel
+
+* Thu Nov 11 2010 Yanko Kaneti <yaneti at declera.com> 2.91.2-4
+- Add gnome-media-devel obsoletes to devel
+
+* Thu Nov 11 2010 Yanko Kaneti <yaneti at declera.com> 2.91.2-3
+- Shorten the devel description.
+
+* Thu Nov 10 2010 Yanko Kaneti <yaneti at declera.com> 2.91.2-2
+- Add some BRs so that it actually builds in mock.
+
+* Thu Nov 10 2010 Yanko Kaneti <yaneti at declera.com> 2.91.2-1
+- First attempt for review.
diff --git a/sources b/sources
index e69de29..6727098 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+501be1393a0a84f575e0ff7a1ca1e91a  libgnome-media-profiles-2.91.2.tar.bz2


More information about the scm-commits mailing list