Author: patrys Date: Tue Dec 11 16:51:18 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - 1.1.56 - separate libs and devel - patch0 no longer needed
---- Files affected: SPECS: mugshot.spec (1.11 -> 1.12) ---- Diffs: ================================================================ Index: SPECS/mugshot.spec diff -u SPECS/mugshot.spec:1.11 SPECS/mugshot.spec:1.12 --- SPECS/mugshot.spec:1.11 Fri Aug 24 18:55:14 2007 +++ SPECS/mugshot.spec Tue Dec 11 17:51:12 2007 @@ -2,13 +2,12 @@ Summary: Companion software for mugshot.org Summary(pl.UTF-8): Oprogramowanie towarzyszące dla mugshot.org Name: mugshot -Version: 1.1.46 -Release: 3 +Version: 1.1.56 +Release: 1 License: GPL Group: X11/Applications/Networking Source0: http://download.mugshot.org/client/sources/linux/%{name}-%{version}.tar.gz -# Source0-md5: 34c0bb6483ae8ad15d7a4377d22f09c5 -Patch0: %{name}-as-needed.patch +# Source0-md5: 9f9aa42ae2b6398773e520ecafeac470 Patch1: %{name}-firefox.patch URL: http://mugshot.org/ BuildRequires: GConf2-devel >= 2.8 @@ -35,6 +34,7 @@ Requires(post,postun): hicolor-icon-theme Requires(post,preun): GConf2 Requires: loudmouth >= 1.0.3 +Requires: %{name}-libs = %{version}-%{release} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -50,9 +50,31 @@ serwisami online wykorzystywanymi przez użytkownika i jego znajomych. Jest zabawny i prosty w użyciu. +%package libs +Summary: Mugshot shared libraries +Summary(pl.UTF-8): Współdzielone biblioteki Mugshota +Group: Libraries + +%description libs +Totem shared libraries. + +%description libs -l pl.UTF-8 +Współdzielone biblioteki Totema. + +%package devel +Summary: Mugshot header files +Summary(pl.UTF-8): Pliki nagłówkowe Mugshota +Group: X11/Development/Libraries +Requires: %{name}-libs = %{version}-%{release} + +%description devel +Mugshot header files + +%description devel -l pl.UTF-8 +Pliki nagłówkowe mugshota. + %prep %setup -q -%patch0 -p1 %patch1 -p1 %build @@ -68,7 +90,6 @@ %{__make} - %install rm -rf $RPM_BUILD_ROOT @@ -96,6 +117,9 @@ %postun %update_icon_cache hicolor +%post libs -p /sbin/ldconfig +%postun libs -p /sbin/ldconfig + %files %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/mugshot @@ -120,15 +144,31 @@ %{_iconsdir}/hicolor/32x32/apps/*.png %{_iconsdir}/hicolor/48x48/apps/*.png %{_iconsdir}/hicolor/128x128/apps/*.png -%{_datadir}/gnome/autostart/mugshot.desktop +%{_datadir}/gnome/autostart/mugshot-autostart.desktop %{_sysconfdir}/gconf/schemas/*.schemas +%files libs +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libddm-1.so.*.*.* + +%files devel +%defattr(644,root,root,755) +%{_includedir}/ddm-1 +%attr(755,root,root) %{_libdir}/libddm-1.so +%{_libdir}/libddm-1.la +%{_pkgconfigdir}/ddm-1.pc + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[EMAIL PROTECTED]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.12 2007-12-11 16:51:12 patrys +- 1.1.56 +- separate libs and devel +- patch0 no longer needed + Revision 1.11 2007-08-24 16:55:14 qboosh - reverted libssh2 dep (belongs to curl) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mugshot.spec?r1=1.11&r2=1.12&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
