rpms/synce/FC-3 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 synce.spec, 1.2, 1.3

Warren Togami (wtogami) fedora-extras-commits at redhat.com
Sat Apr 2 01:40:49 UTC 2005


Author: wtogami

Update of /cvs/extras/rpms/synce/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18049

Modified Files:
	.cvsignore sources synce.spec 
Log Message:
- ownership/perms fix (#150016 jpo)
- libmimedir-0.4



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/synce/FC-3/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Dec 2004 15:47:19 -0000	1.2
+++ .cvsignore	2 Apr 2005 01:40:47 -0000	1.3
@@ -4,3 +4,4 @@
 synce-libsynce-0.9.0.tar.gz
 synce-rra-0.9.0.tar.gz
 synce-serial-0.9.0.tar.gz
+libmimedir-0.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/synce/FC-3/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Dec 2004 15:47:19 -0000	1.2
+++ sources	2 Apr 2005 01:40:47 -0000	1.3
@@ -1,6 +1,6 @@
-bb967f6f8931d4efdc34d3729b7f819b  libmimedir-0.3.tar.gz
 a32607bf423e5e5467b80edc2b7dac5d  synce-dccm-0.9.0.tar.gz
 f585e8d56c83d4e811197d671fd4c201  synce-librapi2-0.9.0.tar.gz
 497efcbf55453da808041e7f8d55690b  synce-libsynce-0.9.0.tar.gz
 c6e6c29916518359a9c188f455305970  synce-rra-0.9.0.tar.gz
 3042891c850fa685e40b1216debc34f9  synce-serial-0.9.0.tar.gz
+156e1eb69377d9ae9180a09e38148ec6  libmimedir-0.4.tar.gz


Index: synce.spec
===================================================================
RCS file: /cvs/extras/rpms/synce/FC-3/synce.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- synce.spec	24 Mar 2005 19:39:43 -0000	1.2
+++ synce.spec	2 Apr 2005 01:40:47 -0000	1.3
@@ -1,7 +1,7 @@
-Summary: SynCE: Serial connection support for Pocket PC devices
+Summary: Serial connection support for Pocket PC devices
 Name: synce
 Version: 0.9.0
-Release: 1
+Release: 3.fc3
 License: MIT
 Group: Applications/Communications
 Source0: synce-libsynce-%{version}.tar.gz
@@ -9,13 +9,12 @@
 Source2: synce-serial-%{version}.tar.gz
 Source3: synce-rra-%{version}.tar.gz
 Source4: synce-librapi2-%{version}.tar.gz
-Source5: libmimedir-0.3.tar.gz
+Source5: libmimedir-0.4.tar.gz
 Patch0: synce-rra-0.9.0-ambiguous.patch
 URL: http://synce.sourceforge.net/
-Distribution: Fedora Core
 ExcludeArch: x86_64
 Requires: ppp
-BuildRoot: /var/tmp/%{name}-%{version}-root
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
 %description
 The purpose of the SynCE project is to provide a means of
@@ -26,7 +25,7 @@
 %package devel
 Summary: Development libraries and header files for SynCE
 Group: Development
-Requires: %{name} = %{version}
+Requires: %{name} = %{version}-%{release}
 
 %description devel
 This package contains the header files and link libraries for SynCE
@@ -65,7 +64,7 @@
 RAPI2LIB="$(pwd)/src/.libs"
 cd ..
 # build libmimedir
-cd libmimedir-0.3
+cd libmimedir-0.4
 %configure
 make
 MIMEDIRINC="$(pwd)"
@@ -90,7 +89,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-for module in libsynce dccm librapi2 rra serial ; do 
+for module in libsynce dccm librapi2 rra serial ; do
     cd synce-${module}-%{version}
     %makeinstall
     cd ..
@@ -100,7 +99,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 #%doc README LICENSE
 
 #libsynce
@@ -148,6 +147,7 @@
 %{_mandir}/man8/synce-serial-*
 
 %files devel
+%defattr(-,root,root,-)
 %{_includedir}/*.h
 %{_libdir}/lib*.a
 %{_libdir}/lib*.la
@@ -155,6 +155,10 @@
 %{_datadir}/aclocal/*.m4
 
 %changelog
+* Fri Apr  1 2005 Warren Togami <wtogami at redhat.com> 0.9.0-3
+- ownership/perms fix (#150016 jpo)
+- libmimedir-0.4
+
 * Thu Mar 24 2005 Thorsten Leemhuis <fedora[at]leemhuis[dot]info> 0.9.0-2
 - ExcludeArch: x86_64; see #148003
 




More information about the fedora-extras-commits mailing list