SPECS: libview.spec (NEW) - new

adamg adamg at pld-linux.org
Sun Dec 11 02:39:50 CET 2005


Author: adamg                        Date: Sun Dec 11 01:39:50 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   libview.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/libview.spec
diff -u /dev/null SPECS/libview.spec:1.1
--- /dev/null	Sun Dec 11 02:39:50 2005
+++ SPECS/libview.spec	Sun Dec 11 02:39:45 2005
@@ -0,0 +1,99 @@
+# $Revision$, $Date$
+Summary:	a collection of widgets for VMware (but not only)
+Summary(pl):	zestaw widgetów dla VMware (ale nie tylko)
+Name:		libview
+Version:	0.5.5
+Release:	1
+License:	MIT
+Group:		Libraries
+Source0:	http://dl.sourceforge.net/view/%{name}-%{version}.tar.bz2
+# Source0-md5:	3125e73865e7a76ffe1024cafe6d6573
+URL:		http://view.sourceforge.net/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	gtkmm-devel
+BuildRequires:	libtool
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+libview is a collection of widgets that were developed for use VMware
+relased at MIT license so that open source community can use it.
+
+%description -l pl
+libview to zestaw widgetów stworzonych do użytku z VMware ale
+udostępnionych na otwartej licencji (MIT) tak aby społeczność
+opensource mogła z nich skorzystać.
+
+%package devel
+Summary:	Header files for libview library
+Summary(pl):	Pliki nagłówkowe biblioteki libview
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+Header files for libview library.
+
+%description devel -l pl
+Pliki nagłówkowe biblioteki libview.
+
+%package static
+Summary:	Static libview library
+Summary(pl):	Statyczna biblioteka libview
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static libview library.
+
+%description static -l pl
+Statyczna biblioteka libview.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
+%{_includedir}/libview
+%{_pkgconfigdir}/*.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/12/11 01:39:45  adamg
+- new
+
================================================================



More information about the pld-cvs-commit mailing list