Search
j0ke.net Open Build Service
>
Projects
>
J0KE.NET
:
infrastructure
>
osc-plugins-gnome
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 4
[-]
[+]
Added
osc-plugins-gnome.spec
@@ -0,0 +1,53 @@ +# norootforbuild + +# We need this for /var/lib/osc-plugins ownership +BuildRequires: osc +Name: osc-plugins-gnome +Version: 0.4.27 +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 +# The osc-gnome plugin was renamed osc-collab, and is now in a separate package. +Recommends: osc-plugin-collab +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