]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-gstreamer.patch
- rel 49; rebuild with new libproxy
[packages/rpm.git] / rpm-gstreamer.patch
1 diff -urN rpm/lib/rpmfc.c rpm.new/lib/rpmfc.c
2 --- rpm/lib/rpmfc.c     2008-12-28 13:38:03.000000000 +0100
3 +++ rpm.new/lib/rpmfc.c 2008-12-31 22:20:54.000000000 +0100
4 @@ -960,13 +960,15 @@
5         /*@modifies rpmGlobalMacroContext, fileSystem, internalState @*/
6  {
7      const char * fn = fc->fn[fc->ix];
8 -    int flags = 0;
9 +    int flags = 0, xx;
10  
11      if (fc->skipProv)
12         flags |= RPMELF_FLAG_SKIPPROVIDES;
13      if (fc->skipReq)
14         flags |= RPMELF_FLAG_SKIPREQUIRES;
15  
16 +    xx = rpmfcHelper(fc, 'P', "gstreamer");
17 +
18      return rpmdsELF(fn, flags, rpmfcMergePR, fc);
19  }
20  
21 diff -urN rpm/macros.in rpm.new/macros.in
22 --- rpm/macros.in       2008-12-28 13:38:02.000000000 +0100
23 +++ rpm.new/macros.in   2008-12-28 15:18:46.000000000 +0100
24 @@ -1505,5 +1505,7 @@
25  # helper is also used by %{_rpmhome}/rpmdeps --provides
26  %__mimetype_provides %{_rpmhome}/mimetypedeps.sh --provides
27  
28 +%__gstreamer_provides %{nil}
29 +
30  # \endverbatim
31  #*/
This page took 0.025327 seconds and 3 git commands to generate.