diff options
Diffstat (limited to 'rpm-mandriva-setup.spec')
-rw-r--r-- | rpm-mandriva-setup.spec | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/rpm-mandriva-setup.spec b/rpm-mandriva-setup.spec new file mode 100644 index 0000000..1f13b66 --- /dev/null +++ b/rpm-mandriva-setup.spec @@ -0,0 +1,42 @@ +%define name rpm-mandriva-setup +%define version 0.0.1 +%define release %mkrel 1 + +Summary: The Mandriva rpm configuration and scripts +Name: %{name} +Version: %{version} +Release: %{release} +Source0: %{name}-%{version}.tar.bz2 +License: GPL +Group: System/Configuration/Packaging +Url: http://cvs.mandriva.com/cgi-bin/cvsweb.cgi/soft/rpm-setup/ +BuildRoot: %{_tmppath}/%{name}-buildroot + +%description +The Mandriva rpm configuration and scripts + +%prep +%setup -q + +%build +%configure +%make + +%install +rm -rf $RPM_BUILD_ROOT +%makeinstall_std + +mkdir -p %buildroot%{_sysconfdir}/rpm/macros.d + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%_prefix/lib/rpm/mandriva +%dir %{_sysconfdir}/rpm/macros.d + +%changelog +* Wed Apr 27 2005 Olivier Thauvin <nanardon@mandriva.org> 0.0.1-1mdk +- First mandriva spec + |