rpms/flowcanvas/F-11 flowcanvas.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Orcan Ogetbil oget at fedoraproject.org
Sat Apr 10 09:25:27 UTC 2010


Author: oget

Update of /cvs/pkgs/rpms/flowcanvas/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv29042/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	flowcanvas.spec import.log 
Log Message:
* Sat Feb 20 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.6.0-1
- New version
- Drop upstreamed patch

* Fri Sep 11 2009 Alexander Chalikiopoulos <dreamer at fedoraproject.org> 0.5.1-1
- Initial RPM release



--- NEW FILE flowcanvas.spec ---
Name:           flowcanvas
Summary:        Interactive widget for "boxes and lines" environments
Version:        0.6.0
Release:        1%{?dist}
Group:          Development/Libraries
License:        GPLv2+
URL:            http://drobilla.net/software/flowcanvas/
Source0:        http://download.drobilla.net/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  boost-devel
BuildRequires:  doxygen
BuildRequires:  graphviz-devel
BuildRequires:  libgnomecanvasmm26-devel


%description
FlowCanvas is an interactive Gtkmm/Gnomecanvasmm widget for graph-based
interfaces (patchers, modular synthesizers, finite state automata,
interactive graphs, etc).


%package devel
Summary:        Development libraries and headers for %{name}
Group:          Development/Libraries
Requires:       boost-devel
Requires:       libgnomecanvasmm26-devel
Requires:       pkgconfig
Requires:       %{name} = %{version}-%{release}

%description devel
FlowCanvas is an interactive Gtkmm/Gnomecanvasmm widget for graph-based
interfaces (patchers, modular synthesizers, finite state automata,
interactive graphs, etc).

This package contains the headers and development libraries for FlowCanvas.


%prep
%setup -q

# We don't call ldconfig during building a package
sed -i 's|/sbin/ldconfig|/bin/true|' autowaf.py

%build
export CXXFLAGS="$RPM_OPT_FLAGS"
./waf configure \
        --prefix=%{_prefix} \
        --libdir=%{_libdir} \
        --build-docs \
        --htmldir=%{_docdir}/%{name}-devel-%{version}

./waf build -v %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
DESTDIR=$RPM_BUILD_ROOT ./waf install

# Correct permission
chmod +x $RPM_BUILD_ROOT%{_libdir}/lib%{name}.so.*

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog README
%{_libdir}/lib%{name}.so.*

%files devel
%defattr(-,root,root,-)
%{_docdir}/%{name}-devel-%{version}/
%{_includedir}/%{name}/
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc


%changelog
* Sat Feb 20 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.6.0-1
- New version
- Drop upstreamed patch

* Fri Sep 11 2009 Alexander Chalikiopoulos <dreamer at fedoraproject.org> 0.5.1-1
- Initial RPM release


--- NEW FILE import.log ---
flowcanvas-0_6_0-1_fc12:F-11:flowcanvas-0.6.0-1.fc12.src.rpm:1270891514


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/flowcanvas/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	5 Apr 2010 04:05:01 -0000	1.1
+++ .cvsignore	10 Apr 2010 09:25:26 -0000	1.2
@@ -0,0 +1 @@
+flowcanvas-0.6.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/flowcanvas/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	5 Apr 2010 04:05:01 -0000	1.1
+++ sources	10 Apr 2010 09:25:27 -0000	1.2
@@ -0,0 +1 @@
+15ffa0d65401bb38a3cc94a3d6afb199  flowcanvas-0.6.0.tar.bz2



More information about the scm-commits mailing list