[dpsearch] Update to latest snapshot.

Ricky Elrod codeblock at fedoraproject.org
Mon Feb 20 17:41:21 UTC 2012


commit 2734ae387dc2e0e6aecb46924d74f97e49740f2b
Author: Ricky Elrod <ricky at elrod.me>
Date:   Mon Feb 20 12:40:15 2012 -0500

    Update to latest snapshot.
    
    Also:
    - Fixed how the -devel subpackage requires the non-devel package.
    - Enable openssl compilation. The dpsearch README file adds a licensing exception, making this okay.

 .gitignore    |    1 +
 dpsearch.spec |   19 ++++++++++++-------
 sources       |    2 +-
 3 files changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fefe985..a921c70 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /dpsearch-4.54-2012-02-15.tar.bz2
+/dpsearch-4.54-2012-02-21.tar.bz2
diff --git a/dpsearch.spec b/dpsearch.spec
index a9d6f2e..cd1f443 100644
--- a/dpsearch.spec
+++ b/dpsearch.spec
@@ -1,7 +1,7 @@
-%define snapshot 2012-02-15
+%define snapshot 2012-02-21
 Name:           dpsearch
 Version:        4.54
-Release:        0.1.20120215snap%{?dist}
+Release:        0.1.20120221snap%{?dist}
 Summary:        DataparkSearch Engine
 
 Group:          Applications/Internet
@@ -21,8 +21,8 @@ BuildRequires:  httpd-devel
 BuildRequires:  php-devel
 BuildRequires:  libidn-devel
 BuildRequires:  sqlite-devel
-#BuildRequires:  openssl-devel
-#Requires:       openssl
+BuildRequires:  openssl-devel
+Requires:       openssl
 
 %description
 DataparkSearch Engine is a full-featured open source web-based
@@ -32,7 +32,7 @@ websites, intranet or local system.
 
 %package devel
 Summary:        Development files for the DataparkSearch Engine
-Requires:       dpsearch-%{version}-%{release}
+Requires:       dpsearch = %{version}-%{release}
 
 %description devel
 C development and header files for the DataparkSearch Engine.
@@ -51,8 +51,8 @@ C development and header files for the DataparkSearch Engine.
 --includedir=%{_prefix}/include/%{name} \
 --datarootdir=%{_datadir}/%{name} \
 --docdir=%{_defaultdocdir}/%{name}-%{version} \
---sysconfdir=%{_sysconfdir}/%{name}
-#--with-openssl=%%{_prefix}/include/openssl/
+--sysconfdir=%{_sysconfdir}/%{name} \
+--with-openssl=%{_prefix}/include/openssl/
 make %{?_smp_mflags}
 
 %install
@@ -91,5 +91,10 @@ rm -rf %{buildroot}
 %{_libdir}/%{name}
 
 %changelog
+* Wed Feb 20 2012 Ricky Elrod <codeblock at fedoraproject.org> - 4.54-0.1.20120221snap
+- Fixed how the -devel subpackage requires the non-devel package.
+- Update to latest snapshot.
+- Enable openssl compilation. The dpsearch README file adds a licensing exception, making this okay.
+
 * Wed Feb 17 2012 Ricky Elrod <codeblock at fedoraproject.org> - 4.54-0.1.20120215snap
 - Initial build.
diff --git a/sources b/sources
index e9eeff5..815db20 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6409c57285b013abdd33118ef02cc824  dpsearch-4.54-2012-02-15.tar.bz2
+17188d09396da0de4b0e31ef32b61260  dpsearch-4.54-2012-02-21.tar.bz2


More information about the scm-commits mailing list