Author: krolik Date: Wed Jun 22 19:57:34 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - initial
---- Files affected: SPECS: wmconfig.spec (1.70 -> 1.71) (NEW) ---- Diffs: ================================================================ Index: SPECS/wmconfig.spec diff -u /dev/null SPECS/wmconfig.spec:1.71 --- /dev/null Wed Jun 22 21:57:34 2005 +++ SPECS/wmconfig.spec Wed Jun 22 21:57:29 2005 @@ -0,0 +1,66 @@ +Summary: Menu generation tool +Summary(pl): Narzędzie do generowania menu +Name: wmconfig +Version: 1.2.4 +Release: 1 +License: GPL +Group: X11/Window Managers +Source0: http://www.arrishq.net/downloads/%{name}-%{version}.tar.bz2 +URL: http://www.arrishq.net +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Wmconfig is a menu generation tool for various window managers and +desktop environments. See "wmconfig --help" for a list of +supported window managers. It reads configuration files and outputs +the menu file to stdout or - if supported - to files. + +%description -l pl +Wmconfig jest narzędziem do generowania menu dla różnych zarządców +okien i środowisk. Aby zobaczyć listę obsługiwanych managerów +wykonaj polecenie "wmconfig --help". Wmconfig czyta pliki +konfiguracyjne i wyświetla menu na ekranie lub (jeśli jest to +obsługiwane) skierowuje je do pliku. + +%prep +%setup -q + +%build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__automake} + +%configure + +%{__make} \ + CFLAGS="%{rpmcflags}" \ + LDFLAGS="%{rpmldflags}" + +%install +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog README + +%dir %{_sysconfdir}/%{name} +%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/* + +%{_mandir}/man1/* + +%attr(755,root,root) %{_bindir}/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.71 2005/06/22 19:57:29 krolik +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
