]> git.pld-linux.org Git - packages/dillo.git/blobdiff - dillo.spec
- updated to 0.8.2 [patches too]
[packages/dillo.git] / dillo.spec
index 64cc0cf478d7297ac19df6866a6f8e5b3bbc76cd..7e0b7600880fcae49150203769f73403ff80f6f5 100644 (file)
@@ -2,12 +2,12 @@
 Summary:       DILLO - The GTK Web Browser
 Summary(pl):   DILLO - przegl±darka web
 Name:          dillo
-Version:       0.7.3
+Version:       0.8.2
 Release:       1
 License:       GPL
 Group:         X11/Applications/Networking
 Source0:       http://www.dillo.org/download/%{name}-%{version}.tar.bz2
-# Source0-md5: 896f4d8c752b86376bfb445740f01470
+# Source0-md5: 4322f339aa4a4a2a4ba9a11444df9c67
 Source1:       %{name}.desktop
 Source2:       %{name}.png
 Patch0:                %{name}-gzip_fallback.patch
@@ -17,20 +17,24 @@ BuildRequires:      autoconf
 BuildRequires: automake
 BuildRequires: gtk+-devel >= 1.2.0
 BuildRequires: libjpeg-devel
-Buildrequires: libpng-devel >= 1.0.9
+BuildRequires: libpng-devel >= 1.0.9
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sysconfdir     /etc/dillo
 
 %description
-Dillo is small, fast, based on GTK+ library web browser written in C.
+Dillo is a small GTK+ based (GNOME is NOT required!) web browser.
+Dillo aims to be a multi-platform browser alternative that's small, 
+stable, developer-friendly, usable, fast, and extensible.
 
 %description -l pl
-Dillo jest ma³±, szybk±, bazuj±c± na bibliotece GTK+ przegl±dark±
-sieci.
+Dillo jest ma³±, bazuj±c± na bibliotece GTK+ (GNOME nie jest wymagany)
+przegl±dark± sieci. Dillo ma byæ wieloplatformow± alternatywn±
+przegl±dark±, która jest ma³a, stabilna, przyjazna dla developerów,
+u¿yteczna, szybka i rozszerzalna.
 
 %prep
-%setup  -q 
+%setup  -q
 %patch0 -p1
 %patch1 -p1
 
@@ -46,13 +50,14 @@ rm -f missing
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_applnkdir}/Network/WWW,%{_pixmapsdir},%{_sysconfdir}}
+install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir},%{_sysconfdir}}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Network/WWW
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
+install encodings  $RPM_BUILD_ROOT%{_sysconfdir}
 
 #%%find_lang %{name}
 
@@ -64,7 +69,9 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog dillorc encodings doc/{*.txt,README}
 %attr(755,root,root) %{_bindir}/*
-%{_applnkdir}/Network/WWW/*
+%{_desktopdir}/*
 %{_pixmapsdir}/*
+%dir %{_libdir}/dillo
+%attr(755,root,root) %{_libdir}/dillo/*
 %dir %{_sysconfdir}
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/*
This page took 0.115075 seconds and 4 git commands to generate.