]> git.pld-linux.org Git - packages/devhelp.git/commitdiff
- updated to 0.5.0
authortrojan <trojan@pld-linux.org>
Thu, 6 Mar 2003 10:19:03 +0000 (10:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    devhelp.spec -> 1.15

devhelp.spec

index 68c47744e1f40e73af05e20ae125b6bc4435c18b..dd7248ac8ea01e2dad787e588d2d59b6e554dc97 100644 (file)
@@ -1,27 +1,19 @@
 Summary:       DevHelp is a developer's help program for GNOME
 Summary(pl):   Program pomocy dla developerów GNOME
 Name:          devhelp
-Version:       0.4
+Version:       0.5.0
 Release:       1
 License:       GPL
 Group:         X11/Applications
 Source0:       http://www.devhelp.net/download/%{name}-%{version}.tar.gz
 URL:           http://www.devhelp.net/
-BuildRequires: GConf-devel >= 0.12
-BuildRequires: ORBit-devel >= 0.5.7
 BuildRequires: autoconf
-BuildRequires: gdk-pixbuf-gnome-devel >= 0.18.0
-BuildRequires: glib-devel >= 1.2.9
-BuildRequires: gnome-libs-devel >= 1.2.8
-BuildRequires: gnome-print-devel >= 0.29
-BuildRequires: gnome-vfs-devel >= 1.0.0
-BuildRequires: gtkhtml-devel >= 0.10.0
-BuildRequires: gtk+-devel >= 1.2.9
-BuildRequires: libxml-devel >= 1.8.10
+BuildRequires: gnome-vfs2-devel
+BuildRequires: libgnomeui-devel
+BuildRequires: libgtkhtml-devel
+BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _sysconfdir     /etc/X11/GNOME
-
 %description
 DevHelp is a developer's help program for GNOME.
 
@@ -45,8 +37,6 @@ install -d $RPM_BUILD_ROOT%{_sysconfdir}/gconf \
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT 
 
-mv -f $RPM_BUILD_ROOT%{_datadir}/gnome/apps $RPM_BUILD_ROOT%{_applnkdir}
-
 %find_lang %{name}
 
 %clean
@@ -57,13 +47,6 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS ChangeLog NEWS README TODO
 %attr(755,root,root) %{_bindir}/devhelp
 %dir %{_libdir}/*/*
-%dir %{_datadir}/%{name}
-%dir %{_datadir}/%{name}/books
-%dir %{_datadir}/%{name}/specs
-%{_datadir}/%{name}/glade
-%{_applnkdir}/Development/*
-%{_datadir}/gnome/ui/*
-%{_datadir}/images/%{name}
-%{_datadir}/oaf/*
+%{_datadir}/applications/*.desktop
+%{_datadir}/%{name}
 %{_pixmapsdir}/*
-%{_sysconfdir}/*/*/*
This page took 0.042715 seconds and 4 git commands to generate.