]> git.pld-linux.org Git - packages/icewm.git/commitdiff
- added -q %setup parameter,
authorkloczek <kloczek@pld-linux.org>
Fri, 20 Nov 1998 02:35:33 +0000 (02:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- 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 (allow build package from
  non-root account).

Changed files:
    icewm.spec -> 1.1

icewm.spec [new file with mode: 0644]

diff --git a/icewm.spec b/icewm.spec
new file mode 100644 (file)
index 0000000..449b3e4
--- /dev/null
@@ -0,0 +1,61 @@
+Summary:     IceWM X11 Window Manager
+Summary(pl): IceWM - Mened¿er okienek X11
+Name:        icewm
+Version:     0.9.17
+Release:     1
+Copyright:   GPL
+Group:       X11/Window Managers
+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}
+
+%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.
+
+%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.
+
+%prep
+%setup -q
+
+%build
+./config \
+       --with-shape \
+       --with-sm \
+       --with-imlib \
+       --with-gnome \
+#      --with-i18n
+
+make PREFIX=/usr/X11R6 optimize="$RPM_OPT_FLAGS"
+
+%install
+make install \
+       PREFIX=$RPM_BUILD_ROOT/usr/X11R6 \
+       ETCDIR=$RPM_BUILD_ROOT/etc/X11/icewm
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644, root, root, 755)
+%doc README CHANGES TODO BUGS doc/*.html
+/usr/X11R6/lib/X11/icewm
+%attr(755, root, root) /usr/X11R6/bin/*
+
+%changelog
+* 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 (allow build package from
+  non-root account).
This page took 0.060969 seconds and 4 git commands to generate.