]> git.pld-linux.org Git - packages/dillo.git/commitdiff
- added missing dir (/etc/dillo)
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 14 Mar 2003 20:21:29 +0000 (20:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release back to 0.9 (functionality loss since 0.6.6 - gettext patch)

Changed files:
    dillo.spec -> 1.30

dillo.spec

index cd2e69d6a2d127e6a4e6db28c745322b8ec56725..001cb8c24f98537f8ee044667efe24762e282048 100644 (file)
@@ -3,7 +3,7 @@ Summary:        DILLO - The GTK Web Browser
 Summary(pl):   DILLO - przeglĀ±darka web
 Name:          dillo
 Version:       0.7.1.2
-Release:       1
+Release:       0.1
 License:       GPL
 Group:         X11/Applications/Networking
 Source0:       http://dillo.auriga.wearlab.de/download/%{name}-%{version}.tar.gz
@@ -19,7 +19,7 @@ BuildRequires:        libjpeg-devel
 Buildrequires: libpng-devel >= 1.0.9
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define        _sysconfdir /etc/dillo
+%define                _sysconfdir     /etc/dillo
 
 %description
 Dillo is small, fast, based on GTK+ library web browser written in C.
@@ -63,4 +63,5 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/*
 %{_applnkdir}/Network/WWW/*
 %{_pixmapsdir}/*
-%{_sysconfdir}/*
+%dir %{_sysconfdir}
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/*
This page took 0.091669 seconds and 4 git commands to generate.