]> git.pld-linux.org Git - packages/metacity.git/commitdiff
- added static subpackage
authorgrzegol <grzegol@pld-linux.org>
Sat, 3 May 2003 20:44:15 +0000 (20:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed %%files (*.pc and *.la files should be in -devel)
- removed umask 022 from %%post - it's in %%gconf_schema_install macro

Changed files:
    metacity.spec -> 1.34

metacity.spec

index b7ea451c54db6192cc2190a747eb46744bc984d7..c09eef216fb243c44958c440267aea7be5d15a84 100644 (file)
@@ -45,6 +45,18 @@ This package contains header files for metcity window manager.
 %description devel -l pl
 Pakiet zawieraj±cy pliki nag³ówkowe zarz±dcy okien metacity.
 
+%package static
+Summary:  Static metacity library
+Summary(pl):  Statyczna biblioteka metacity
+Group:    Development/Libraries
+Requires: %{name}-devel = %{version}
+                                                                                
+%description static
+Static version of metacity library.
+                                                                                
+%description static -l pl
+Statyczna wersja biblioteki metacity.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -80,14 +92,14 @@ done
 rm -rf $RPM_BUILD_ROOT
 
 %post
-umask 022
 %gconf_schema_install
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc README AUTHORS NEWS
 %attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/*
+%attr(755,root,root) %{_libdir}/*.so.*.*.*
+%attr(755,root,root) %{_libdir}/metacity-dialog
 %{_datadir}/%{name}
 %{_datadir}/gnome/wm-properties/metacity.desktop
 %{_sysconfdir}/gconf/schemas/*
@@ -105,3 +117,8 @@ umask 022
 %defattr(644,root,root,755)
 %{_pkgconfigdir}/*
 %{_includedir}/*
+%{_libdir}/*.la
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/*.a
This page took 0.030739 seconds and 4 git commands to generate.