rpms/dillo/FC-3 .cvsignore, 1.4, 1.5 dillo.spec, 1.6, 1.7 sources, 1.4, 1.5

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Sat Mar 4 08:20:27 UTC 2006


Author: awjb

Update of /cvs/extras/rpms/dillo/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20320/FC-3

Modified Files:
	.cvsignore dillo.spec sources 
Log Message:
- reenable build
- add dist
- version upgrade



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/dillo/FC-3/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	18 Jan 2005 18:54:15 -0000	1.4
+++ .cvsignore	4 Mar 2006 08:20:26 -0000	1.5
@@ -1 +1 @@
-dillo-0.8.4.tar.bz2
+dillo-0.8.5.tar.bz2


Index: dillo.spec
===================================================================
RCS file: /cvs/extras/rpms/dillo/FC-3/dillo.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dillo.spec	9 Feb 2005 23:44:00 -0000	1.6
+++ dillo.spec	4 Mar 2006 08:20:26 -0000	1.7
@@ -1,38 +1,41 @@
 Name:           dillo
-Version:        0.8.4
-Release:        2
-Epoch:          0
+Version:        0.8.5
+Release:        1%{?dist}
+
 Summary:        Very small and fast GUI web browser
 
 Group:          Applications/Internet
 License:        GPL
 URL:            http://www.dillo.org/
-Source0:        http://www.dillo.org/download/dillo-0.8.4.tar.bz2
+Source0:        http://www.dillo.org/download/dillo-0.8.5.tar.bz2
 Source1:        %{name}.desktop
 Source2:        %{name}.png
-Patch0:		dillo-0.8.0-nodebug.patch
+Patch0:         dillo-0.8.0-nodebug.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  gtk+-devel 
+BuildRequires:  gtk+-devel
 BuildRequires:  zlib-devel
 BuildRequires:  desktop-file-utils
-BuildRequires:  libpng-devel >= 0:1.2.0
-BuildRequires:  libjpeg-devel = 0:6b
-Requires:	wget
-Provides:	webclient
+BuildRequires:  libpng-devel >= 1.2.0
+BuildRequires:  libjpeg-devel = 6b
+Requires:       wget
+Provides:       webclient
 
 %description
 Dillo is a very small and fast web browser using GTK.
 Currently: no frames,https,javascript.
 
+
 %prep
 %setup -q
 %patch0
 
+
 %build
 %configure --disable-dependency-tracking --enable-ipv6
 make %{?_smp_mflags}
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -40,8 +43,8 @@
 rm -f doc/Makefile*
 
 %{__install} -d -m0755 $RPM_BUILD_ROOT/%{_datadir}/applications
-desktop-file-install --vendor fedora  \
-        --add-category X-Fedora				\
+desktop-file-install --vendor fedora \
+        --add-category X-Fedora \
         --dir $RPM_BUILD_ROOT/%{_datadir}/applications  \
         %{SOURCE1}
 %{__install} -Dpm 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps/dillo.png
@@ -51,10 +54,10 @@
 rm -rf $RPM_BUILD_ROOT
 
 
-%files 
+%files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README ChangeLog doc
-%config(noreplace) %{_sysconfdir}/*    
+%config(noreplace) %{_sysconfdir}/*
 %{_bindir}/*
 %{_datadir}/applications/*.desktop
 %{_datadir}/pixmaps/dillo.png
@@ -62,6 +65,12 @@
 
 
 %changelog
+* Sat Mar 04 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.8.5-1
+- reenable build
+- version upgrade
+- add dist
+
 * Thu Feb  3 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:0.8.4-2
 - Add icon, thanks to Robin Humble.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/dillo/FC-3/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	18 Jan 2005 18:54:15 -0000	1.4
+++ sources	4 Mar 2006 08:20:26 -0000	1.5
@@ -1 +1 @@
-ebf17d6cca1fccc8bc80acdf05e736a3  dillo-0.8.4.tar.bz2
+d0ab7fa1d40b310deb891388604188f8  dillo-0.8.5.tar.bz2




More information about the scm-commits mailing list