gsetroot.spec i gtkterm.spec

Jacek 'jackass' Brzozowski metallowiec at op.pl
Fri Jul 14 12:25:25 CEST 2006


chyba skończyły się problemy w moją skrzynką więc wysyłam jeszcze raz,
(wysyłełem 3dni temu ale nie doszło)
-------------- next part --------------
# $Revision: $, $Date: $
Summary:	gtkterm - clone of the Hyperterminal
Summary(pl):	gtkterm - klon Hyperterminala
Name:		gtkterm
Version:	0.99.5
Release:	1
License:	GPL v2
Group:		X11/Applications
Source0:	http://www.jls-info.com/julien/linux/%{name}-%{version}.tar.gz
# Source0-md5:	007ce7810466396b6452dea9c57c5f02
URL:		http://www.jls-info.com/julien/linux/
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	gtk+2-devel
BuildRequires:	intltool
BuildRequires:	libtool
BuildRequires:	ncurses-devel
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
It is a "clone" of the famous Hyperterminal. But it is much more
simple, that is to say, that it can only communicate with a serial
link and that it does not support all the modem protocols.

%description -l pl
Jest to klon sławnego Hyperterminala. Jednak jest o wile prostszy, to
znaczy może komunikować się tylko z portem, ale nie wspiera wszystkich
protokołów modemowych

%prep
%setup -q

%build
%{__intltoolize}
%{__gettextize}
%{__libtoolize}
%{__aclocal} -I m4
%{__autoconf}
%{__autoheader}
%{__automake}
%configure
%{__make}

%install
rm -rf $RPM_BUILD_ROOT

%{__make} install \
	DESTDIR=$RPM_BUILD_ROOT

%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README TODO
%attr(755,root,root) %{_bindir}/*
%{_mandir}/man1/*

%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org

$Log: gtkterm.spec,v $


-------------- next part --------------
# $Revision: $, $Date: $
Summary:	gsetroot - front-end for Esetroot
Summary(pl):	gsetroot - front-end dla Esetroot
Name:		gsetroot
Version:	1.0
Release:	1
License:	GPL
Group:		X11/Applications
Source0:	http://dl.sourceforge.net/gsetroot/%{name}-%{version}.tar.gz
# Source0-md5:	8abbb5cf0cae3128059d6a1151d29604
Patch0:		%{name}-makefile.patch
URL:		http://gsetroot.sourceforge.net/
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	glitz-devel
BuildRequires:	gtk+2-devel
BuildRequires:	libtool
Requires:	Esetroot
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
gsetroot is a front-ent for Esetroot. It can be used to choose a
wallpaper and configure root window. It works under Window Managers
like FluxBox, Enlightenment, WindowMaker, NextStep, BlackBox, IceWM
and others.

%description -l pl
gsetroot jest front-endem dla Esetroot. Może być używany do wybierania
tapety i konfigurowania nadrzędnego okna. Działa w takich Menedżerach
Okien jak fluxbox, Enlightement, Windowmaker, NextStep, BlackBox,
IceWM oraz innych.

%prep
%setup -q
%patch0 -p1

%build
%{__libtoolize}
%{__aclocal}
%{__autoconf}
%{__autoheader}
%{__automake}
%configure
%{__make}

%install
rm -rf $RPM_BUILD_ROOT

%{__make} install \
	DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README TODO
%doc $RPM_BUILD_ROOT%{_prefix}/doc/%{name}/*
%attr(755,root,root) %{_bindir}/*

%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org

$Log: gsetroot.spec,v $


-------------- next part --------------
--- gsetroot-1.0/po/Makefile.in.in~	2005-02-19 16:44:26.000000000 +0100
+++ gsetroot-1.0/po/Makefile.in.in	2006-01-25 19:12:50.000000000 +0100
@@ -29,7 +29,7 @@
 INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@
 MKINSTALLDIRS = @MKINSTALLDIRS@
-mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
+mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
 
 CC = @CC@
 GMSGFMT = @GMSGFMT@



More information about the pld-devel-pl mailing list