From 3d18e198d27190a4bfe8acd66518773acc39f4d7 Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Tue, 26 Apr 2005 23:25:40 +0000 Subject: - import --- rpm-mandriva-setup.spec | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 rpm-mandriva-setup.spec (limited to 'rpm-mandriva-setup.spec') 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 0.0.1-1mdk +- First mandriva spec + -- cgit v1.2.1