Sophie

Sophie

distrib > PLD > ra > i386 > media > dist-src > by-pkgid > 9aecb8f1fda39c6d92998756e643f60e > files > 3

libwnck-0.17-1.src.rpm

# $Revision: 1.13 $, $Date: 2002/08/25 20:38:12 $
Summary:	General Window Manager interfacing for gnome utilities
Summary(pl):	Interfejs General Window Manager dla narzêdzi gnome
Name:		libwnck
Version:	0.17
Release:	1
License:	LGPL
Group:		X11/Libraries
Source0:	http://ftp.gnome.org/pub/GNOME/2.0.1/sources/%{name}/%{name}-%{version}.tar.bz2
Patch0:		%{name}-am15.patch
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	gtk+2-devel >= 2.0.6
BuildRequires:	libtool
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%define		_prefix		/usr/X11R6
%define		_mandir		%{_prefix}/man

%description
General Window Manager interfacing for gnome utilities. This library
is a part of the gnome 2 platform.

%description -l pl
Ogólny interfejs zarz±dcy okien dla narzêdzi GNOME. Ta biblioteka jest
czê¶ci± platformy GNOME 2.

%package devel
Summary:	Header files and documentation for libwnck
Summary(pl):	Pliki nag³ówkowe i dokumentacja dla libwnck
Group:		X11/Development/Libraries
Requires:	%{name} = %{version}

%description devel
Header, docs and development libraries for libwnck.

%description devel -l pl
Pliki nag³ówkowe i dokumentacja do libwnck.

%package static
Summary:	Static libwnck libraries
Summary(pl):	Statyczne biblioteki libwnck
Group:		X11/Development/Libraries
Requires:	%{name}-devel = %{version}

%description static
Static version of libwnck libraries.

%description static -l pl
Statyczna wersja bibliotek libwnck.

%prep
%setup -q
%patch0 -p1

%build
rm -f missing
%{__libtoolize}
aclocal
%{__autoconf}
%{__automake}
%configure 

%{__make}

%install
rm -rf $RPM_BUILD_ROOT
%{__make} install \
	DESTDIR=$RPM_BUILD_ROOT \
	pkgconfigdir=%{_pkgconfigdir} 

%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%post	-p /sbin/ldconfig
%postun	-p /sbin/ldconfig

%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README
%attr(755,root,root) %{_libdir}/lib*.so.*.*

%files devel
%defattr(644,root,root,755)
%{_includedir}/%{name}-1.0
%{_libdir}/*.so
%attr(755,root,root) %{_libdir}/*.la
%{_pkgconfigdir}/*.pc

%files static
%defattr(644,root,root,755)
%{_libdir}/*.a

%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback@pld.org.pl>
All persons listed below can be reached at <cvs_login>@pld.org.pl

$Log: libwnck.spec,v $
Revision 1.13  2002/08/25 20:38:12  aflinta
- updated to version 0.17

Revision 1.12  2002/08/15 02:31:23  michuz
- updated to 0.16

Revision 1.11  2002/06/23 20:32:31  kloczek
- perl -pi -e "s/^libtoolize --copy --force/\%\{__libtoolize\}/"

Revision 1.10  2002/06/12 10:42:20  wiget
updated to 0.14

Revision 1.9  2002/06/04 07:03:32  wiget
updated to 0.13

Revision 1.8  2002/05/21 23:14:02  kloczek
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
             s/^automake -a -c -f/\%\{__automake\}/; \
	     s/^autoconf/\%\{__autoconf\}/"

Revision 1.7  2002/05/20 21:33:44  kloczek
- use new %doc packing infrastructure.

Revision 1.6  2002/05/20 21:16:20  kloczek
- updated to 0.12.

Revision 1.5  2002/05/16 21:50:32  kloczek
- updated to 0.10.

Revision 1.4  2002/05/02 19:31:50  kloczek
- updated to 0.9,
- added full regenerate ac/am/lt files (added am15 patch).

Revision 1.3  2002/04/26 13:09:01  michuz
- updated to 0.8

Revision 1.2  2002/04/22 09:52:46  qboosh
- added missing pl descriptions

Revision 1.1  2002/04/17 15:44:01  michuz
- initial release