SPECS: libcm.spec (NEW) - composite manager library (?); for metac...
wrobell
wrobell at pld-linux.org
Thu Dec 22 21:22:48 CET 2005
Author: wrobell Date: Thu Dec 22 20:22:48 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- composite manager library (?); for metacity with patch from:
http://mail.gnome.org/archives/metacity-devel-list/2005-December/msg00002.html
---- Files affected:
SPECS:
libcm.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/libcm.spec
diff -u /dev/null SPECS/libcm.spec:1.1
--- /dev/null Thu Dec 22 21:22:48 2005
+++ SPECS/libcm.spec Thu Dec 22 21:22:41 2005
@@ -0,0 +1,77 @@
+# $Revision$, $Date$
+Summary: Composite Manager library
+Name: libcm
+Version: 0.0.13
+Release: 0.1
+License: GPL
+Group: Libraries
+Source0: http://www.daimi.au.dk/~sandmann/%{name}-%{version}.tar.gz
+# Source0-md5: e5f157950cdece940a9e6a7d137e4214
+URL: http://www.daimi.au.dk/~sandmann/
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Composite Manager library
+
+%package devel
+Summary: Header files for Composite Manager library
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+Header files for Composite Manager library.
+
+%package static
+Summary: Static Composite Manager library
+Group: Development/Libraries
+Requires: %{name}-devel = %{version}-%{release}
+
+%description static
+Static Composite Manager library.
+
+%prep
+%setup -q
+
+%build
+%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 TODO
+%attr(755,root,root) %{_bindir}/*
+%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}/cm
+%{_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/22 20:22:41 wrobell
+- composite manager library (?); for metacity with patch from:
+ http://mail.gnome.org/archives/metacity-devel-list/2005-December/msg00002.html
+
================================================================
More information about the pld-cvs-commit
mailing list