[gearmand] Added libgearman-1.0, libgearman-1.0-devel per upstream

derks derks at fedoraproject.org
Tue Dec 6 23:16:41 UTC 2011


commit 81a5a4e7fdc8a0e82076e11fa7ddecd69846089c
Author: BJ Dierkes <wdierkes at rackspace.com>
Date:   Tue Dec 6 17:16:32 2011 -0600

    Added libgearman-1.0, libgearman-1.0-devel per upstream

 .gitignore    |    1 +
 gearmand.spec |   33 ++++++++++++++++++++++++++++-----
 sources       |    2 +-
 3 files changed, 30 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0dc7a32..4599936 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ gearmand-0.13.tar.gz
 /gearmand-0.20.tar.gz
 /gearmand-0.23.tar.gz
 /gearmand-0.25.tar.gz
+/gearmand-0.26.tar.gz
diff --git a/gearmand.spec b/gearmand.spec
index 6297293..11672b2 100644
--- a/gearmand.spec
+++ b/gearmand.spec
@@ -1,6 +1,6 @@
 
 Name:           gearmand
-Version:        0.25
+Version:        0.26
 Release:        1%{?dist}
 Summary:        A distributed job system
 
@@ -57,9 +57,24 @@ Development headers for %{name}
 Summary:        Development libraries for gearman
 Group:          Development/Libraries
 
-
 %description -n libgearman
-Development libraries for %{name}
+Development libraries for %{name} 1.0
+
+%package -n libgearman-1.0-devel
+Summary:        Development headers for libgearman 1.0
+Requires:       pkgconfig, libgearman = %{version}-%{release}
+Group:          Development/Libraries
+Requires:       libevent-devel
+
+%description -n libgearman-1.0-devel
+Development headers for %{name}
+
+%package -n libgearman-1.0
+Summary:        Development libraries for gearman 1.0
+Group:          Development/Libraries
+
+%description -n libgearman-1.0
+Development libraries for %{name} 1.0
 
 
 %prep
@@ -160,15 +175,23 @@ fi
 %{_mandir}/man3/libgearman*.3*
 
 %files -n libgearman
+defattr(-,root,root,-)
+%dodssssc COPYING
+#%%{_libdir}/libgearman.so.*
+
+%files -n libgearman-1.0-devel
+%defattr(-,root,root,-)
+%{_libdir}/libgearman*.so
+
+%files -n libgearman-1.0
 %defattr(-,root,root,-)
-%doc COPYING
-%{_libdir}/libgearman.so.*
 
 %changelog
 * Tue Nov 22 2011 BJ Dierkes <wdierkes at rackspace.com> - 0.25-1
 - Latest sources from upstream.  Release notes here:
   https://launchpad.net/gearmand/trunk/0.25
 - Also rebuild against libboost_program_options-mt.so.1.47.0 
+- Added libgearman-1.0, libgearman-1.0-devel per upstream 
 
 * Sat Sep 17 2011  Remi Collet <remi at fedoraproject.org> - 0.23-2
 - rebuild against libmemcached.so.8
diff --git a/sources b/sources
index 21611f7..d9ddd98 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f0a8b9f5d71e655653b75a7534f65121  gearmand-0.25.tar.gz
+52a8cc98f649980331cc8011d47af09f  gearmand-0.26.tar.gz


More information about the scm-commits mailing list