SPECS: libgpevtype.spec (NEW) - added

aredridel aredridel at pld-linux.org
Wed Jun 6 22:07:56 CEST 2007


Author: aredridel                    Date: Wed Jun  6 20:07:56 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added

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

---- Diffs:

================================================================
Index: SPECS/libgpevtype.spec
diff -u /dev/null SPECS/libgpevtype.spec:1.1
--- /dev/null	Wed Jun  6 22:07:56 2007
+++ SPECS/libgpevtype.spec	Wed Jun  6 22:07:51 2007
@@ -0,0 +1,86 @@
+# $Revision$, $Date$
+#
+Summary:	libgpevtype library
+Name:		libgpevtype
+Version:	0.17
+Release:	1
+License:	LGPL
+Group:		Development/Libraries
+Source0:	http://gpe.linuxtogo.org/download/source/%{name}-%{version}.tar.bz2
+# Source0-md5:	c9c031ee32bcdb3c8bf0d31083330d63
+URL:		http://gpe.linuxtogo.org
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	libmimedir-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+libgpevtype library.
+
+%package devel
+Summary:	Header files for libgpevtype
+Group:		Development/Libraries
+
+%description devel
+Header files for libgpevtype.
+
+%package static
+Summary:	Static libgpevtype library
+Summary(pl.UTF-8):	Statyczna biblioteka libgpevtype
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static libgpevtype library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka libgpevtype.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__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)
+%attr(755,root,root)    %{_libdir}/libgpevtype.so.0.0.0
+
+%files devel
+%defattr(644,root,root,755)
+%{_libdir}/libgpevtype.la
+%{_libdir}/libgpevtype.so
+%{_pkgconfigdir}/libgpevtype.pc
+%{_includedir}/gpe/*.h
+
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libgpevtype.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  2007/06/06 20:07:51  aredridel
+- added
+
================================================================


More information about the pld-cvs-commit mailing list