]> git.pld-linux.org Git - packages/dillo.git/commitdiff
- added URL, dillo-0_5_1-1
authorkloczek <kloczek@pld-linux.org>
Thu, 19 Jul 2001 22:48:48 +0000 (22:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added desktop file for dillo,
- regenerate ac/am files (spec is now ac 2.5x ready).

Changed files:
    dillo.spec -> 1.6

dillo.spec

index 67e88ce63662ba5af0b15f43be10363a49388e2d..3719aefd55138e3ff7e1977f9bb0f136a96fed04 100644 (file)
@@ -8,6 +8,10 @@ Group:         X11/Applications/Networking
 Group(de):     X11/Applikationen/Netzwerkwesen
 Group(pl):     X11/Aplikacje/Sieciowe
 Source0:       http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source1:       %{name}.desktop
+URL:           http://dillo.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: libjpeg-devel
 BuildRequires: gtk+-devel >= 1.2.0
 Buildrequires: libpng-devel >= 1.0.9
@@ -26,14 +30,20 @@ sieci.
 %setup -q
 
 %build
+aclocal
+autoconf
+automake -a -c
 %configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_applnkdir}/Network/WWW
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
+install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Network/WWW
+
 gzip -9nf doc/{*.txt,README} AUTHORS ChangeLog
 
 %clean
@@ -43,3 +53,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc *.gz doc/*.gz
 %attr(755,root,root) %{_bindir}/dillo
+%{_applnkdir}/Network/WWW/*
This page took 0.046866 seconds and 4 git commands to generate.