]> git.pld-linux.org Git - packages/xorg-app-transset.git/commitdiff
- new auto/th/xorg-app-transset-1_0_0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 5 Jun 2012 14:21:15 +0000 (14:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xorg-app-transset.spec -> 1.1

xorg-app-transset.spec [new file with mode: 0644]

diff --git a/xorg-app-transset.spec b/xorg-app-transset.spec
new file mode 100644 (file)
index 0000000..e73813e
--- /dev/null
@@ -0,0 +1,54 @@
+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*
This page took 0.073732 seconds and 4 git commands to generate.