Author: havner                       Date: Mon Aug 14 21:36:24 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial, builds, works

---- Files affected:
SPECS:
   configure-thinkpad.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/configure-thinkpad.spec
diff -u /dev/null SPECS/configure-thinkpad.spec:1.1
--- /dev/null   Mon Aug 14 23:36:24 2006
+++ SPECS/configure-thinkpad.spec       Mon Aug 14 23:36:19 2006
@@ -0,0 +1,65 @@
+# $Revision$, $Date$
+%define                _name   thinkpad
+Summary:       GNOME configuration tool for IBM ThinkPad laptops
+Summary(pl):   Narzędzie konfiguracyjne GNOME do laptopów IBM ThinkPad
+Name:          configure-thinkpad
+Version:       0.9
+Release:       1
+License:       GPL v2
+Group:         X11/Applications
+Source0:       http://dl.sourceforge.net/tpctl/%{name}-%{version}.tar.gz
+# Source0-md5: b0d6c3dd3a0867248fb6bfc2d41881f5
+Patch0:                %{name}-desktop.patch
+#Patch1:               %{name}-makefile.patch
+URL:           http://tpctl.sourceforge.net/http://tpctl.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libgnomeui-devel
+ExclusiveArch: %{ix86}
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GNOME configuration tool for IBM ThinkPad laptops.
+
+%description -l pl
+Narzędzie konfiguracyjne GNOME do laptopów IBM ThinkPad
+
+%prep
+%setup -q
+%patch0 -p1
+#patch1 -p1
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+ln -sf %{name}/gnome-laptop.png $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS
+%attr(755,root,root) %{_bindir}/*
+%{_desktopdir}/*
+%{_pixmapsdir}/*
+
+%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  2006/08/14 21:36:19  havner
+- initial, builds, works
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to