rpms/papyrus/devel .cvsignore, 1.5, 1.6 papyrus.spec, 1.8, 1.9 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/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16545/devel

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



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/papyrus/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	9 Sep 2006 03:05:39 -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/devel/papyrus.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- papyrus.spec	9 Sep 2006 03:05:39 -0000	1.8
+++ papyrus.spec	3 Jan 2007 06:40:05 -0000	1.9
@@ -1,9 +1,8 @@
-# Target: fedora-6
 
 Summary:          Papyrus is a C++ canvas library similar to the Gnome canvas
 Name:             papyrus
-Version:          0.5.1
-Release:          2%{?dist}
+Version:          0.6.0
+Release:          1%{?dist}
 License:          LGPL
 URL:              http://libpapyrus.sourceforge.net/
 Group:            System Environment/Libraries
@@ -13,7 +12,7 @@
 
 %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
@@ -24,7 +23,9 @@
 
 %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,19 @@
 %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
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/papyrus/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	9 Sep 2006 03:05:39 -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 fedora-extras-commits mailing list