File osc-plugins-gnome.spec of Package osc-plugins-gnome
# norootforbuild
# We need this for /var/lib/osc-plugins ownership
BuildRequires: osc
Name: osc-plugins-gnome
Version: 0.4.21
Release: 1
License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.gz
Patch0: osc-plugins-gnome-dumb-rpmlint.patch
Group: Development/Tools/Other
Summary: Plugins for the osc tool to assist with GNOME development and maintenance
URL: http://en.opensuse.org/GNOME/OSC_plugins
# We recommend osc rather than require it so that people running
# osc out of svn can still install the plugins.
Recommends: osc >= 0.110
Requires: diffutils
Obsoletes: osc-listpatches
Provides: osc-listpatches
%description
This package is a collection of osc plugins to assist maintenance of GNOME
packages.
See http://en.opensuse.org/GNOME/OSC_plugins for an idea of what we are trying
to achieve and http://en.opensuse.org/Build_Service/CLI for general
information about osc.
%prep
%setup
%patch0 -p2
%build
%configure
%install
%makeinstall
%clean
rm -rf "$RPM_BUILD_ROOT"
%files
%defattr(-,root,root)
%doc README AUTHORS NEWS COPYING
/var/lib/osc-plugins/*.py
%{_datadir}/%{name}
%{py_sitedir}/oscpluginsgnome
%{_bindir}/spec2series
%changelog