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.2.0
Release: 1
License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.gz
Group: Development/Tools/Other
Summary: Plugins for the osc tool to assist with GNOME development and maintenance
URL: http://en.opensuse.org/GNOME/Patches
Requires: osc
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/Patches for an idea of what we are trying
to achieve and http://en.opensuse.org/Build_Service/CLI for general
information about osc.
# %package -n qr
# Group: Development/Tools/Other
# Summary: An experimental quilt replacement tool
# Requires: mercurial
# %description -n qr
# This is an experimental quilt replacement tool with an emphasis on
# enhanced usability and power.
%prep
%setup
%build
%configure
%install
%makeinstall
%clean
rm -rf "$RPM_BUILD_ROOT"
%files
%defattr(-,root,root)
%doc README AUTHORS NEWS COPYING
/var/lib/osc-plugins/*.py
%dir %{_datadir}/%{name}/templates
%{_datadir}/%{name}/templates/*.spec
%dir %{py_sitedir}/oscpluginsgnome
%{py_sitedir}/oscpluginsgnome/*.py
# %files -n qr
# %defattr(-, root, root)
%changelog