rpms/papyrus/devel papyrus.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rick L. Vinyard (rvinyard) fedora-extras-commits at redhat.com
Sun Aug 20 21:05:52 UTC 2006


Author: rvinyard

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

Modified Files:
	.cvsignore sources 
Added Files:
	papyrus.spec 
Log Message:
auto-import papyrus-0.3.0-1 on branch devel from papyrus-0.3.0-1.src.rpm


--- NEW FILE papyrus.spec ---
# Target: fedora-5

Summary:          Papyrus is a C++ canvas library similar to the Gnome canvas
Name:             papyrus
Version:          0.3.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.0 cairomm-devel >= 0.6.0 pkgconfig m4

%description
Papyrus is a C++ canvas library similar in scope
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.0 cairomm-devel >= 0.6.0 pkgconfig

%description    devel
This package contains the libraries and header files needed for
developing %{name} applications.

%prep
%setup -q

%build
%configure --enable-static=no
%{__make} %{?_smp_mflags}


%install
%{__rm} -rf %{buildroot}

%{__make} DESTDIR=%{buildroot} 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}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING
%{_libdir}/lib*papyrus*.so.*


%files devel
%defattr(-,root,root,-)
%{_libdir}/lib*papyrus*.so
%{_libdir}/pkgconfig/papyrus*.pc
%{_includedir}/papyrus-0.3/
%{_includedir}/papyrusmm-0.3/
%doc ChangeLog reference gallery
%{_bindir}/*papyrus*-demo
%{_datadir}/papyrus-0.3.0/
%{_datadir}/papyrusmm-0.3.0/

%changelog
* Sun Aug 13 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.3.0-1
- New release
- Removed /demo/ suffix from datadir
- Added papyrusmm data and include dirs

* Sun Aug  6 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.2.3-1
- New release
- Added m4 to BuildRequires

* Mon Jul 31 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.2.2-1
- New release
- Removed pkgconfig from BuildRequires
- Added pkgconfig to -devel Requires

* Sat Jul 29 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.2.1-2
- Changed make to %%{__make}
- Changed %%{name} to autoconf subst that puts specific name in devel requires
- Added comment regarding why cp occurs for docs
- Removed doxygen, graphviz and pkgconfig from devel requires
- Added package name to globs in so libs, .pc and demos

* Fri Jul 21 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.2.1-1
- New release
- Added papyrus-demo and papyrusmm-demo to devel package
- Remove rm -rf /usr/bin
- Changed mv of docs to cp of docs

* Fri May 26 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.1.12-1
- New release
- Changed sourceforge download location to download.sourceforge.net

* Sun May  7 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.1.11-1
- New release

* Sun Apr  9 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.1.10-1
- New release

* Fri Mar 24 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.1.9-1
- New release
- Cleaned up spec file and added pkgconfig to BuildRequires

* Fri Mar 17 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.1.8-1
- New release

* Sun Mar 12 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.1.7-1
- New release

* Sun Mar 05 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.1.6-1
- Removed Requires tag, relying on BuildRequires instead
- Cleaned up Source tag and changed to bz2 files
- New upstream release (upstream is me, it's just easier to say it that way)

* Tue Feb 28 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.1.5-1
- Initial version (at least the inital version with a changelog in the .spec)


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/papyrus/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Aug 2006 21:04:45 -0000	1.1
+++ .cvsignore	20 Aug 2006 21:05:52 -0000	1.2
@@ -0,0 +1 @@
+papyrus-0.3.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/papyrus/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Aug 2006 21:04:45 -0000	1.1
+++ sources	20 Aug 2006 21:05:52 -0000	1.2
@@ -0,0 +1 @@
+42beaf6b782028919e7d2d00a8a5fc69  papyrus-0.3.0.tar.bz2




More information about the fedora-extras-commits mailing list