Summary: Simple program to toggle Translucency property Name: transset Version: 0 Release: 0.6.20040120cvs%{?dist} License: MIT Group: User Interface/X # cvs -d :pserver:anoncvs@cvs.freedesktop.org:/cvs/xapps co -D 2004-01-21 transset # tar -cjvf transset-20040120.tar.bz2 transset Source0: transset-20040120.tar.bz2 Patch0: transset--fix-warning-with-memcpy.diff URL: http://webcvs.freedesktop.org/xapps/transset/ BuildRequires: xorg-x11-proto-devel BuildRequires: libX11-devel BuildRequires: libXrender-devel BuildRequires: libXcomposite-devel BuildRequires: libXfixes-devel BuildRequires: libXdamage-devel BuildRequires: pkgconfig BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Simple program to toggle Translucency property. %prep %setup -q -n %{name} %patch0 -p0 -b .memcpy %build make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" %install rm -rf $RPM_BUILD_ROOT install -D -p -m 755 %{name} $RPM_BUILD_ROOT%{_bindir}/%{name} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{_bindir}/%{name} %changelog * Fri Jun 4 2010 Peter Lemenkov 0-0.6.20040120cvs - Correct naming scheme * Wed Nov 5 2008 Peter Lemenkov 0-5.20040120cvs - Cosmetic fixes * Sat May 12 2007 Peter Lemenkov 0-4.20040120cvs - Fixed the only warning - Changed naming according to http://fedoraproject.org/wiki/Packaging/NamingGuidelines * Tue Apr 10 2007 Peter Lemenkov 20040120-3 - Oops. Accidentally wrong date in cvs command. Fixed. * Tue Apr 10 2007 Peter Lemenkov 20040120-2 - Added custom source tarball accordint to http://fedoraproject.org/wiki/Packaging/SourceURL * Sat Apr 7 2007 Peter Lemenkov 20040120-1 - Initial build for FC-Extras