rpms/dates/FC-6 .cvsignore, 1.2, 1.3 dates.spec, 1.5, 1.6 sources, 1.3, 1.4

Denis Leroy (denis) fedora-extras-commits at redhat.com
Mon Jul 9 07:39:30 UTC 2007


Author: denis

Update of /cvs/pkgs/rpms/dates/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15269

Modified Files:
	.cvsignore dates.spec sources 
Log Message:
- Update to new upstream release 0.4.3
- Fixed project URL
- Minor rpmlint fixes



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dates/FC-6/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	14 Aug 2006 15:27:47 -0000	1.2
+++ .cvsignore	9 Jul 2007 07:38:55 -0000	1.3
@@ -1 +1 @@
-dates-0.1svn.tar.gz
+dates-0.4.3.tar.gz


Index: dates.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dates/FC-6/dates.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dates.spec	2 Jan 2007 19:54:50 -0000	1.5
+++ dates.spec	9 Jul 2007 07:38:55 -0000	1.6
@@ -1,22 +1,20 @@
-Name:			dates
-Version:		0.2
-Release:		1%{?dist}
-Summary:		Small, lightweight calendar
-
-Group:			Applications/Productivity
-License:		GPL
-URL:			http://projects.o-hand.com/dates
-Source0:		http://www.openedhand.com/~chris/%{name}/%{name}-%{version}.tar.gz
-BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-Requires(post):		/sbin/ldconfig
-Requires(postun):	/sbin/ldconfig
-
-BuildRequires:		libglade2-devel >= 2.0.0
-BuildRequires:		evolution-data-server-devel >= 1.2.0
-BuildRequires:		desktop-file-utils intltool gettext
-# Needed for svn snapshot
-#BuildRequires:		automake gnome-common libtool
+Name:       dates
+Version:    0.4.3
+Release:    1%{?dist}
+Summary:    Small, lightweight calendar
+
+Group:      Applications/Productivity
+License:    GPL
+URL:        http://projects.o-hand.com/dates
+Source0:    http://projects.o-hand.com/sources/%{name}/%{name}-%{version}.tar.gz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+Requires(post):   /sbin/ldconfig
+Requires(postun): /sbin/ldconfig
+
+BuildRequires: gtk2-devel
+BuildRequires: evolution-data-server-devel >= 1.2.0
+BuildRequires: desktop-file-utils intltool gettext
 
 
 %description
@@ -26,34 +24,33 @@
 user interface and tailored support for the Nokia 770 maemo interface.
 
 
-%package		devel
-Summary:		Development libraries for dates
-Group:			Development/Libraries
-Requires:		%{name} = %{version}-%{release}
-Requires:		pkgconfig glib2-devel gtk2-devel evolution-data-server-devel
+%package devel
+Summary:    Development libraries for dates
+Group:      Development/Libraries
+Requires:   %{name} = %{version}-%{release}
+Requires:   pkgconfig glib2-devel gtk2-devel evolution-data-server-devel
 
 
-%description		devel
+%description devel
 This package provides the necessary development libraries and include
 files to allow you to develop with dates.
 
 
 %prep
-%setup -n %{name}-%{version} -q
+%setup -q
 
 
 %build
-#./autogen.sh
-%configure
+%configure --disable-debug
 make %{?_smp_mflags} 
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
-desktop-file-install --vendor fedora --delete-original	\
-  --dir $RPM_BUILD_ROOT%{_datadir}/applications		\
-  --add-category X-Fedora				\
+desktop-file-install --vendor fedora --delete-original \
+  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
+  --add-category X-Fedora \
   $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
 
 # Don't package .a or .la files
@@ -84,26 +81,30 @@
 /sbin/ldconfig
 
 
-%files		-f	Dates.lang
+%files -f Dates.lang
 %defattr(-,root,root,-)
 %doc COPYING ChangeLog
-%{_datadir}/icons/hicolor/*/apps/dates.png
-%dir %{_datadir}/%{name}
-%{_datadir}/%{name}/*
+%{_mandir}/man*/*
+%{_datadir}/icons/hicolor/*/apps/dates.*
+%{_datadir}/%{name}
 %{_datadir}/applications/fedora-%{name}.desktop
 %{_bindir}/%{name}
 %{_libdir}/libgtkdatesview.so.*
 
 
-%files		devel
+%files devel
 %defattr(-,root,root)
 %{_includedir}/gtkdatesview/*.h
 %{_libdir}/pkgconfig/*
 %{_libdir}/libgtkdatesview.so
 
 
-
 %changelog
+* Mon Jul  9 2007 Denis Leroy <denis at poolshark.org> - 0.4.3-1
+- Update to new upstream release 0.4.3
+- Fixed project URL
+- Minor rpmlint fixes
+
 * Fri Dec 15 2006 Jesse Keating <jkeating at redhat.com> - 0.2-1
 - new upstream release
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dates/FC-6/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	2 Jan 2007 19:54:50 -0000	1.3
+++ sources	9 Jul 2007 07:38:55 -0000	1.4
@@ -1 +1 @@
-16c6ddbd6d066440241d9c74e589f720  dates-0.2.tar.gz
+ddf4e72a56bc41d30d7ff8760fd84772  dates-0.4.3.tar.gz




More information about the scm-commits mailing list