]> git.pld-linux.org Git - packages/fbpanel.git/commitdiff
- one more panel (this time really good one :) - initial PLD release
authorfreetz <freetz@pld-linux.org>
Sat, 5 Jun 2004 22:10:35 +0000 (22:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fbpanel.spec -> 1.1

fbpanel.spec [new file with mode: 0644]

diff --git a/fbpanel.spec b/fbpanel.spec
new file mode 100644 (file)
index 0000000..578bcb6
--- /dev/null
@@ -0,0 +1,48 @@
+Summary:       Lightweight and NETWM compliant desktop panel
+Summary(pl):   Lekki i zgodny z NETWM panel
+Name:          fbpanel
+Version:       3.8
+Release:       1
+License:       GPL
+Group:         X11/Applications
+Source0:       http://dl.sourceforge.net/fbpanel/%{name}-%{version}.tgz
+# Source0-md5: 95e43a2c201feb5e272bbd9a4f78ad6e
+Patch0:                %{name}-build_fixes.patch
+URL:           http://fbpanel.sourceforge.net/
+BuildRequires: gtk+2-devel >= 1:2.4.0
+BuildRequires: pkgconfig
+Requires:      gtk+2 >= 1:2.4.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+fbpanel is a lightweight, NETWM compliant desktop panel.
+
+%description -l pl
+fbpanel to lekki i zgodny ze specyfikacj± NETWM panel.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+# no auto* tools here
+./configure \
+       --prefix=%{_prefix}
+
+%{__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 CHANGELOG CREDITS README
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%{_mandir}/man1/fbpanel*
This page took 0.137831 seconds and 4 git commands to generate.