]> git.pld-linux.org Git - packages/test.git/commitdiff
- testing detection of VR diffs among packages auto/th/test-1-0.1
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 18 Oct 2013 20:09:19 +0000 (22:09 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 18 Oct 2013 20:09:19 +0000 (22:09 +0200)
test.spec

index 0b098192879d77bf08004311a2c73e35cb04c00f..09dd0c03dc96d2c3d8ee9720af671ed84e925de1 100644 (file)
--- a/test.spec
+++ b/test.spec
@@ -14,14 +14,29 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 testing something
 
+%package sub
+Summary:       tes
+Release:       2
+
+%description sub
+x
+
 %prep
 %setup -qcT
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/tmp
+
+:>$RPM_BUILD_ROOT/tmp/xxx
+:>$RPM_BUILD_ROOT/tmp/yyy
 
 %clean
 
 %files
 %defattr(644,root,root,755)
+/tmp/xxx
+
+%files sub
+%defattr(644,root,root,755)
+/tmp/yyy
This page took 0.156876 seconds and 4 git commands to generate.