rpms/gst-inspector/devel gst-inspector.desktop.in, 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
Mon Oct 29 17:37:05 UTC 2007


Author: jcollie

Update of /cvs/pkgs/rpms/gst-inspector/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8576/devel

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



--- NEW FILE gst-inspector.desktop.in ---
[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
Version=@VERSION@


--- 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:        3%{?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.in
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
sed -e 's/@VERSION@/%{version}/' < %{SOURCE1} > gst-inspector.desktop
desktop-file-install --vendor=""                      \
        --dir=%{buildroot}%{_datadir}/applications/   \
        gst-inspector.desktop

%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
* 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/devel/.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	29 Oct 2007 17:36:33 -0000	1.2
@@ -0,0 +1 @@
+gst-inspector-0.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gst-inspector/devel/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	29 Oct 2007 17:36:33 -0000	1.2
@@ -0,0 +1 @@
+69bcc7a8939582ebdb806579947b316c  gst-inspector-0.3.tar.gz




More information about the fedora-extras-commits mailing list