electricsheep.spec
lisu
lisu87 at gmail.com
Mon Aug 28 20:53:49 CEST 2006
Ok - teraz jest jeszcze *-devel i *-static
-------------- next part --------------
--- electricsheep.spec.old 2006-08-28 19:54:39.000000000 +0200
+++ electricsheep.spec 2006-08-28 20:52:10.000000000 +0200
@@ -2,12 +2,12 @@
Summary: Collaborative screensaver
Summary(pl): Wygaszacz ekranu współpracujących komputerów
Name: electricsheep
-Version: 2.6.4
+Version: 2.6.8
Release: 0.1
License: GPL
Group: X11/Applications
Source0: http://electricsheep.org/%{name}-%{version}.tar.gz
-# Source0-md5: 59834e2b6a13280e9e6313533c7ff6cf
+# Source0-md5: 5c3535a7c679d67d460c1d9e259a5d38
Patch0: %{name}-destdir.patch
URL: http://electricsheep.org/
BuildRequires: SDL-devel
@@ -38,6 +38,30 @@
one co jakiś czas zapisywane na serwerze, gdzie są kompresowane w celu
udostępnienia wszystkim klientom.
+%package devel
+Summary: Header files for electricsheep library
+Summary(pl): Pliki nagłówkowe biblioteki electricsheep
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+This is the package containing the header files for electricsheep library.
+
+%description devel -l pl
+Ten pakiet zawiera pliki nagłówkowe biblioteki electricsheep
+
+%package static
+Summary: Static electricsheep library
+Summary(pl): Statyczna biblioteka electricsheep
+Group: Development/Libraries
+Requires: %{name}-devel = %{version}-%{release}
+
+%description static
+Static electricsheep library.
+
+%description static -l pl
+Statyczna biblioteka electricsheep
+
%prep
%setup -q
%patch0 -p1
@@ -62,12 +86,22 @@
%files
%defattr(644,root,root,755)
+%doc README
%attr(755,root,root) %{_bindir}/*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*.png
%{_datadir}/xscreensaver/*.xml
%{_mandir}/man1/*
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/*
+%{_pkgconfigdir}/flam3.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libflam3.a
+
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
More information about the pld-devel-pl
mailing list