summaryrefslogtreecommitdiffstats
path: root/testdata/testa/media/specs/test-dep.spec
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/testa/media/specs/test-dep.spec')
-rw-r--r--testdata/testa/media/specs/test-dep.spec38
1 files changed, 38 insertions, 0 deletions
diff --git a/testdata/testa/media/specs/test-dep.spec b/testdata/testa/media/specs/test-dep.spec
new file mode 100644
index 0000000..c56756e
--- /dev/null
+++ b/testdata/testa/media/specs/test-dep.spec
@@ -0,0 +1,38 @@
+# $Id: test-dep.spec 31957 2005-12-23 00:01:00Z othauvin $
+Summary: test rpm dependencies for perl-URPM test suite
+BuildArch: noarch
+Name: test-dep
+Version: 1.0
+Release: 1mdk
+License: GPL
+Group: Application/Development
+BuildRoot: %{_tmppath}/%{name}-root
+Requires: test-rpm
+Conflicts: test-rpm
+Obsoletes: test-rpm
+
+%description
+test rpm for dependencies
+
+%prep
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+mkdir -p $RPM_BUILD_ROOT%_sysconfdir
+
+date >> $RPM_BUILD_ROOT%_sysconfdir/%name
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root)
+%config(noreplace) %_sysconfdir/%name
+
+%changelog
+* Thu Apr 22 2004 Olivier Thauvin <thauvin@aerov.jussieu.fr> 1-1mdk
+- initial build
+
+