Author: qboosh Date: Tue Jun 5 14:21:20 2012 GMT Module: packages Tag: HEAD ---- Log message: - new
---- Files affected: packages/xorg-app-transset: xorg-app-transset.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/xorg-app-transset/xorg-app-transset.spec diff -u /dev/null packages/xorg-app-transset/xorg-app-transset.spec:1.1 --- /dev/null Tue Jun 5 16:21:20 2012 +++ packages/xorg-app-transset/xorg-app-transset.spec Tue Jun 5 16:21:15 2012 @@ -0,0 +1,64 @@ +# $Revision$, $Date$ +Summary: transset application - utility for setting opacity property +Summary(pl.UTF-8): Aplikacja transset - narzędzie do ustawiania przezroczystości +Name: xorg-app-transset +Version: 1.0.0 +Release: 1 +License: MIT +Group: X11/Applications +Source0: http://xorg.freedesktop.org/releases/individual/app/transset-%{version}.tar.bz2 +# Source0-md5: 1aac8670c17803e30885eb5911f68d3d +URL: http://xorg.freedesktop.org/ +BuildRequires: autoconf >= 2.60 +BuildRequires: automake +BuildRequires: pkgconfig >= 1:0.19 +BuildRequires: xorg-lib-libX11-devel +BuildRequires: xorg-proto-xproto-devel >= 7.0.17 +BuildRequires: xorg-util-util-macros >= 1.8 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +transset is a simple program for X servers supporting the XFIXES, +DAMAGE, and COMPOSITE extensions. It lets the user set the +transparency on a window. + +%description -l pl.UTF-8 +transset to prosty program dla serwerów X obsługujących rozszerzenia +XFIXES, DAMAGE i COMPOSITE. Pozwala użytkownikowi ustawić +przezroczystość okienka. + +%prep +%setup -q -n transset-%{version} + +%build +%{__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 COPYING ChangeLog README +%attr(755,root,root) %{_bindir}/transset +%{_mandir}/man1/transset.1x* + +%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.1 2012/06/05 14:21:15 qboosh +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
