[dillo/f15] Revert "3.0.0-1"

Andreas Bierfert awjb at fedoraproject.org
Tue Sep 27 17:10:36 UTC 2011


commit c372c388e7f9105fde3b8c03fbc5d8786041f1d2
Author: Andreas Bierfert <andreas.bierfert at lowlatency.de>
Date:   Tue Sep 27 19:03:50 2011 +0200

    Revert "3.0.0-1"
    
    This reverts commit d77a41a5bc76746b32c0d177e6f130c1d622d759.

 .gitignore |    1 -
 dillo.spec |   16 +++++++++-------
 sources    |    2 +-
 3 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c09418c..501401f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
 dillo-0.8.6.tar.bz2
 /dillo3-20110804.tar.bz2
 /dillo3-20110901.tar.bz2
-/dillo-3.0.tar.bz2
diff --git a/dillo.spec b/dillo.spec
index 817cb10..1d0a98f 100644
--- a/dillo.spec
+++ b/dillo.spec
@@ -1,13 +1,16 @@
+%global hgdate 20110901
 Name:           dillo
 Version:        3.0.0
-Release:        1%{?dist}
+Release:        0.2.%{hgdate}%{?dist}
 
 Summary:        Very small and fast GUI web browser
 
 Group:          Applications/Internet
 License:        GPLv3+
 URL:            http://www.dillo.org/
-Source0:        http://www.dillo.org/download/dillo-3.0.tar.bz2
+# hg clone http://hg.dillo.org/dillo dillo3
+# gtar -cjvf dillo3-20110901.tar.bz2 dillo3
+Source0:        dillo3-%{hgdate}.tar.bz2
 Source1:        %{name}.desktop
 Source2:        %{name}.png
 Patch0:         dillo3-dso.patch
@@ -22,6 +25,7 @@ BuildRequires:  openssl-devel
 BuildRequires:  libXft-devel
 BuildRequires:  fltk-devel >= 1.3.0
 BuildRequires:  gettext
+BuildRequires:  autoconf automake
 
 # #676710 dillo requires iso8859 fonts
 Requires:       wget
@@ -33,10 +37,12 @@ Dillo is a very small and fast web browser using GTK.
 Currently: no frames,https,javascript.
 
 %prep
-%setup -q -n %{name}-3.0
+%setup -q -n dillo3
 
 %patch0 -p1 -b.dso
 
+./autogen.sh
+
 %build
 %configure --disable-dependency-tracking --enable-ipv6 --enable-ssl
 
@@ -80,10 +86,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/%{name}
 
 %changelog
-* Thu Sep 08 2011 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
-- 3.0.0-1
-- upgrade to release
-
 * Thu Sep 01 2011 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 - 3.0.0-0.2.20110901
 - current snapshot
diff --git a/sources b/sources
index 0c45c5c..a6ca44b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-448f44a923222270cb0c84e55adc1be1  dillo-3.0.tar.bz2
+d27f5810f2b213ee098c46c47dd1b95c  dillo3-20110901.tar.bz2


More information about the scm-commits mailing list