diff options
author | Anand Avati <avati@redhat.com> | 2012-07-18 13:53:59 -0700 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-07-18 14:32:32 -0700 |
commit | 083556e498ede1d97011162b9731f2c4f544af59 (patch) | |
tree | 6547491bfef4d3c56e2be3bc03efbe1e6b1efc1a /glusterfs.spec.in | |
parent | 67a85803b58ece292bbf50125b39b9e10db45320 (diff) |
glusterfs-api.pc: include pkgconfig file in -devel RPM
Previous patch missed out including the .pc file in the -devel
RPM while purging the -api.rpm.
Change-Id: I895feefc62e88a962a829612aa829401fed081f8
BUG: 839950
Signed-off-by: Anand Avati <avati@redhat.com>
Reviewed-on: http://review.gluster.com/3693
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index df88568ef..ccd79ae39 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -420,6 +420,7 @@ fi %files devel %defattr(-,root,root,-) %{_includedir}/glusterfs +%{_libdir}/pkgconfig/glusterfs-api.pc %exclude %{_includedir}/glusterfs/y.tab.h %{_libdir}/*.so |