summaryrefslogtreecommitdiffstats
path: root/gnome
diff options
context:
space:
mode:
authorMichel Salim <salimma@fedoraproject.org>2011-03-21 23:38:44 +0100
committerMichel Salim <salimma@fedoraproject.org>2011-03-21 23:38:44 +0100
commit72a3e0f55a8607073e534b00c4ab1333cb2b1265 (patch)
treeb460a9a122fdb84b0d71d0e08d5cc5585707827a /gnome
parent8c7d6fec3e761e9e906f0e4bd84f54460f4bc681 (diff)
parent6bcd25554979994258e72a738e8146b1b8038279 (diff)
downloadspecs-72a3e0f55a8607073e534b00c4ab1333cb2b1265.tar.gz
specs-72a3e0f55a8607073e534b00c4ab1333cb2b1265.tar.xz
specs-72a3e0f55a8607073e534b00c4ab1333cb2b1265.zip
Merge branch 'master' of ssh://fedorapeople.org/~/public_git/specs
Diffstat (limited to 'gnome')
-rw-r--r--gnome/gedit-valencia.spec89
-rw-r--r--gnome/xnoise-plugins-core.spec87
2 files changed, 0 insertions, 176 deletions
diff --git a/gnome/gedit-valencia.spec b/gnome/gedit-valencia.spec
deleted file mode 100644
index 03159b4..0000000
--- a/gnome/gedit-valencia.spec
+++ /dev/null
@@ -1,89 +0,0 @@
-# when Koji is building SRPM, dependencies won't be installed yet
-%if %($(pkg-config gedit-2.20) ; echo $?)
-# This will get overridden by pkg-config; defaulting to the version in F9
-%global gedit_version 22.2
-%else
-%global gedit_version %(pkg-config gedit-2.20 --modversion)
-%endif
-
-%global debug_package %{nil}
-%global major_ver 0.3
-
-
-Name: gedit-valencia
-Version: %{major_ver}.0
-Release: 3%{?dist}
-Summary: A gedit plugin providing lightweight Vala IDE
-
-Group: Development/Tools
-License: LGPLv2+
-URL: http://yorba.org/valencia
-Source0: http://yorba.org/download/valencia/%{major_ver}/valencia-%{version}.tar.bz2
-Patch0: valencia-0.3.0-fixver.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires: gedit-devel vala-devel libgee-devel vte-devel
-Requires: gedit >= %{gedit_version}
-
-%description
-Valencia is a gedit plugin that turns gedit into a lightweight IDE for Vala.
-Using Valencia, you can easily browse between symbols in a Vala program. You
-can build a Vala program inside gedit and can easily jump to lines with
-build errors. You can also get tooltips for methods and get autocompletion
-suggestions by invoking autocomplete in the appropriate context.
-
-
-%prep
-%setup -q -n valencia-%{version}
-%if 0%{?fedora} >=14 || 0%{?rhel} >= 6
-# These distributions have vala >= 0.9.5, which provide
-# vala-0.10 not vala-1.0
-%patch0 -p1 -b .fixver
-%endif
-
-
-%build
-VFLAGS=
-for f in $RPM_OPT_FLAGS; do
- if [ $f != "-g" ]; then
- VFLAGS="$VFLAGS -X $f "
- fi
-done
-make %{?_smp_mflags} VFLAGS="$VFLAGS"
-
-
-%install
-rm -rf $RPM_BUILD_ROOT
-PLUGINDIR=$RPM_BUILD_ROOT%{_libdir}/gedit-2/plugins
-mkdir -p $PLUGINDIR
-# no debuginfo generation; need to strip the library by hand
-strip libvalencia.so
-cp -p libvalencia.so valencia.gedit-plugin $PLUGINDIR
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
-%files
-%defattr(-,root,root,-)
-%doc AUTHORS COPYING NEWS README THANKS
-%{_libdir}/gedit-2/plugins/*valencia*
-
-
-
-%changelog
-* Tue Oct 19 2010 Michel Salim <salimma@fedoraproject.org> - 0.3.0-3
-- Pass compiler flags as VFLAGS, not CFLAGS
-- Disable debuginfo generation for now, since the script cannot locate
- Vala sources unless one generates intermediate C sources
-
-* Wed Sep 15 2010 Michel Salim <salimma@fedoraproject.org> - 0.3.0-2
-- Make valencia buildable against vala >= 0.9.5 in F-14+ and EL-6+
-
-* Mon Jul 26 2010 Michel Salim <salimma@fedoraproject.org> - 0.3.0-1
-- Update to 0.3.0
-
-* Sun Aug 23 2009 Michel Salim <salimma@fedoraproject.org> - 0.2.1-1
-- Initial Fedora package
-
diff --git a/gnome/xnoise-plugins-core.spec b/gnome/xnoise-plugins-core.spec
deleted file mode 100644
index d564da7..0000000
--- a/gnome/xnoise-plugins-core.spec
+++ /dev/null
@@ -1,87 +0,0 @@
-Name: xnoise-plugins-core
-Version: 0.1.6
-Release: 2%{?dist}
-Summary: Core plugins for xnoise
-
-Group: Applications/Multimedia
-License: GPLv2+
-URL: http://www.xnoise-media-player.com/
-Source0: http://xnoise.googlecode.com/files/%{name}-%{version}.tar.gz
-# http://code.google.com/p/xnoise/issues/detail?id=46
-Patch0: %{name}-0.1.6-no_bold.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires: xnoise-devel = %{version}
-BuildRequires: gstreamer-plugins-base-devel
-BuildRequires: intltool
-BuildRequires: libnotify-devel
-BuildRequires: libsoup-devel
-BuildRequires: libxml2-devel
-BuildRequires: sqlite-devel
-BuildRequires: taglib-devel
-BuildRequires: unique-devel
-
-%description
-This package contains the core plugins for xnoise. Their usage with
-xnoise is optional.
-
-%package devel
-Summary: Development files for %{name}
-Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
-
-%description devel
-The %{name}-devel package contains the pkg-config configuration file
-for developing additional xnoise plugins.
-
-%prep
-%setup -q
-%patch0 -p1 -b .no_bold
-
-
-%build
-# these plugins are currently unstable
-%configure \
- --disable-mediawatcher \
- --disable-lastfm-covers
-make %{?_smp_mflags}
-
-
-%install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
-# remove invalid locale file
-rm -rf $RPM_BUILD_ROOT%{_share}/locale/default
-%find_lang %{name}
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
-%files -f %{name}.lang
-%defattr(-,root,root,-)
-%doc COPYING AUTHORS
-# TODO
-# switch ownership of directory itself to the core xnoise package and
-# enable the line below
-#{_libdir}/xnoise/*
-%{_libdir}/xnoise
-# the license files included here are not used (yet)
-%exclude %{_datadir}/xnoise-plugins-core
-
-%files devel
-%defattr(-,root,root,-)
-%{_libdir}/pkgconfig/%{name}-1.0.pc
-
-
-
-%changelog
-* Sat Jul 3 2010 Michel Salim <salimma@fedoraproject.org> - 0.1.6-2
-- Add missing BR on intltool
-- notification plugin: remove <b>...</b> formatting
-- disable mediawatcher and lastfm-covers plugins for now
-
-* Thu Jun 24 2010 Michel Salim <salimma@fedoraproject.org> - 0.1.6-1
-- Initial package