rpms/papyrus/FC-5 .cvsignore, 1.5, 1.6 papyrus.spec, 1.6, 1.7 sources, 1.5, 1.6

Rick L. Vinyard, Jr. (rvinyard) fedora-extras-commits at redhat.com
Wed Jan 3 06:40:35 UTC 2007


Author: rvinyard

Update of /cvs/extras/rpms/papyrus/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16545/FC-5

Modified Files:
	.cvsignore papyrus.spec sources 
Log Message:
New release



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/papyrus/FC-5/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	9 Sep 2006 02:37:23 -0000	1.5
+++ .cvsignore	3 Jan 2007 06:40:05 -0000	1.6
@@ -1 +1 @@
-papyrus-0.5.1.tar.bz2
+papyrus-0.6.0.tar.bz2


Index: papyrus.spec
===================================================================
RCS file: /cvs/extras/rpms/papyrus/FC-5/papyrus.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- papyrus.spec	9 Sep 2006 02:37:23 -0000	1.6
+++ papyrus.spec	3 Jan 2007 06:40:05 -0000	1.7
@@ -1,30 +1,31 @@
-# Target: fedora-5
 
 Summary:          Papyrus is a C++ canvas library similar to the Gnome canvas
 Name:             papyrus
-Version:          0.5.1
+Version:          0.6.0
 Release:          1%{?dist}
 License:          LGPL
 URL:              http://libpapyrus.sourceforge.net/
 Group:            System Environment/Libraries
 Source:           http://download.sourceforge.net/libpapyrus/%{name}-%{version}.tar.bz2
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:    gtkmm24-devel >= 2.8 cairomm-devel >= 0.6 pkgconfig m4
+BuildRequires:    gtkmm24-devel >= 2.10 cairomm-devel >= 1.2 pkgconfig m4
 
 %description
 Papyrus is a C++ canvas library similar in scope
-and function to the Gnome canvas but designed to render on a
+and function to the Gnome canvas, but designed to render on a
 Cairo surface.
 
 %package          devel
 Summary:          Headers for developing programs that will use %{name}
 Group:            Development/Libraries
 Requires:         papyrus = %{version}-%{release}
-Requires:         gtkmm24-devel >= 2.8 cairomm-devel >= 0.6 pkgconfig
+Requires:         gtkmm24-devel >= 2.10 cairomm-devel >= 1.2 pkgconfig
 
 %description    devel
 This package contains the libraries and header files needed for
-developing %{name} applications.
+developing Papyrus applications. Papyrus is a C++ canvas library similar
+in scope and function to the Gnome canvas, but designed to render on a
+Cairo surface.
 
 %prep
 %setup -q
@@ -37,12 +38,8 @@
 %install
 %{__rm} -rf %{buildroot}
 
-%{__make} DESTDIR=%{buildroot} install
+%{__make} DESTDIR=%{buildroot} INSTALL="%{__install} -p" install
 find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
-# Copy docs into a better location for installation
-# Keeps them from being /usr/share/doc/package-x.x.x-devel/docs
-%{__cp} -ar docs/reference .
-%{__cp} -ar docs/gallery .
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -61,14 +58,22 @@
 %defattr(-,root,root,-)
 %{_libdir}/lib*papyrus*.so
 %{_libdir}/pkgconfig/papyrus*.pc
-%{_includedir}/papyrus-0.5/
-%{_includedir}/papyrusmm-0.5/
-%doc ChangeLog reference gallery
+%{_includedir}/papyrus-0.6/
+%{_includedir}/papyrusmm-0.6/
+%doc ChangeLog docs/reference docs/gallery
 %{_bindir}/*papyrus*-demo
-%{_datadir}/papyrus-0.5.1/
-%{_datadir}/papyrusmm-0.5.1/
+%{_datadir}/papyrus-0.6.0/
+%{_datadir}/papyrusmm-0.6.0/
 
 %changelog
+* Tue Jan 02 2007 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.6.0-1
+- New release
+- Add install option to preserve timestamps
+- Fix doc installation directories
+
+* Fri Sep 08 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.5.1-2
+- Bump release for new sources and make tag
+
 * Fri Sep 08 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.5.1-1
 - New release fixes packaging error
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/papyrus/FC-5/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	9 Sep 2006 02:37:23 -0000	1.5
+++ sources	3 Jan 2007 06:40:05 -0000	1.6
@@ -1 +1 @@
-c5440a75f1e31b6a39fff905a485172f  papyrus-0.5.1.tar.bz2
+237c86052252dbb44071dd598b7dfc61  papyrus-0.6.0.tar.bz2




More information about the scm-commits mailing list