SPECS: synce-trayicon.spec - up to 0.11

wolvverine wolvverine at pld-linux.org
Fri May 16 23:30:26 CEST 2008


Author: wolvverine                   Date: Fri May 16 21:30:26 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 0.11

---- Files affected:
SPECS:
   synce-trayicon.spec (1.16 -> 1.17) 

---- Diffs:

================================================================
Index: SPECS/synce-trayicon.spec
diff -u SPECS/synce-trayicon.spec:1.16 SPECS/synce-trayicon.spec:1.17
--- SPECS/synce-trayicon.spec:1.16	Mon Feb 12 23:09:16 2007
+++ SPECS/synce-trayicon.spec	Fri May 16 23:30:20 2008
@@ -2,13 +2,13 @@
 Summary:	SynCE tray icon for GNOME 2
 Summary(pl.UTF-8):	SynCE jako ikona tacki dla środowiska GNOME 2
 Name:		synce-trayicon
-Version:	0.9.0
-Release:	3
+Version:	0.11
+Release:	1
 License:	MIT+LGPL
 Vendor:		The SynCE Project
 Group:		Applications/Communications
 Source0: 	http://dl.sourceforge.net/synce/%{name}-%{version}.tar.gz
-# Source0-md5:	b639e3f681d01d69e6a1c703ab4fc8e8
+# Source0-md5:	dc24b3260d25ace872f1f5f8fab87714
 URL:		http://www.synce.org/
 BuildRequires:	automake
 BuildRequires:	gettext-devel
@@ -17,8 +17,10 @@
 BuildRequires:	perl-XML-Parser
 BuildRequires:	pkgconfig
 BuildRequires:	rpmbuild(macros) >= 1.213
-BuildRequires:	synce-librapi2-devel >= 0.9.1
-Requires:	synce-librapi2 >= 0.9.1
+BuildRequires:	synce-librapi2-devel >= %{version}
+BuildRequires:	synce-rra-devel >= %{version}
+%requires_eq_to	synce-librapi2 synce-librapi2-devel
+%requires_eq_to	synce-rra synce-rra-devel
 Requires:	synce-dccm
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -35,11 +37,16 @@
 Ta aplikacja pokazuje, kiedy urządzenie jest podłączone.
 
 %prep
-%setup -q 
+%setup -q
 
 %build
-cp -f /usr/share/automake/config.* .
-%configure
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+	--disable-schemas-install
 %{__make}
 
 %install
@@ -50,6 +57,17 @@
 
 %find_lang %{name} --with-gnome
 
+%post
+%gconf_schema_install %{name}.schemas
+%scrollkeeper_update_post
+%update_desktop_database_post
+
+%postun
+%scrollkeeper_update_postun
+
+%preun
+%gconf_schema_uninstall %{name}.schemas
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -57,12 +75,16 @@
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog src/LICENSE*
 %attr(755,root,root) %{_bindir}/*
-# dir shared with synce-gnomevfs
-%dir %{_pixmapsdir}/synce
-%{_pixmapsdir}/synce/*.png
-# dir shared with synce-rra, synce-gnomevfs, synce-software-manager
 %dir %{_datadir}/synce
 %{_datadir}/synce/*.glade
+%{_sysconfdir}/gconf/schemas/%{name}.schemas
+%dir %{_libdir}/%{name}
+%attr(755,root,root) %{_libdir}/%{name}/modules/*.so
+%{_iconsdir}/hicolor/*/apps/synce-*.png
+%{_mandir}/man1/%{name}.*
+
+#%files devel
+#%{_libdir}/%{name}/modules/*.la
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -70,6 +92,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2008-05-16 21:30:20  wolvverine
+- up to 0.11
+
 Revision 1.16  2007-02-12 22:09:16  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/synce-trayicon.spec?r1=1.16&r2=1.17&f=u



More information about the pld-cvs-commit mailing list