rpms/gst-inspector/F-8 gst-inspector.desktop, NONE, 1.1 gst-inspector.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Wed Oct 31 18:20:13 UTC 2007


Author: jcollie

Update of /cvs/pkgs/rpms/gst-inspector/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19290

Modified Files:
	.cvsignore sources 
Added Files:
	gst-inspector.desktop gst-inspector.spec 
Log Message:
Importing gst-inspector to F-8


--- NEW FILE gst-inspector.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=GStreamer Inspector
Comment=Multimedia system plugin introspection
Exec=gst-inspector
Icon=gst-inspector.svg
Terminal=false
Type=Application
Categories=Development;GNOME;
StartupWMClass=gst-inspector


--- NEW FILE gst-inspector.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           gst-inspector
Version:        0.3
Release:        5%{?dist}
Summary:        An introspection data viewer for the GStreamer multimedia framework

Group:          Development/Languages
License:        GPLv3+
URL:            http://renestadler.de/projects/gst-inspector
Source0:        http://renestadler.de/files/gst-inspector/gst-inspector-%{version}.tar.gz
Source1:	gst-inspector.desktop
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  intltool
BuildRequires:  gettext
BuildRequires:  desktop-file-utils
Requires:       gstreamer-python >= 0.10.5
Requires:       pygtk2 >= 2.10.0
Requires:       pygobject2 >= 2.12.3
Requires:       hicolor-icon-theme

%description
GStreamer Inspector is an introspection data viewer for the GStreamer
multimedia framework. Developers of GStreamer applications can use it
to find out about the various elements available in the system.

It can be thought of as a graphical variant of the gst-inspect
program, which currently serves as the canonical source of
introspection information for many developers.

%prep
%setup -q

%build
%{__python} setup.py build

%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
sed -i -e 's@%{buildroot}@@' %{buildroot}%{_bindir}/gst-inspector
desktop-file-install --vendor=""                      \
        --dir=%{buildroot}%{_datadir}/applications/   \
        %{SOURCE1}

%clean
rm -rf %{buildroot}

%post
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi

%postun
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README TODO

%{_bindir}/gst-inspector
%{_datadir}/gst-inspector
%{_datadir}/applications/gst-inspector.desktop
%{_datadir}/icons/hicolor/48x48/apps/gst-inspector.png
%{_datadir}/icons/hicolor/scalable/apps/gst-inspector.svg
%{python_sitelib}/*

%changelog
* Mon Oct 29 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.3-5
- Fix desktop file install on devel

* Mon Oct 29 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.3-4
- Fix desktop file install on devel

* Fri Oct 26 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.3-3
- Fix macro usage

* Thu Oct 25 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.3-2
- Add postun and redo post section to match
- Require hicolor-icons-theme
- Change category for desktop entry

* Tue Oct 23 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.3-1
- Update to 0.3
- Fix license field
- Make desktop file a source file rather than inline it in the spec.

* Sun Jul  8 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.2-1
- Update to 0.2

* Sat Jun  9 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.1-1
- First version for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gst-inspector/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Oct 2007 17:11:07 -0000	1.1
+++ .cvsignore	31 Oct 2007 18:19:40 -0000	1.2
@@ -0,0 +1 @@
+gst-inspector-0.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gst-inspector/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Oct 2007 17:11:07 -0000	1.1
+++ sources	31 Oct 2007 18:19:40 -0000	1.2
@@ -0,0 +1 @@
+69bcc7a8939582ebdb806579947b316c  gst-inspector-0.3.tar.gz




More information about the fedora-extras-commits mailing list