rpms/synce/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 synce.spec, 1.3, 1.4

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


Author: wtogami

Update of /cvs/extras/rpms/synce/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17894

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



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/synce/devel/.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:38:48 -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/devel/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:38:48 -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/devel/synce.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- synce.spec	24 Mar 2005 19:39:43 -0000	1.3
+++ synce.spec	2 Apr 2005 01:38:48 -0000	1.4
@@ -1,7 +1,7 @@
 Summary: Serial connection support for Pocket PC devices
 Name: synce
 Version: 0.9.0
-Release: 1
+Release: 3.fc4
 License: MIT
 Group: Applications/Communications
 Source0: synce-libsynce-%{version}.tar.gz
@@ -9,7 +9,7 @@
 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/
 ExcludeArch: x86_64
@@ -25,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
@@ -64,7 +64,7 @@
 RAPI2LIB="$(pwd)/src/.libs"
 cd ..
 # build libmimedir
-cd libmimedir-0.3
+cd libmimedir-0.4
 %configure
 make
 MIMEDIRINC="$(pwd)"
@@ -99,7 +99,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 #%doc README LICENSE
 
 #libsynce
@@ -147,6 +147,7 @@
 %{_mandir}/man8/synce-serial-*
 
 %files devel
+%defattr(-,root,root,-)
 %{_includedir}/*.h
 %{_libdir}/lib*.a
 %{_libdir}/lib*.la
@@ -154,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