]> git.pld-linux.org Git - packages/icewm.git/blobdiff - icewm.spec
- xine: version 0.4.3
[packages/icewm.git] / icewm.spec
index 8ea90955b4051fa23d8d97c62fda32b7ed37a03d..b58546ec2a54dfebc4e2f8eb28d6de90642c913d 100644 (file)
+#
+# TODO:
+# - make a PLD-theme - default :]
+# - bigger menu-file
+#
 Summary:       IceWM X11 Window Manager
 Summary(pl):   IceWM - Mened¿er okienek X11
 Name:          icewm
-Version:       0.9.37
-Release:       1
-Copyright:     GPL
+Version:       1.0.8
+Release:       3
+License:       LGPL
 Group:         X11/Window Managers
+Group(es):     X11/Administraadores De Ventanas
+Group(fr):     X11/Gestionnaires De Fenêtres
 Group(pl):     X11/Zarz±dcy Okien
-Source:                http://www.kiss.uni-lj.si/~k4fr0235/icewm/devel/%{name}-%{version}.src.tar.gz
-URL:           http://berta.fri.uni-lj.si/~markom/icewm/
-BuildRoot:     /tmp/%{name}-%{version}
+Source0:       ftp://download.sourceforge.net/pub/sourceforge/icewm/%{name}-%{version}-5.tar.bz2
+Source1:       IceWM.desktop
+Source2:       %{name}.directory
+Patch0:                icewm-DESTDIR.patch
+Patch1:                %{name}-time.patch
+Patch2:                %{name}-menu.patch
+URL:           http://www.icewm.org/
+BuildRequires: autoconf
+BuildRequires: imlib-devel
+BuildRequires: libjpeg-devel
+BuildRequires: libpng >= 1.0.8
+BuildRequires: libtiff-devel
+BuildRequires: libungif-devel
+BuildRequires: XFree86-devel
+BuildRequires: zlib-devel
+BuildRequires: gnome-libs-devel
+BuildRequires: libstdc++-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _prefix         /usr/X11R6
+%define                _sysconfdir     /etc/X11/icewm/
+%define                _wmpropsdir     %{_datadir}/wm-properties
 
 %description
-Window Manager for X Window System. Can emulate the look of Windows'95,
-OS/2 Warp 3,4, Motif. Tries to take the best features of the above systems.
-Features multiple workspaces, opaque move/resize, task bar, window list,
-mailbox status, digital clock. Fast and small.
+Window Manager for X Window System. Can emulate the look of
+Windows'95, OS/2 Warp 3,4, Motif. Tries to take the best features of
+the above systems. Features multiple workspaces, opaque move/resize,
+task bar, window list, mailbox status, digital clock. Fast and small.
 
 %description -l pl
-Mened¿er okienek pod X11. Mo¿e emulowaæ wygl±d Windows'95, OS/2 Warp 3,4,
-MWM. Mened¿er ten próbije wybraæ najjleprze cechy dostêpne w powy¿szych
-¶rodowiskach jak wiele jednocze¶nie obecnych przestrzeni roboczych, paski
-narzêdziowe, status skrzynki z poczt±, cyfrowy zegar. Jest tak¿e ma³y i
-szybki przy tym.
+Mened¿er okienek pod X11. Mo¿e emulowaæ wygl±d Windows'95, OS/2 Warp
+3,4, MWM. Mened¿er ten próbuje wybraæ najlepsze cechy dostêpne w
+powy¿szych ¶rodowiskach, jak: wiele jednocze¶nie obecnych przestrzeni
+roboczych, paski narzêdziowe, status skrzynki z poczt±, cyfrowy zegar.
+Jest przy tym ma³y i szybki.
+
+%package -n %{name}-themes-base
+Summary:        Pack of themes for icewm
+Summary(pl):    Zestaw tematów dla icewm
+Group:         Themes
+Group(de):     Themen
+Group(pl):     Motywy
+Requires:      icewm
+
+%description -n %{name}-themes-base
+Standard pack of themes delivered with icewm.
+All of them made by Marko Macek:
+gtk2, metal2, motif, nice, warp3, warp4, win95
 
