]> git.pld-linux.org Git - packages/gkrellm.git/blobdiff - gkrellm.spec
- uptated to 1.0.6,
[packages/gkrellm.git] / gkrellm.spec
index 76f0f7029a03e308a25fd51e3200bd5db8348ae4..e3be8137bbdb2a25ba179efc77feb8d6cb45b895 100644 (file)
@@ -1,6 +1,6 @@
 Summary:       Multiple stacked system monitors: 1 process
 Name:          gkrellm
-Version:       1.0.5
+Version:       1.0.6
 Release:       1
 License:       GPL
 Vendor:                Bill Wilson <billw@wt.net>
@@ -8,6 +8,7 @@ Group:          X11/Applications
 Group(de):     X11/Applikationen
 Group(pl):     X11/Aplikacje
 Source0:       http://web.wt.net/~billw/gkrellm/%{name}-%{version}.tar.gz
+Patch0:                %{name}-paths_fix.patch
 BuildRequires: gtk+-devel >= 1.2
 BuildRequires: imlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -37,15 +38,30 @@ kalendarz. Inne funkcje:
  - Wy¶wietlacze imitujace diody LED dla interfejsów sieciowych
  - Narzêdzie gui do konfiguracji rozmiarów wykresów i rozdzielczo¶ci
 
+%package devel
+Summary:       gkrellm include files
+Summary(pl):   Pliki nag³ówkowe do gkrellm
+Group:         X11/Development/Libraries
+Group(de):     X11/Entwicklung/Libraries
+Group(pl):     X11/Programowanie/Biblioteki
+
+%description devel
+gkrellm header files for gkrellm development and plugin support.
+
+%description -l pl devel
+Pliki nag³ówkowe do gkrellm.
+
 %prep
 %setup -q
+%patch -p1
 
 %build
 %{__make} CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/{%{_bindir},%{_includedir}/gkrellm}
+install -d $RPM_BUILD_ROOT/{%{_bindir},%{_includedir}/gkrellm} \
+       $RPM_BUILD_ROOT{%{_libdir},%{_datadir}}/gkrellm
 
 %{__make} install \
        INSTALLDIR=$RPM_BUILD_ROOT%{_bindir} \
@@ -60,4 +76,9 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc *.gz
 %attr(755,root,root) %{_bindir}/gkrellm
+%dir %{_libdir}/gkrellm
+%dir %{_datadir}/gkrellm
+
+%files devel
+%defattr(644,root,root,755)
 %{_includedir}/*
This page took 0.061571 seconds and 4 git commands to generate.