]> git.pld-linux.org Git - packages/configure-thinkpad.git/commitdiff
- initial, builds, works
authorhavner <havner@pld-linux.org>
Mon, 14 Aug 2006 21:36:19 +0000 (21:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    configure-thinkpad.spec -> 1.1

configure-thinkpad.spec [new file with mode: 0644]

diff --git a/configure-thinkpad.spec b/configure-thinkpad.spec
new file mode 100644 (file)
index 0000000..0945ffd
--- /dev/null
@@ -0,0 +1,54 @@
+%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}/*
This page took 0.0781500000000001 seconds and 4 git commands to generate.