File gconf2-rpm-macros.spec of Package gconf2-rpm-macros
#
# spec file for package gconf2-rpm-macros (Version 0.0)
#
# Copyright (c) 2007 James Ogley
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments to feedback@usr-local-bin.org
#
Name: gconf2-rpm-macros
Version: 0.0
Release: 0
License: GPL
Group: Development/Libraries
Autoreqprov: on
Summary: GConf RPM Macros
URL: http://en.opensuse.org/GNOME
Source0: macros.gconf2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArchitectures: noarch
Requires: gconf2
%description
This package provides the new RPM macros for GConf on older products.
Author: Stanislav Brabec.
%install
mkdir -p $RPM_BUILD_ROOT/etc/rpm
install -m 755 %SOURCE0 $RPM_BUILD_ROOT/etc/rpm
%clean
rm -rf $RPM_BUILD_ROOT
%files -n %{name}
%defattr(-, root, root)
/etc/rpm/macros.gconf2
%changelog -n %{name}
* Sat Jun 09 2007 - james@usr-local-bin.org
- Initial package.