-%prep
+%description -n %{name}-themes-base -l pl
+Standardowy zestaw tematów dla IceWM'a, dostarczany wraz nim.
+Wszystkie stwarzone przez Marko Macek:
+gtk2, metal2, motif, nice, warp3, warp4, win95
+
+%prep -q
 %setup -q
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
-./config \
+autoconf
+%configure \
        --with-shape \
+       --with-docdir=/usr/share/doc \
+       --with-cfgdir=%{_sysconfdir} \
        --with-sm \
        --with-imlib \
        --with-gnome \
-#      --with-i18n
+       --with-gnome-menus \
+       --with-i18n \
+       --enable-nls \
+       --enable-guievents \
+       --with-imlib 
 
-make PREFIX=/usr/X11R6 optimize="$RPM_OPT_FLAGS"
+%{__make}
 
 %install
-make install \
-       PREFIX=$RPM_BUILD_ROOT/usr/X11R6 \
-       ETCDIR=$RPM_BUILD_ROOT/etc/X11/icewm
+rm -rf $RPM_BUILD_ROOT
+%{__install} -d $RPM_BUILD_ROOT{%{_wmpropsdir},%{_applnkdir}/Settings/IceWM}
 
-gzip -9nf README CHANGES TODO BUGS
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%{__install} %{SOURCE1} $RPM_BUILD_ROOT%{_wmpropsdir}
+%{__install} %{SOURCE2} $RPM_BUILD_ROOT%{_applnkdir}/Settings/IceWM/.directory
+%{__install} lib/keys $RPM_BUILD_ROOT%{_sysconfdir}/keys
+%{__install} lib/menu $RPM_BUILD_ROOT%{_sysconfdir}/menu
+%{__install} lib/toolbar $RPM_BUILD_ROOT%{_sysconfdir}toolbar
+%{__install} lib/preferences $RPM_BUILD_ROOT%{_sysconfdir}/preferences
+%{__install} lib/winoptions $RPM_BUILD_ROOT%{_sysconfdir}/winoptions
+
+gzip -9nf README CHANGES TODO BUGS FAQ icewm.lsm PLATFORMS
+
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc {README,CHANGES,TODO,BUGS}.gz doc/*.html
-/usr/X11R6/lib/X11/icewm
-%attr(755,root,root) /usr/X11R6/bin/*
-
-%changelog
-* Fri Mar 19 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
-  [0.9.34-1]
-- added gzipping some %doc,
-- added Group(pl).
-
-* Fri Nov 20 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
-  [0.9.17-1]
-- added -q %setup parameter,
-- changed Buildroot to /tmp/%%{name}-%%{version}-root,
-- added using %%{name} and %%{version} in Source,
-- added using $RPM_OPT_FLAGS during compile,
-- added pl translation,
-- added %attr and %defattr macros in %files (allows build package from
-  non-root account).
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
+%doc *.gz doc/*.*ml
+%attr(755,root,root) %{_bindir}/*
+%attr(644,root,root)
+%dir %{_applnkdir}/Settings/IceWM
+%{_applnkdir}/Settings/IceWM/.directory
+%{_wmpropsdir}/*
+%dir %{_libdir}/X11/icewm
+%{_libdir}/X11/icewm/icons/*
+%{_libdir}/X11/icewm/ledclock/*
+%{_libdir}/X11/icewm/mailbox/*
+%{_libdir}/X11/icewm/taskbar/*
+%{_libdir}/X11/icewm/themes/Infadel2/*
+
+%files -n %{name}-themes-base
+%{_libdir}/X11/icewm/themes/gtk2/*
+%{_libdir}/X11/icewm/themes/metal2/*
+%{_libdir}/X11/icewm/themes/motif/*
+%{_libdir}/X11/icewm/themes/nice/*
+%{_libdir}/X11/icewm/themes/warp3/*
+%{_libdir}/X11/icewm/themes/warp4/*
+%{_libdir}/X11/icewm/themes/win95/*
This page took 0.046198 seconds and 4 git commands to generate.